This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-build-api.
commit 8d7968351147acb7c8e4cb2c057de6961b7db0d8 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 30 12:19:13 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 88f9880..e89ec81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ plexus-build-api (0.0.7-2) UNRELEASED; urgency=medium * Team upload. * Moved the package to Git * Standards-Version updated to 4.1.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Wed, 30 Aug 2017 12:09:17 +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 d3b2e55..44e6bb9 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) +Build-Depends: cdbs, debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java, libplexus-maven-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-build-api.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

