Source: makepp
Version: 2.0.98.5-1
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 makepp could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, makepp 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 makepp.orig/makepp-2.0.98.5/debian/rules 
makepp/makepp-2.0.98.5/debian/rules
--- makepp.orig/makepp-2.0.98.5/debian/rules    2015-02-07 23:26:06.660032862 
+0000
+++ makepp/makepp-2.0.98.5/debian/rules 2015-02-07 23:30:03.950434024 +0000
@@ -21,7 +21,7 @@
        dh_testroot
        dh_prep
        dh_installdirs
-       make install DESTDIR=$(CURDIR)/debian/makepp
+       make install DESTDIR=$(CURDIR)/debian/makepp GZIP="-9n"
 
 binary: binary-indep binary-arch
 

Reply via email to