This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository modello-maven-plugin.
commit 761238a1c32d9eb1bf386f79f816977ab3a62655 Author: Emmanuel Bourg <[email protected]> Date: Thu May 18 16:07:03 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 6ebb6e6..2516a10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ modello-maven-plugin (1.8.3-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Thu, 18 May 2017 16:06:29 +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 cf194e6..b0f26f3 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]>, Damien Raude-Morvan <[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, junit, libmaven-javadoc-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/modello-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

