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 997d5e9840f741f129857d350e2794182ab59dcd Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 7 12:51:42 2015 +0100 Added a dependency on libfelix-utils-java --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e48989a..b7c7ab3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-bundle-plugin (2.5.4-1) unstable; urgency=medium * Team upload. * New upstream release - Refreshed the patches + - Added a dependency on libfelix-utils-java - 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 diff --git a/debian/control b/debian/control index 95affa3..2049494 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends-Indep: bnd (>= 2.1.0~), default-jdk-doc, libfelix-bundlerepository-java, libfelix-osgi-obr-java, + libfelix-utils-java, libkxml2-java, libmaven-archiver-java, libmaven-dependency-tree-java, -- 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

