This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository daligner.
commit 36f8334bd723fa09175e87aa2efeb2eae62ea16b Author: Afif Elghraoui <[email protected]> Date: Tue Dec 27 12:56:53 2016 -0800 Use debhelper compat 10 --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 c5d3d11..70f9cd3 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Afif Elghraoui <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), Standards-Version: 3.9.8 Homepage: https://dazzlerblog.wordpress.com Vcs-Git: https://anonscm.debian.org/git/debian-med/daligner.git diff --git a/debian/rules b/debian/rules index aaa4d71..f8bfa07 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,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/daligner.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
