This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sisu-maven-plugin.
commit 89f646d835606799d46ea09c16329ee263cd3f35 Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 14 23:07:31 2016 +0200 Depend on libmaven3-core-java instead of maven --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 57e97a8..ec1635d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ sisu-maven-plugin (1.1-2) UNRELEASED; urgency=medium + * Depend on libmaven3-core-java instead of maven * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 (no changes) * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index a0c85f2..ce240b9 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), libmaven-plugin-tools-java (>= 3.2), libplexus-utils2-java (>= 2.0.5), libsisu-ioc-java (>= 2.2.1), - maven (>= 2.0), + libmaven3-core-java, maven-debian-helper (>= 1.5), libmaven-common-artifact-filters-java Standards-Version: 3.9.8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sisu-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

