This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository japi-compliance-checker.
commit 89756f67697bbbb702bbf102b0b024abdc0bc706 Author: Emmanuel Bourg <[email protected]> Date: Thu May 21 10:59:37 2015 +0200 Switch to debhelper level 9 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 45f2826..fc720c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ japi-compliance-checker (1.3.7-2) UNRELEASED; urgency=medium * Maintenance transferred to the Debian Java Maintainers * Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Thu, 21 May 2015 10:35:44 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 51a19e8..b63ccb1 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: japi-compliance-checker Section: devel Priority: optional -Build-Depends: debhelper (>= 8), help2man +Build-Depends: debhelper (>= 9), help2man Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Mathieu Malaterre <[email protected]> Standards-Version: 3.9.6 -- 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

