diff options
author | Wookey <wookey@debian.org> | 2014-09-19 10:35:28 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-09-19 10:35:28 +0200 |
commit | 2bbd5ddca564b0561167abf3d45d1b04636d7b37 (patch) | |
tree | bafb351df7a80323c36bb128541f7a3f2d3335bb | |
parent | f6cf789deb0d3410134e6b8ce1d566ad0ffbc88f (diff) | |
download | zsh-2bbd5ddca564b0561167abf3d45d1b04636d7b37.tar.gz zsh-2bbd5ddca564b0561167abf3d45d1b04636d7b37.zip |
Use autotools-dev as well as autoreconf to ensure configurey updates (Closes: #734765)
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 80952cd06..fba1b97d2 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: zsh Section: shells Priority: optional -Build-Depends: bsdmainutils, +Build-Depends: autotools-dev, + bsdmainutils, cm-super-minimal, debhelper (>= 9~), dh-autoreconf, diff --git a/debian/rules b/debian/rules index e4ab160d0..10a3b0924 100755 --- a/debian/rules +++ b/debian/rules @@ -72,6 +72,7 @@ build-debug: build configure: touch stamp-h.in + dh_autotools-dev_updateconfig dh_autoreconf configure-stamp: configure @@ -93,6 +94,7 @@ configure-static-stamp: configure clean: dh_testdir dh_autoreconf_clean + dh_autotools-dev_restoreconfig rm -f build build-static dh_auto_clean -B obj --parallel dh_auto_clean -B obj-static --parallel |