Re: dpkg-source and .git directories.

2007-06-28 Thread Rob Andrews
Hi James, On 28-Jun-2007 22:23.53 (BST), James Westby wrote: > > cd packagename/ > > tar --strip-components=1 -zxvf ../package-version.tar.gz > > dpkg-buildpackage -S -rfakeroot > > > > Only, the .diff.gz includes the .git directory. > > > > According to the dpkg-source script

Re: dpkg-source and .git directories.

2007-06-28 Thread James Westby
On (28/06/07 19:28), Rob Andrews wrote: > Hi, > > I'm maintaining a set of debian package differences in a git repository. I > prepare the package source diff thusly: > > cd packagename/ > tar --strip-components=1 -zxvf ../package-version.tar.gz > dpkg-buildpackage -S -rfakeroot > >

dpkg-source and .git directories.

2007-06-28 Thread Rob Andrews
Hi, I'm maintaining a set of debian package differences in a git repository. I prepare the package source diff thusly: cd packagename/ tar --strip-components=1 -zxvf ../package-version.tar.gz dpkg-buildpackage -S -rfakeroot Only, the .diff.gz includes the .git directory. According t