[tilp2] 01/01: Use autoreconf.
Andreas B. Mundt
andi at alioth.debian.org
Sat Aug 10 13:48:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
andi pushed a commit to branch master
in repository tilp2.
commit 9fa0fbf9baf5e9ee36d248fb3379e16ca0d3b0b0
Author: Andreas B. Mundt <andi at debian.org>
Date: Sat Aug 10 15:39:41 2013 +0200
Use autoreconf.
---
debian/control | 4 ++--
debian/rules | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 542b0ec..ebf40fa 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Andreas B. Mundt <andi at debian.org>
-Build-Depends: autotools-dev,
- debhelper (>= 9.0.0),
+Build-Depends: debhelper (>= 9.0.0),
+ dh-autoreconf,
gettext,
groff-base,
intltool,
diff --git a/debian/rules b/debian/rules
index f1f4560..9daae69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
override_dh_auto_test:
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_clean:
dh_clean --exclude=build/mingw/tilp.rc~
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/tilp2.git
More information about the debian-science-commits
mailing list