This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jruby-maven-plugins.
commit 83897ed75cd73c11fc78f95d39f914bee97f918b Author: Markus Koschany <[email protected]> Date: Wed Dec 28 20:17:54 2016 +0100 Switch to 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 168e677..a1583c7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Miguel Landaeta <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper (>= 1.5) +Build-Depends: debhelper (>= 10), default-jdk, maven-repo-helper (>= 1.5) Build-Depends-Indep: jruby (>= 1.7.22~), libmaven-dependency-plugin-java, libmaven-exec-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-maven-plugins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

