[timblserver] 04/04: use dh_autoreconf
Andreas Beckmann
anbe at moszumanska.debian.org
Tue Feb 2 03:11:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository timblserver.
commit e888350cf1fad4b7fecd64e7edab6a5abeb8e2a9
Author: Breno Leitao <brenohl at br.ibm.com>
Date: Thu Jun 26 13:53:33 2014 -0300
use dh_autoreconf
---
debian/changelog | 1 +
debian/control | 3 ++-
debian/rules | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 24bd3c0..4d17837 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
timblserver (1.8-1.1) unstable; urgency=medium
* Non-maintainer upload.
+ * Use dh_autoreconf. (Closes: #752795)
* libtimblserver4-dev: Add Provides: libtimblserver-dev to ease future
transitions.
* Upload to unstable.
diff --git a/debian/control b/debian/control
index a479103..4543680 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: science
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Joost van Baal-Ilić <joostvb at debian.org>, Ko van der Sloot <ko.vandersloot at uvt.nl>
-Build-Depends: cdbs, debhelper (>= 7), automake, pkg-config, libtimbl4-dev, libxml2-dev, libticcutils2-dev (>= 0.7)
+Build-Depends: cdbs, debhelper (>= 7), automake, pkg-config, libtimbl4-dev, libxml2-dev, libticcutils2-dev (>= 0.7),
+ dh-autoreconf,
Standards-Version: 3.9.6
Homepage: http://ilk.uvt.nl/timbl/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/timblserver.git
diff --git a/debian/rules b/debian/rules
index 5202f40..e8762ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,5 @@
# ssh+git://git.debian.org/git/debian-science/packages/timblserver.git
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/autotools.mk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/timblserver.git
More information about the debian-science-commits
mailing list