This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-install-plugin.
commit 51dd2d32139fb031ce78979ad8462c348e06a31e Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 17 14:03:18 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 04e1a25..6928aaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ maven-install-plugin (2.5.2-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 17 Jul 2017 14:03:07 +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 ed5443e..1cf330f 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, 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, libmaven-plugin-testing-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-install-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

