diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 14:59:47 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-21 14:59:47 -0500 |
commit | 568063937e43660dfede1b289bea5c258aa69e9c (patch) | |
tree | 4b477295bf3574735e4a2db9c293a687f287b5e5 | |
parent | d1e3acb63a29ac2f2905d1ec5e0c09360bd7dffc (diff) | |
download | libayatana-indicator-568063937e43660dfede1b289bea5c258aa69e9c.tar.gz libayatana-indicator-568063937e43660dfede1b289bea5c258aa69e9c.tar.bz2 libayatana-indicator-568063937e43660dfede1b289bea5c258aa69e9c.zip |
Override dh_autoreconf to run autogen.sh and not call configure.
-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 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 <mathieu-tl@ubuntu.com> 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-%: |