[libgtkdatabox] 01/01: Use dh-autoreconf to update autoconf files
Andreas Tille
tille at debian.org
Mon Jul 28 06:24:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libgtkdatabox.
commit 012a0f2c34c0cb55ab46013bad072eb0394e4729
Author: Andreas Tille <tille at debian.org>
Date: Mon Jul 28 08:30:30 2014 +0200
Use dh-autoreconf to update autoconf files
---
debian/changelog | 8 ++++++++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a8b701f..7f374d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libgtkdatabox (1:0.9.2.0-5) UNRELEASED; urgency=medium
+
+ * Use dh-autoreconf to update autoconf files (Thanks for the patch to
+ Breno Leitao <brenohl at br.ibm.com>)
+ Closes: #755729
+
+ -- Andreas Tille <tille at debian.org> Sun, 27 Jul 2014 21:07:25 +0200
+
libgtkdatabox (1:0.9.2.0-4) unstable; urgency=low
* Use --multiarch to make sure library is correctly installed into
diff --git a/debian/control b/debian/control
index 3b7bf40..0c5838b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ramakrishnan Muthukrishnan <rkrishnan at debian.org>,
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
- autotools-dev,
+ dh-autoreconf,
d-shlibs,
libgtk2.0-dev,
libcairo2-dev,
diff --git a/debian/rules b/debian/rules
index 69295e0..57a91a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ ver := $(shell dpkg-parsechangelog | grep '^Version:' | sed 's/^Version: [0-9]\
arch := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --with autotools_dev --with linktree
+ dh $@ --with autoreconf --with linktree
DEB_INSTALL_DOCS_ALL := AUTHORS README
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libgtkdatabox.git
More information about the debian-science-commits
mailing list