[med-svn] [toppred] 02/02: Use autoreconf to deal with outdated autotools stuff; add some more Build-Depends

Andreas Tille tille at debian.org
Sat Jan 31 14:03:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository toppred.

commit ac4b4f9b9b7bd4a52dcefde6f7492a420f3129b7
Author: Andreas Tille <tille at debian.org>
Date:   Sat Jan 31 14:54:53 2015 +0100

    Use autoreconf to deal with outdated autotools stuff; add some more Build-Depends
---
 debian/control | 5 ++++-
 debian/rules   | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ae90785..b415da7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               gnuplot,
+               libgd-dev
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/toppred.git
 Vcs-Git: git://anonscm.debian.org/debian-med/toppred.git
diff --git a/debian/rules b/debian/rules
index 58ec00b..029ca76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@
 # a similar manner are welcome.
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 #get-orig-source:
 #	. debian/get-orig-source

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/toppred.git



More information about the debian-med-commit mailing list