[PATCH] Make Dpkg::Source::Archive use tar --format=gnu

2014-08-13 Thread Jan Blunck
Explicitly instruct Dpkg::Source::Archive to use the gnu format when creating archives. Some versions of tar (specifically on openSUSE >= 12.2) have a different default tar format. This change makes the archive creation more consistent. Signed-off-by: Jan Blunck --- scripts/Dpkg/Source/Archive.p

Re: [PATCH] Make Dpkg::Source::Archive use tar --format=gnu

2014-08-13 Thread Guillem Jover
Hi! On Wed, 2014-08-13 at 18:02:48 +0200, Jan Blunck wrote: > Explicitly instruct Dpkg::Source::Archive to use the gnu format when > creating archives. Some versions of tar (specifically on openSUSE >= 12.2) > have a different default tar format. This change makes the archive > creation more consi