Source: asciidoc Version: 8.6.9-3 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Hi, While working on the "reproducible builds" effort [1], we have noticed that asciidoc could not be built reproducibly. The attached patch removes timestamps from the build system. Once applied, asciidoc 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 asciidoc.orig/asciidoc-8.6.9/debian/rules asciidoc/asciidoc-8.6.9/debian/rules --- asciidoc.orig/asciidoc-8.6.9/debian/rules 2015-02-05 22:18:14.323446923 +0000 +++ asciidoc/asciidoc-8.6.9/debian/rules 2015-02-05 22:28:04.691226747 +0000 @@ -36,6 +36,7 @@ cp -aL doc/ debian/asciidoc/usr/share/doc/asciidoc/ rm debian/asciidoc/usr/share/doc/asciidoc/doc/*.1 ./asciidoc.py -b xhtml11 -a iconsdir=/usr/share/asciidoc/images/icons \ + -a footer-style=none \ -o debian/asciidoc/usr/share/doc/asciidoc/userguide.html doc/asciidoc.txt override_dh_link: