This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository dascrubber.
commit 3599bb9073e0df82117a7e39310cc711684e11be Author: Andreas Tille <[email protected]> Date: Mon Dec 12 16:38:18 2016 +0100 debhelper 10 (includes --parallel) --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index b30cab7..76c2bb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ dascrubber (0~20160601-2) UNRELEASED; urgency=medium Graham Inggs <[email protected]>) Closes: #847943 * Fake watch file + * debhelper 10 -- Andreas Tille <[email protected]> Mon, 12 Dec 2016 16:35:52 +0100 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 2a61240..f98fa1b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Afif Elghraoui <[email protected]> -Build-Depends: debhelper (>=9) +Build-Depends: debhelper (>=10) Standards-Version: 3.9.8 Homepage: https://dazzlerblog.wordpress.com/ Vcs-Git: https://anonscm.debian.org/git/debian-med/dascrubber.git diff --git a/debian/rules b/debian/rules index 18080f5..08367e9 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ include /usr/share/dpkg/default.mk %: - dh $@ --parallel + dh $@ override_dh_auto_install: dh_auto_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dascrubber.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
