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

Axel Beckert abe at deuxchevaux.org
Mon Mar 2 12:23:21 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 a71c214210c0192b4d87aabbc8615b930ba0102a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Mar 2 13:18:35 2015 +0100

    Revert "Use faketime to get reproducible time stamps in PDF generation"
    
    faketime currently does not work properly in Jessie/Sid chroots on
    Wheezy hosts, see https://bugs.debian.org/778462 for details. And we
    rather needed a properly building zsh than a reproducible build (for
    now).
    
    This reverts commit 0dc9a03cbd0520a5566fbb264741d221c7972904.
---
 debian/changelog | 8 --------
 debian/control   | 3 +--
 debian/rules     | 2 +-
 3 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b552e33..47da1f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,3 @@
-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 2c35206..6d4c197 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Build-Depends: autotools-dev,
                cm-super-minimal,
                debhelper (>= 9~),
                dh-autoreconf,
-               dpkg-dev (>= 1.17.0~),
-               faketime,
+               dpkg-dev (>= 1.16.2~),
                ghostscript,
                groff,
                groff-base,
diff --git a/debian/rules b/debian/rules
index 73113cd..8408b9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ build-arch: configure-stamp
 	touch $@
 
 build-indep: configure-stamp
-	faketime "`dpkg-parsechangelog -S date`" dh_auto_build -B obj --parallel -- pdf
+	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