[med-svn] [spaced] 02/03: Activate the autotools helper

Afif Elghraoui afif at moszumanska.debian.org
Tue Mar 29 04:38:05 UTC 2016


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

afif pushed a commit to branch master
in repository spaced.

commit ddbec5596e312a2fb7a1cc073e308b5eab242800
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Mon Mar 28 20:55:25 2016 -0700

    Activate the autotools helper
    
    This is needed for the build to work.
---
 debian/control | 4 +++-
 debian/rules   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 2919155..c36314d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,9 @@ Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Fabian Klötzl <kloetzl at evolbio.mpg.de>
-Build-Depends: debhelper (>= 9)
+Build-Depends:
+	debhelper (>= 9),
+	dh-autoreconf,
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/git/debian-med/spaced.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/spaced.git
diff --git a/debian/rules b/debian/rules
index 853664f..857a5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 # DH_VERBOSE := 1
 
 %:
-	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/spaced.git



More information about the debian-med-commit mailing list