This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository jaligner.
commit 27d9ac92fe7f26887f770418a3c829022c8d6944 Author: Michael R. Crusoe <[email protected]> Date: Mon May 23 13:00:19 2016 -0700 turn on asciidoctor's reproducibility mode --- debian/changelog | 6 ++++++ debian/rules | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 412edf2..a2b3cf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jaligner (1.0+dfsg-3) unstable; urgency=medium + + * flip the reproducible switch for asciidoctor + + -- Michael R. Crusoe <[email protected]> Mon, 23 May 2016 12:59:30 -0700 + jaligner (1.0+dfsg-2) unstable; urgency=medium * Make build reproducible by switching to asciidoctor from ruby-ronn for diff --git a/debian/rules b/debian/rules index d35a209..844b6be 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,8 @@ override_dh_auto_build: #cp -a debian/images/*.gif src/jaligner/ui/images/gifs jh_build -J jaligner.jar src #rm -f src/jaligner/ui/images/gifs/[a-ik-z]*.gif - asciidoctor --backend manpage debian/jaligner.adoc + asciidoctor --backend manpage --attribute reproducible \ + debian/jaligner.adoc override_dh_install: dh_install src/jaligner /usr/share/jaligner -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jaligner.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
