diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 0 deletions
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 <mathieu-tl@ubuntu.com> 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 |