Source: convmv
Version: 1.12-2
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Hi,

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

The attached patch removes timestamps from the build system. Once
applied, convmv 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 convmv.orig/convmv-1.12/debian/rules convmv/convmv-1.12/debian/rules
--- convmv.orig/convmv-1.12/debian/rules        2015-02-04 15:55:04.775667392 
+0000
+++ convmv/convmv-1.12/debian/rules     2015-02-04 15:57:44.598661811 +0000
@@ -29,7 +29,7 @@
        dh_clean -k 
        dh_installdirs
 
-       $(MAKE) install DESTDIR=$(CURDIR)/debian/convmv PREFIX=/usr
+       $(MAKE) install DESTDIR=$(CURDIR)/debian/convmv PREFIX=/usr GZIP=-9n 
 
 
 # Build architecture-independent files here.
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to