Source: dtc-xen
Version: 0.5.17-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Hi,

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

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

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff -urNad dtc-xen.orig/dtc-xen-0.5.17/debian/rules 
dtc-xen/dtc-xen-0.5.17/debian/rules
--- dtc-xen.orig/dtc-xen-0.5.17/debian/rules    2015-02-07 12:38:35.217275078 
+0000
+++ dtc-xen/dtc-xen-0.5.17/debian/rules 2015-02-07 12:41:41.457635375 +0000
@@ -19,7 +19,7 @@
        dh_installdirs
        dh_link
 
-       $(MAKE) install DESTDIR=debian/dtc-xen
+       $(MAKE) install GZIP=-9n DESTDIR=debian/dtc-xen
        $(MAKE) install_dtc-xen-firewall DESTDIR=debian/dtc-xen-firewall
 
 binary-indep: install

Reply via email to