summaryrefslogtreecommitdiff
diff options
-rw-r--r--debian/changelog1
-rw-r--r--debian/rules3
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a011b0a..d2de5966 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ lightdm (1.4.5-0ubuntu1) UNRELEASED; urgency=low
* debian/rules:
- Tidy up
- Compile with --parallel
+ - Use ./autogen.sh when running dh_autoreconf
* debian/patches/08_lp1059510.patch:
* debian/patches/09_lp577919-fix-chromium-launch.patch:
- Applied upstream
diff --git a/debian/rules b/debian/rules
index e10ec7c3..7eda1862 100644
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ LDFLAGS+=-Wl,--as-needed
%:
dh $@ --with quilt,autoreconf,translations --parallel
+override_dh_autoreconf:
+ NOCONFIGURE=1 dh_autoreconf ./autogen.sh
+
# NOTE: Using GNOME for now, but we still need a proper configuration system
# See https://launchpad.net/bugs/799754
override_dh_auto_configure: