This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-ejb-plugin.
commit ce122b16b6f93e25b638a6336f06ec3b36545c1d Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 9 13:48:54 2015 +0100 Switch to debhelper level 9 --- 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 2c246e6..8fb8a3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-ejb-plugin (2.2-3) UNRELEASED; urgency=medium * debian/control: - Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Wed, 09 Dec 2015 13:44:49 +0100 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 130d70d..1eb000b 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: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper +Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper Build-Depends-Indep: libmaven-invoker-plugin-java (>= 1.3), libmaven-archiver-java, libmaven2-core-java, libplexus-utils-java, libmaven-plugin-testing-java, libmaven-plugin-tools-java Standards-Version: 3.9.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ejb-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

