This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven2-core.
commit 7b176e7d73aef59e2df0d6d057614d374e07b086 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 27 13:33:01 2017 +0200 Switch to debhelper level 10 --- 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 8589e80..1c60568 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven2-core (2.2.1-28) UNRELEASED; urgency=medium * Team upload. * Depend on libplexus-classworlds2-java instead of libclassworlds-java * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Thu, 27 Jul 2017 13:28:44 +0200 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 2dd61ce..2945443 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]>, Torsten Werner <[email protected]> -Build-Depends: cdbs (>= 0.4.5.3), debhelper (>= 9), default-jdk +Build-Depends: cdbs (>= 0.4.5.3), debhelper (>= 10), default-jdk Build-Depends-Indep: ant, ant-optional, junit, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven2-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

