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/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 531276c..619efd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ indicator-datetime (12.10.3-0ubuntu1) UNRELEASED; urgency=low * debian/rules: - Switch to using the dh sequencer instead of cdbs rules, adjust targets accordingly. + - Override dh_autoreconf to make it use autogen.sh from upstream. -- Mathieu Trudel-Lapierre Fri, 16 Nov 2012 15:17:20 -0500 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