[bamf] 03/07: debian/{control, rules}: Stop using autoreconf, simply run autogen.sh at configure time.

Mike Gabriel sunweaver at debian.org
Tue Aug 25 00:34:14 UTC 2015


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

sunweaver pushed a commit to branch master
in repository bamf.

commit cfd9fbb8d15f423d1b229e2dc545bc4feed6b34c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Aug 25 01:45:31 2015 +0200

    debian/{control,rules}: Stop using autoreconf, simply run autogen.sh at configure time.
---
 debian/control |  1 -
 debian/rules   | 10 +++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 96a63b0..125fd5d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders: Mike Gabriel <sunweaver at debian.org>,
            Andrea Veri <and at debian.org>,
 Build-Depends: dbus-x11,
                debhelper (>= 9),
-               dh-autoreconf,
                gobject-introspection (>= 0.6.5-3),
                gtk-doc-tools,
                libgirepository1.0-dev,
diff --git a/debian/rules b/debian/rules
index 8674a73..2632c7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,14 +10,14 @@ UVER  = $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if
 DTYPE =
 VER  ?= $(subst $(DTYPE),,$(UVER))
 
-%:
-	dh $@ --with autoreconf,gir
+DHFLAGS = --parallel
 
-override_dh_autoreconf:
-	NOCONFIGURE=1 dh_autoreconf ./autogen.sh
+%:
+	dh $@ $(DHFLAGS) --with gir
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-introspection=yes \
+	NOCONFIGURE=1 ./autogen.sh
+	dh_auto_configure $(DHFLAGS) -- --enable-introspection=yes \
 	                     --enable-gtk-doc \
 	                     --enable-headless-tests \
 	                     --disable-silent-rules

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/bamf.git



More information about the pkg-mate-commits mailing list