From: Joey Hess Date: Wed, 27 Feb 2008 21:33:27 +0000 (-0500) Subject: * dh_compress: Pass -n to gzip to yeild more reproducible file contents. X-Git-Tag: 6.0.6~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7b7b98c5d4f09d4428486d954b98083c373a0617;p=debhelper.git * dh_compress: Pass -n to gzip to yeild more reproducible file contents. The time stamp information need not be contained in the .gz file since the time stamp is preserved when compressing and decompressing. Closes: #467100 --- diff --git a/debian/changelog b/debian/changelog index aaebfb8..6db4310 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +debhelper (6.0.6) UNRELEASED; urgency=low + + * dh_compress: Pass -n to gzip to yeild more reproducible file contents. + The time stamp information need not be contained in the .gz file since the + time stamp is preserved when compressing and decompressing. Closes: #467100 + + -- Joey Hess Wed, 27 Feb 2008 16:30:16 -0500 + debhelper (6.0.5) unstable; urgency=low * dh_installman: Recode all man pages to utf-8 on installation. diff --git a/dh_compress b/dh_compress index d9758f0..2a99677 100755 --- a/dh_compress +++ b/dh_compress @@ -150,7 +150,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { # Make executables not be anymore. xargs(\@f,"chmod","a-x"); - xargs(\@f,"gzip","-9f"); + xargs(\@f,"gzip","-9nf"); } # Now change over any files we can that used to be hard links so