From dfaa0f4b2f0926a666c946aff5cb85abb4a5fa6d Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 14:05:55 -0500 Subject: Override dh_autoreconf to call autogen.sh and not run configure... --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index a758b60..ce87ef2 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 %: dh $@ --with autoreconf +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + override_dh_makeshlibs: dh_makeshlibs -plibido3-0.1-0 -V'libido3-0.1-0 (>= 12.10.0)' dh_makeshlibs -Nlibido3-0.1-0 -- cgit v1.2.3