Source: psgml
Version: 1.4.0-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 psgml could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, psgml 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 psgml.orig/psgml-1.4.0/debian/local.mk 
psgml/psgml-1.4.0/debian/local.mk
--- psgml.orig/psgml-1.4.0/debian/local.mk      2015-02-08 23:03:12.185498260 
+0000
+++ psgml/psgml-1.4.0/debian/local.mk   2015-02-08 23:04:51.813937439 +0000
@@ -94,8 +94,8 @@
        $(install_file)    debian/example-customization.el $(DOCDIR)/
        $(install_file)    debian/README.debian  $(DOCDIR)
        $(install_file)    debian/Example        $(DOCDIR)/
-       gzip -9fqr         $(INFODIR)/
-       gzip -9fqr         $(DOCDIR)/
+       gzip -9nfqr        $(INFODIR)/
+       gzip -9nfqr        $(DOCDIR)/
 # Make sure the copyright file is not compressed
        $(install_file)    debian/copyright      $(DOCDIR)/copyright
        $(install_file)    debian/html/*.html    $(DOCDIR)/
_______________________________________________
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