This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-bundle-plugin.
commit dbb971e08afa5948d7139028934cd71973e4d38f Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 7 12:23:20 2015 +0100 Added runtime dependencies on maven-deploy-plugin and maven-install-plugin (required by Maven 3) --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index db44fec..2546e52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ maven-bundle-plugin (2.5.4-1) UNRELEASED; urgency=medium - Refreshed the patches - Replaced the dependency on biz.aQute.bndlib with bndlib - Ignore the apache-rat plugin + * Added runtime dependencies on maven-deploy-plugin and maven-install-plugin + (required by Maven 3) * Build with the DH sequencer instead of CDBS -- Emmanuel Bourg <[email protected]> Mon, 07 Dec 2015 11:48:03 +0100 diff --git a/debian/control b/debian/control index fff014a..95affa3 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Homepage: http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html Package: libmaven-bundle-plugin-java Architecture: all -Depends: ${maven:Depends}, ${misc:Depends} +Depends: ${maven:Depends}, ${misc:Depends}, libmaven-deploy-plugin-java, libmaven-install-plugin-java Recommends: ${maven:OptionalDepends} Suggests: libmaven-bundle-plugin-java-doc Description: Maven plugin to handle artifact OSGi metadata -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-bundle-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

