aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules3
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0be580c..8de084c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libappindicator (12.10.1-0ubuntu1) UNRELEASED; urgency=low
* debian/rules:
- Convert from cdbs to debhelper 9.
- Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.
+ - Override dh_autoreconf to run autogen.sh and not call configure.
* debian/*.install:
- Update paths for multiarch and for use with dh9 (remove debian/tmp...)
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-%: