[maven-invoker] 08/17: New upstream release (2.1.1)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 18 22:15:07 UTC 2016


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 9d56cbd24768fb10f1a7f4f8dde574aa0994bb97
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Oct 24 15:10:44 2013 +0000

    New upstream release (2.1.1)
---
 debian/changelog | 4 +++-
 debian/control   | 3 ++-
 debian/rules     | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ae0a10f..ddee34c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-maven-invoker (2.0.11-2) UNRELEASED; urgency=low
+maven-invoker (2.1.1-1) unstable; urgency=low
 
   * Team upload.
+  * New upstream release
+    - Added a dependency on libplexus-containers1.5-java
   * debian/control:
     - Use canonical URLs for the Vcs-* fields
     - Updated Standards-Version to 3.9.4 (no changes)
diff --git a/debian/control b/debian/control
index 89b6847..f36db6e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends-Indep: ant,
                      ant-optional,
                      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),
@@ -19,7 +20,7 @@ Homepage: http://maven.apache.org/shared/maven-invoker/
 
 Package: libmaven-invoker-java
 Architecture: all
-Depends: libplexus-utils-java, ${misc:Depends}
+Depends: libplexus-utils-java, libplexus-containers1.5-java, ${misc:Depends}
 Description: Maven Invoker
  Maven is a software project management and comprehension tool. Based on the
  concept of a project object model (POM), Maven can manage a project's build,
diff --git a/debian/rules b/debian/rules
index 6a8f0cf..c155847 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ 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
-DEB_JARS             := ant-nodeps plexus-utils junit
+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
 DEB_ANT_ARGS         := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dversion=$(VERSION) -Dplexus-component-metadata.version=$(PLEXUS_PLUGIN_VERSION)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-invoker.git



More information about the pkg-java-commits mailing list