[Pkg-zsh-commits] [zsh] 01/01: Use autotools-dev as well as autoreconf to ensure configurey updates (Closes: #734765)

Axel Beckert abe at deuxchevaux.org
Fri Sep 19 08:36:06 UTC 2014


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

abe pushed a commit to branch debian
in repository zsh.

commit 2bbd5ddca564b0561167abf3d45d1b04636d7b37
Author: Wookey <wookey at debian.org>
Date:   Fri Sep 19 10:35:28 2014 +0200

    Use autotools-dev as well as autoreconf to ensure configurey updates (Closes: #734765)
---
 debian/control | 3 ++-
 debian/rules   | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 80952cd..fba1b97 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 e4ab160..10a3b09 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

-- 
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