aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-21 14:59:47 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-21 14:59:47 -0500
commit568063937e43660dfede1b289bea5c258aa69e9c (patch)
tree4b477295bf3574735e4a2db9c293a687f287b5e5 /debian/rules
parentd1e3acb63a29ac2f2905d1ec5e0c09360bd7dffc (diff)
downloadlibayatana-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-xdebian/rules3
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-%: