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 /debian/rules | |
| 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.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
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-%: |
