[Debian-ha-commits] [libqb] 02/02: Use dh --with autotools_dev again.
myon at debian.org
myon at debian.org
Wed Sep 23 08:49:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
myon pushed a commit to branch master
in repository libqb.
commit 53905ed67ece1a26a364656bb786b22d89582426
Author: Christoph Berg <christoph.berg at credativ.de>
Date: Wed Sep 23 10:48:30 2015 +0200
Use dh --with autotools_dev again.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a9f9976..1550870 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libqb (0.17.2.real-2) unstable; urgency=medium
+
+ * Use dh --with autotools_dev again.
+
+ -- Christoph Berg <christoph.berg at credativ.de> Wed, 23 Sep 2015 10:41:59 +0200
+
libqb (0.17.2.real-1) unstable; urgency=medium
* Import new Upstream release tarball for version 0.17.2.
diff --git a/debian/rules b/debian/rules
index 3e72962..fefb194 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ export VERBOSE=1
DOCDIR = /usr/share/doc/libqb-doc
%:
- dh $@ --with autoreconf --fail-missing --link-doc=libqb0
+ dh $@ --with autoreconf,autotools_dev --fail-missing --link-doc=libqb0
override_dh_autoreconf:
dh_autoreconf ./autogen.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/libqb.git
More information about the Debian-HA-Commits
mailing list