[pkg-bacula-commits] [bacula-doc] 01/01: set FORCE_SOURCE_DATE = 1 to make dvips output (partially) reproducible

Carsten Leonhardt leo at moszumanska.debian.org
Wed Nov 22 12:03:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to branch master
in repository bacula-doc.

commit 5fed3a8a91ed86c68a91c5677a4388d2eb04a78f
Author: Carsten Leonhardt <leo at debian.org>
Date:   Wed Nov 22 13:01:50 2017 +0100

    set FORCE_SOURCE_DATE = 1 to make dvips output (partially) reproducible
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2c508f4..5efebe5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,8 @@ export PERL_USE_UNSAFE_INC=1
 # needed for latex2html
 export TEXINPUTS=`pwd`/latex
 
+# see https://tests.reproducible-builds.org/debian/issues/unstable/timestamps_in_ps_generated_by_dvips_issue.html
+export FORCE_SOURCE_DATE := 1
+
 %:
 	dh $@ --no-parallel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula-doc.git



More information about the pkg-bacula-commits mailing list