Re: dpkg-source argument to ignore .git subdirectory

2009-01-11 Thread Florian Weimer
* Adeodato Simó: > Why don't you just pass "-i" alone to > debuild/dpkg-buildpackage/dpkg-source? That way, the default regexp > that dpkg provides will be used, which I think is good enough. The package may have been prepared with a different version of dpkg-source, and just using "-i" might pr

Re: dpkg-source argument to ignore .git subdirectory

2009-01-11 Thread Adeodato Simó
* Florian Weimer [Sun, 11 Jan 2009 19:39:33 +0100]: > There seems to be some confusion what's the correct way to ignore only > the .git subdirectory (and not anything else gittish, which might have > been present in the .diff.gz before). > Has anybody come up with a proper regexp for -i? Would

Re: dpkg-source argument to ignore .git subdirectory

2009-01-11 Thread George Danchev
On Sunday 11 January 2009 20:39:33 Florian Weimer wrote: > There seems to be some confusion what's the correct way to ignore only > the .git subdirectory (and not anything else gittish, which might have > been present in the .diff.gz before). > > Has anybody come up with a proper regexp for -i? Wo

dpkg-source argument to ignore .git subdirectory

2009-01-11 Thread Florian Weimer
There seems to be some confusion what's the correct way to ignore only the .git subdirectory (and not anything else gittish, which might have been present in the .diff.gz before). Has anybody come up with a proper regexp for -i? Would -I.git '-i^\.git/' do the trick? -- To UNSUBSCRIBE, ema