This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository maven-bundle-plugin.
commit f6d323b00857523d53160af13460a2c9fe7ac3f1 Author: tony mancill <[email protected]> Date: Sat Jul 22 18:41:54 2017 -0700 Use debhelper and compat level 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 be073da..a058231 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0~) +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.0~) Build-Depends-Indep: bnd (>= 2.1.0~), default-jdk-doc, junit4, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-bundle-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

