[gfm] 01/01: Use autoreconf.
Andreas B. Mundt
andi at alioth.debian.org
Sat Aug 10 13:38:40 UTC 2013
This is an automated email from the git hooks/post-receive script.
andi pushed a commit to branch master
in repository gfm.
commit b64697b35254e2817cd85e6aa5c81d46d6e7c3c9
Author: Andreas B. Mundt <andi at debian.org>
Date: Sat Aug 10 15:29:40 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 fc4af11..f8bd571 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,
libarchive-dev,
diff --git a/debian/rules b/debian/rules
index 31ec52f..e170046 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_clean:
dh_clean --exclude=build/mingw/gfm.rc~
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gfm.git
More information about the debian-science-commits
mailing list