Source: uruk
Version: 20140627-1
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 uruk could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, uruk 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 uruk.orig/uruk-20140627/debian/rules uruk/uruk-20140627/debian/rules
--- uruk.orig/uruk-20140627/debian/rules        2015-02-03 16:39:59.872172541 
+0000
+++ uruk/uruk-20140627/debian/rules     2015-02-03 16:40:26.965354892 +0000
@@ -70,8 +70,8 @@
        cp -a debian/README $(docdir)/README.Debian
        cp -a debian/TODO $(docdir)/TODO.Debian
        cp -a ChangeLog $(docdir)/changelog
-       cd $(docdir) && gzip -9 changelog changelog.Debian ChangeLog.2003 
NEWS.Debian
-       gzip -r9 debian/$(package)/usr/share/man
+       cd $(docdir) && gzip -9n changelog changelog.Debian ChangeLog.2003 
NEWS.Debian
+       gzip -r9n debian/$(package)/usr/share/man
        mkdir debian/$(package)/DEBIAN
 #       # generate md5sums.  pathnames should not have leading /.
 #       # conffiles should be excluded.  for now, assume conffiles are 
precisely
_______________________________________________
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