Source: eep24c
Version: 0.1.2-5
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 eep24c could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, eep24c 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 eep24c.orig/eep24c-0.1.2/debian/rules 
eep24c/eep24c-0.1.2/debian/rules
--- eep24c.orig/eep24c-0.1.2/debian/rules       2015-02-07 12:47:51.042214556 
+0000
+++ eep24c/eep24c-0.1.2/debian/rules    2015-02-07 12:51:19.371553701 +0000
@@ -35,7 +35,7 @@
        dh_clean -k
        dh_installdirs
        $(MAKE) install DESTDIR=$(CURDIR)/debian/eep24c
-       cat $(CURDIR)/Changelog | gzip -9 > 
$(CURDIR)/debian/eep24c/usr/share/doc/eep24c/changelog.gz
+       cat $(CURDIR)/Changelog | gzip -9n > 
$(CURDIR)/debian/eep24c/usr/share/doc/eep24c/changelog.gz
 
 # Build architecture-independent files here.
 binary-indep: build install
_______________________________________________
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