This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-clean-plugin.
commit 3a0eeba7b3784bdd533af2dcee9a951222d299de Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 20 14:47:31 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 74c2f24..c3d95a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ maven-clean-plugin (2.5-2) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 3.9.8 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 20 Jun 2017 13:09:10 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +10 diff --git a/debian/control b/debian/control index 5d014a7..9c60a39 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: cdbs, - debhelper (>= 7), + debhelper (>= 10), default-jdk, default-jdk-doc, libmaven-file-management-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-clean-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

