summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2015-08-01 16:26:01 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2015-08-01 16:26:01 +0200
commite384a74e419d8652f43dd1e55918c9754e99a9d2 (patch)
tree1fc6befe2f263b992354601ee02849b4d6272e68 /debian
parentd9f9c8909d92af26efb23ebc37c7f0def3f2c741 (diff)
Also run dh-autoreconf
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules2
3 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c142aab..e6fde0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+qrouter (1.3.11-2) unstable; urgency=low
+
+ * debian/rules:
+ - Also run autoreconf to regenerate configure as well
+ * debian/control:
+ - Added build-dependency on dh-autoreconf
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Sat, 01 Aug 2015 16:19:12 +0200
+
qrouter (1.3.11-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 9a24ce9..dea03f6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Section: electronics
Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev,
+ dh-autoreconf,
tcl-dev,
tk-dev
Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index 2c30f90..fb8780c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,now -Wl,--as-needed
%:
- dh $@ --with autotools_dev
+ dh $@ --with autotools_dev,autoreconf
override_dh_auto_configure: