This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-invoker.
commit fa5ea02a6788080fc0c1770cbdc3740674f4b58d Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 18 21:11:47 2016 +0000 Removed the build dependency on libplexus-component-metadata-java --- debian/changelog | 1 + debian/control | 1 - debian/rules | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e5f568f..b314497 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ maven-invoker (2.1.1-2) UNRELEASED; urgency=medium * Team upload. + * Removed the build dependency on libplexus-component-metadata-java * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg <[email protected]> Mon, 18 Jan 2016 22:06:25 +0100 diff --git a/debian/control b/debian/control index 9a4e032..40b380b 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends-Indep: ant, junit, libmaven-plugin-tools-java, libplexus-containers1.5-java, - libplexus-component-metadata-java (>= 1.0~beta3.0.7), libplexus-utils-java, maven-ant-helper (>> 4), maven-repo-helper diff --git a/debian/rules b/debian/rules index c155847..ea1d730 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java # Need to specify the exact version of the Plexus plugin (from plexus-component-metadata package) used here -PLEXUS_PLUGIN_VERSION:= 1.0-beta-3.0.7 +PLEXUS_PLUGIN_VERSION:= 1.5.5 DEB_JARS := ant-nodeps plexus-utils junit plexus-component-annotations-1.5 DEB_ANT_BUILD_TARGET := package #javadoc DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-invoker.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

