aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-26 21:42:04 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-26 21:42:04 -0500
commit6a07efcb8647b0d2d1d307b939fafe3093bdd5ce (patch)
tree08cd04ee59a0541e200a8ec13656a2921678d95e /debian/rules
parent9dff09473de7abd7f720106d0ec5400a462e8654 (diff)
downloadlibayatana-appindicator-6a07efcb8647b0d2d1d307b939fafe3093bdd5ce.tar.gz
libayatana-appindicator-6a07efcb8647b0d2d1d307b939fafe3093bdd5ce.tar.bz2
libayatana-appindicator-6a07efcb8647b0d2d1d307b939fafe3093bdd5ce.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 ab6b525..76b3c11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,9 @@ CFLAGS += -fPIC
%:
dh $@ --with autoreconf,python2,cli,gir
+override_dh_autoreconf:
+ NOCONFIGURE=1 dh_autoreconf ./autogen.sh
+
override_dh_auto_configure: $(FLAVORS:%=doconfigure-%)
doconfigure-%: