[pkg-java] r17377 - trunk/maven-invoker/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu Oct 24 15:10:44 UTC 2013


Author: ebourg-guest
Date: 2013-10-24 15:10:44 +0000 (Thu, 24 Oct 2013)
New Revision: 17377

Modified:
   trunk/maven-invoker/debian/changelog
   trunk/maven-invoker/debian/control
   trunk/maven-invoker/debian/rules
Log:
New upstream release (2.1.1)



Modified: trunk/maven-invoker/debian/changelog
===================================================================
--- trunk/maven-invoker/debian/changelog	2013-10-24 14:52:10 UTC (rev 17376)
+++ trunk/maven-invoker/debian/changelog	2013-10-24 15:10:44 UTC (rev 17377)
@@ -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)

Modified: trunk/maven-invoker/debian/control
===================================================================
--- trunk/maven-invoker/debian/control	2013-10-24 14:52:10 UTC (rev 17376)
+++ trunk/maven-invoker/debian/control	2013-10-24 15:10:44 UTC (rev 17377)
@@ -8,6 +8,7 @@
                      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 @@
 
 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,

Modified: trunk/maven-invoker/debian/rules
===================================================================
--- trunk/maven-invoker/debian/rules	2013-10-24 14:52:10 UTC (rev 17376)
+++ trunk/maven-invoker/debian/rules	2013-10-24 15:10:44 UTC (rev 17377)
@@ -8,7 +8,7 @@
 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)




More information about the pkg-java-commits mailing list