Source: angband-doc
Version: 3.0.3.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 angband-doc could not be built reproducibly.
The attached patch removes timestamps from the build system. Once
applied, angband-doc 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 angband-doc.orig/angband-doc-3.0.3.5/debian/local.mk
angband-doc/angband-doc-3.0.3.5/debian/local.mk
--- angband-doc.orig/angband-doc-3.0.3.5/debian/local.mk 2015-02-11
22:52:45.018078628 +0000
+++ angband-doc/angband-doc-3.0.3.5/debian/local.mk 2015-02-11
23:12:24.797397467 +0000
@@ -38,9 +38,9 @@
$(LINTIANDIR)/$(package)
$(install_file) debian/changelog $(DOCDIR)/
$(install_file) debian/README.debian $(DOCDIR)/
- gzip -9fqr $(DOCDIR)
+ gzip -9nfqr $(DOCDIR)
$(MAKE) $(INT_INSTALL_TARGET) prefix=$(TMPTOP) \
- infodir=$(INFODIR) mandir=$(MANDIR)
+ infodir=$(INFODIR) mandir=$(MANDIR)
GZIP="-9n"
$(install_file) debian/copyright $(DOCDIR)/copyright
$(install_file) debian/docentry $(DOCBASEDIR)/$(package)
$(install_file) debian/docfaq1 $(DOCBASEDIR)/$(package)_faq1
_______________________________________________
Reproducible-builds mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds