From 6a07efcb8647b0d2d1d307b939fafe3093bdd5ce Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 26 Nov 2012 21:42:04 -0500 Subject: Override dh_autoreconf to run autogen.sh and not call configure. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index ab6b525..76b3c11 100755 --- a/debian/rules +++ b/debian/rules @@ -17,6 +17,9 @@ CFLAGS += -fPIC %: dh $@ --with autoreconf,python2,cli,gir +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + override_dh_auto_configure: $(FLAVORS:%=doconfigure-%) doconfigure-%: -- cgit v1.2.3