[Pkg-cli-libs-commits] [hyena] 02/06: Use dh-autoreconf

Chow Loong Jin hyperair at debian.org
Tue Jun 17 08:47:20 UTC 2014


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

hyperair pushed a commit to branch master
in repository hyena.

commit f73eddf167db25387071fdcc840c419a8684660c
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Tue Jun 17 16:30:35 2014 +0800

    Use dh-autoreconf
---
 debian/control | 1 +
 debian/rules   | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9d74a47..a6ce815 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Chow Loong Jin <hyperair at ubuntu.com>
 Build-Depends: debhelper (>= 7.0.50),
+               dh-autoreconf,
                autotools-dev,
                cli-common-dev (>= 0.5.7),
                mono-devel (>= 2.4.2),
diff --git a/debian/rules b/debian/rules
index 6a1daa8..0ade36e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ USCAN = uscan \
 	--watchfile=$(DEBIAN_DIR)/watch \
 	--upstream-version=$(VERSION)
 
+override_dh_autoreconf:
+	dh_autoreconf autoreconf -- -I build/m4/shamrock
+
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		MCS=/usr/bin/mono-csc \
@@ -42,4 +45,4 @@ get-orig-source:
 		--destdir=.
 
 %:
-	dh $@
+	dh $@ --with autoreconf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/hyena.git



More information about the Pkg-cli-libs-commits mailing list