[Debian-ha-commits] [booth] 10/12: d/rules: make generated documentation reproducible
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Tue Jun 27 12:17:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository booth.
commit ecf6d8702f2a37d0be2f7ab0b2d67e14728f4918
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Tue Jun 27 09:26:14 2017 +0200
d/rules: make generated documentation reproducible
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 82e9455..d42d8e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
+# Make generated documentation reproducible
+override_dh_auto_build:
+ TZ=UTC dh_auto_build
+
override_dh_auto_test:
echo "Skipping tests for now"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/booth.git
More information about the Debian-HA-Commits
mailing list