This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository japi-compliance-checker.
commit 7f1fc486b2eeb4398635ac6de05fadeb0ffa4a58 Author: tony mancill <[email protected]> Date: Fri Jun 23 21:53:03 2017 -0700 Use debhelper 10 --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 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 52e13c3..a1ba670 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: japi-compliance-checker Section: devel Priority: optional -Build-Depends: debhelper (>= 9), help2man +Build-Depends: debhelper (>= 10), help2man Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]>, tony mancill <[email protected]> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/japi-compliance-checker.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

