From b562e8313bdff3b874a7aa3a32a3333da64b10fc Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Fri, 16 Nov 2012 15:43:36 -0500 Subject: Override dh_autoreconf to make it use autogen.sh from upstream. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 81726a1..f98cf93 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed %: dh $@ --with quilt,autoreconf +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + override_dh_auto_configure: dh_auto_configure -- --disable-static -- cgit v1.2.3