make build reproducible by adding -n option to explicit gzip call in rules
authorBdale Garbee <bdale@gag.com>
Fri, 13 Feb 2015 00:08:17 +0000 (16:08 -0800)
committerBdale Garbee <bdale@gag.com>
Fri, 13 Feb 2015 00:08:17 +0000 (16:08 -0800)
debian/changelog
debian/rules

index 4c9b660637297174f54bc5d9c5b16c7caa99f534..da3d59e6ee3d2a970f012cfaf61a164cd238e8b7 100644 (file)
@@ -1,3 +1,9 @@
+gcpegg (5.1-14) UNRELEASED; urgency=low
+
+  * patch debian/rules to make build reproducible, closes: #777416
+
+ -- Bdale Garbee <bdale@gag.com>  Thu, 12 Feb 2015 16:07:59 -0800
+
 gcpegg (5.1-13) unstable; urgency=low
 
   * merge 64-bit fixes from Fernando Lucas Rodriguez <fernando_lr@terra.es>,
index 26e7fa5fbd608c3fd08465a24dd90b338736e4d6..79add4b3a6abbc1fe7cb493276ffd4d136352ade 100755 (executable)
@@ -31,7 +31,7 @@ install-stamp: build-stamp
                debian/gcpegg/etc/eggrc
        /usr/bin/install -o root -g root -m 0644 debian/gcpegg.1 \
                debian/gcpegg/usr/share/man/man1/gcpegg.1
-       gzip -9 debian/gcpegg/usr/share/man/man1/gcpegg.1
+       gzip -9n debian/gcpegg/usr/share/man/man1/gcpegg.1
        ( cd debian/gcpegg/usr/share/man/man1 ; \
                 ln gcpegg.1.gz gcpbasket.1.gz ;\
                 ln gcpegg.1.gz eggsh.1.gz ;\