[qrouter] 01/01: Also run dh-autoreconf
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sat Aug 1 14:27:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository qrouter.
commit e384a74e419d8652f43dd1e55918c9754e99a9d2
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sat Aug 1 16:26:01 2015 +0200
Also run dh-autoreconf
---
debian/changelog | 9 +++++++++
debian/control | 1 +
debian/rules | 2 +-
3 files changed, 11 insertions(+), 1 deletion(-)
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 at 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:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qrouter.git
More information about the debian-science-commits
mailing list