This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository properties-maven-plugin.
commit 0992f75729eac0b8f21f0acfea0f0ae756d7a961 Author: Emmanuel Bourg <[email protected]> Date: Sat Jul 29 15:02: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 fcade20..4163253 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ properties-maven-plugin (1.0~alpha2-3) UNRELEASED; urgency=medium * Team upload. * Moved the package to Git * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Sat, 29 Jul 2017 11:53:21 +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 9bece84..8cd7f59 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Steffen Moeller <[email protected]> Build-Depends: cdbs, - debhelper (>= 7), + debhelper (>= 10), default-jdk, default-jdk-doc, junit (>= 3.8.1), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/properties-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

