From 568063937e43660dfede1b289bea5c258aa69e9c Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 21 Nov 2012 14:59:47 -0500 Subject: Override dh_autoreconf to run autogen.sh and not call configure. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5326bff..dfb1d58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libindicator (12.10.2-0ubuntu1) UNRELEASED; urgency=low - Drop Build-Depends on cdbs. * debian/rules: - Convert to using the dh9 sequencer. + - Override dh_autoreconf to run autogen.sh and not call configure. -- Mathieu Trudel-Lapierre Wed, 21 Nov 2012 14:23:18 -0500 diff --git a/debian/rules b/debian/rules index 8df3a90..35b1bb9 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,9 @@ export G_MESSAGES_DEBUG = all %: dh $@ --with autoreconf +override_dh_autoreconf: + NOCONFIGURE=1 dh_autoreconf ./autogen.sh + override_dh_auto_configure: $(FLAVORS:%=doconfigure-%) doconfigure-%: -- cgit v1.2.3