[Pkg-zsh-commits] [zsh] 01/01: Use faketime to get reproducible time stamps in PDF generation

Axel Beckert abe at deuxchevaux.org
Sat Feb 7 15:24:35 UTC 2015


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

abe pushed a commit to branch debian
in repository zsh.

commit 0dc9a03cbd0520a5566fbb264741d221c7972904
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Feb 7 16:23:22 2015 +0100

    Use faketime to get reproducible time stamps in PDF generation
    
    Add build-dependency on faketime and bump build-dependency on dpkg-dev
    to 1.17.0 for using "dpkg-parsechangelog -S".
---
 debian/changelog | 8 ++++++++
 debian/control   | 3 ++-
 debian/rules     | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 47da1f3..b552e33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+zsh (5.0.7-6) UNRELEASED; urgency=medium
+
+  * Use faketime to get reproducible time stamps in PDF generation.
+    + Add build-dependency on faketime.
+    + Bump b-d on dpkg-dev to 1.17.0 for using "dpkg-parsechangelog -S"
+
+ -- Axel Beckert <abe at debian.org>  Sat, 07 Feb 2015 15:07:58 +0100
+
 zsh (5.0.7-5) unstable; urgency=medium
 
   * [ab70e9dc] Pre-Depend on dpkg >= 1.17.14 explicitly for using
diff --git a/debian/control b/debian/control
index 6d4c197..2c35206 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Build-Depends: autotools-dev,
                cm-super-minimal,
                debhelper (>= 9~),
                dh-autoreconf,
-               dpkg-dev (>= 1.16.2~),
+               dpkg-dev (>= 1.17.0~),
+               faketime,
                ghostscript,
                groff,
                groff-base,
diff --git a/debian/rules b/debian/rules
index 8408b9c..73113cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ build-arch: configure-stamp
 	touch $@
 
 build-indep: configure-stamp
-	dh_auto_build -B obj --parallel -- pdf
+	faketime "`dpkg-parsechangelog -S date`" dh_auto_build -B obj --parallel -- pdf
 	touch $@
 
 build-static: configure-static-stamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list