Re: r1087 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian

2004-08-14 Thread Andres Salomon
On Sat, 14 Aug 2004 22:17:17 +0200, Christoph Hellwig wrote: [...] > > Umm, again, debian has the concept of a .orig.gz and a diff.gz and we > shouldn't mess with .orig.gz unless we can't redistribute it. > Normally I'd agree, but the orig.tar.gz isn't upstream's anyways. We're still modifying

Re: r1087 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian

2004-08-14 Thread Christoph Hellwig
On Sat, Aug 14, 2004 at 03:27:52PM -0400, Andres Salomon wrote: > I'm not convinced we can do this through a dpatch. The problem is, dpatch > must first be run on the source before we can do a proper make clean. If > you've just downloaded the kernel-source package, and run a debuild on it, > it

Re: r1087 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian

2004-08-14 Thread Andres Salomon
On Sat, 14 Aug 2004 13:53:36 +0200, Christoph Hellwig wrote: >> +# Upstream deletes our debian directory. Bastards. >> +sed 's#rm -rf $(objtree)/debian/#test -f $(objtree)/debian/official || rm >> -rf $(objtree)/debian/#' scripts/package/Makefile > >> scripts/package/Makefile.ouch >> +mv script

Re: r1087 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian

2004-08-14 Thread Christoph Hellwig
> +# Upstream deletes our debian directory. Bastards. > +sed 's#rm -rf $(objtree)/debian/#test -f $(objtree)/debian/official || rm > -rf $(objtree)/debian/#' scripts/package/Makefile > > scripts/package/Makefile.ouch > +mv scripts/package/Makefile.ouch scripts/package/Makefile Yikes! It's bad