Source: gcpegg
Version: 5.1-13
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

While working on the "reproducible builds" effort [1], we have noticed
that gcpegg could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, gcpegg can be built reproducibly in our current experimental
framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff -urNad gcpegg.orig/gcpegg-5.1/debian/rules gcpegg/gcpegg-5.1/debian/rules
--- gcpegg.orig/gcpegg-5.1/debian/rules 2015-02-08 01:31:16.610612642 +0000
+++ gcpegg/gcpegg-5.1/debian/rules      2015-02-08 01:32:36.954201431 +0000
@@ -31,7 +31,7 @@
                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 ;\

Reply via email to