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 <[email protected]> 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 <[email protected]> Uploaders: Fabian Klötzl <[email protected]> -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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
