Source: xzgv
Version: 0.9.1-3
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 xzgv could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, xzgv 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 xzgv.orig/xzgv-0.9.1/debian/rules xzgv/xzgv-0.9.1/debian/rules
--- xzgv.orig/xzgv-0.9.1/debian/rules   2015-02-07 09:38:33.010110656 +0000
+++ xzgv/xzgv-0.9.1/debian/rules        2015-02-07 09:44:45.282678361 +0000
@@ -36,7 +36,7 @@
        dh_testdir
 
        # Add here commands to compile the package.
-       $(MAKE) CFLAGS="$(CPPFLAGS) $(CFLAGS)" LDFLAGS="$(LDFLAGS)" all info
+       $(MAKE) CFLAGS="$(CPPFLAGS) $(CFLAGS)" LDFLAGS="$(LDFLAGS)" GZIP=-9n 
all info
 
        touch $@
 

Reply via email to