diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 2 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index b552e335f..47da1f33d 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@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 2c352064a..6d4c197e5 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 73113cda9..8408b9c1e 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 |