[ucto] 02/03: debian/control, debian/rules: use dh-autoreconf so that 'debian/rules clean' does what we want.
Joost van Baal
joostvb at moszumanska.debian.org
Thu Feb 4 04:28:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
joostvb pushed a commit to branch master
in repository ucto.
commit be9f486481758a32e5fd6f753b7e073c0437492a
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date: Thu Feb 4 05:27:42 2016 +0100
debian/control, debian/rules: use dh-autoreconf so that 'debian/rules clean' does what we want.
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/rules | 4 +---
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b81e35c..0832d8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ ucto (0.8.0-1) unstable; urgency=low
* New upstream release (missed: 0.6.0, 0.7.0).
* debian/control: new homepage, mention funding.
* .gitignore: added.
+ * debian/control, debian/rules: use dh-autoreconf so that 'debian/rules
+ clean' does what we want.
-- Joost van Baal-Ilić <joostvb at debian.org> Sun, 05 Jul 2015 06:55:05 +0200
diff --git a/debian/control b/debian/control
index 3182b92..54b0524 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ 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), pkg-config, libxml2-dev, libicu-dev, libfolia-dev (>= 0.11), libticcutils2-dev
+Build-Depends: cdbs, debhelper (>= 7), pkg-config, dh-autoreconf, libxml2-dev, libicu-dev, libfolia-dev (>= 0.11), libticcutils2-dev
Standards-Version: 3.9.3
Homepage: http://ilk.uvt.nl/ucto/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/ucto.git
diff --git a/debian/rules b/debian/rules
index a96259e..d60ec8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
#!/usr/bin/make -f
-# $Id$
-# $URL$
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ucto.git
More information about the debian-science-commits
mailing list