Source: psgml
Version: 1.4.0-5
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 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
`. `'` [email protected] / 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)/