diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-02-07 16:23:22 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-02-07 16:23:22 +0100 |
commit | 0dc9a03cbd0520a5566fbb264741d221c7972904 (patch) | |
tree | 5a98c371282c909fd70a1c3d252091f440f449a9 /debian/rules | |
parent | 28ae35118f02ec971a376c878cb86743180f1859 (diff) | |
download | zsh-0dc9a03cbd0520a5566fbb264741d221c7972904.tar.gz zsh-0dc9a03cbd0520a5566fbb264741d221c7972904.zip |
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".
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8408b9c1e..73113cda9 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 |