Source: dh-make-php
Version: 0.4.0
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 dh-make-php could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, dh-make-php 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 dh-make-php.orig/dh-make-php-0.4.0/Makefile 
dh-make-php/dh-make-php-0.4.0/Makefile
--- dh-make-php.orig/dh-make-php-0.4.0/Makefile 2015-02-03 12:12:15.158176514 
+0000
+++ dh-make-php/dh-make-php-0.4.0/Makefile      2015-02-03 12:12:53.871994237 
+0000
@@ -10,12 +10,12 @@
 dh-make-pecl.1.gz: man/dh-make-pecl.xml
        $(XP) $(DB2MAN) $<
        rm -f dh-make-pecl.1.gz
-       gzip -9 dh-make-pecl.1
+       gzip -9n dh-make-pecl.1
        
 dh-make-pear.1.gz: man/dh-make-pear.xml
        $(XP) $(DB2MAN) $<
        rm -f dh-make-pear.1.gz
-       gzip -9 dh-make-pear.1
+       gzip -9n dh-make-pear.1
        
 install: install-bin install-share install-man
 

Reply via email to