[pkg-java] r14178 - in trunk/maven-invoker/debian: . source

Miguel Landaeta nomadium-guest at alioth.debian.org
Mon Aug 15 02:01:40 UTC 2011


Author: nomadium-guest
Date: 2011-08-15 02:01:40 +0000 (Mon, 15 Aug 2011)
New Revision: 14178

Added:
   trunk/maven-invoker/debian/source/
   trunk/maven-invoker/debian/source/format
Modified:
   trunk/maven-invoker/debian/changelog
   trunk/maven-invoker/debian/control
   trunk/maven-invoker/debian/rules
Log:
* Team upload.
* New upstream release.
* Bump Standards-Version to 3.9.2. No changes were required.
* Small fix in long description.
* Add mh_clean call in clean target.


Modified: trunk/maven-invoker/debian/changelog
===================================================================
--- trunk/maven-invoker/debian/changelog	2011-08-15 00:51:41 UTC (rev 14177)
+++ trunk/maven-invoker/debian/changelog	2011-08-15 02:01:40 UTC (rev 14178)
@@ -1,3 +1,13 @@
+maven-invoker (2.0.11-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Small fix in long description.
+  * Add mh_clean call in clean target.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Sun, 14 Aug 2011 20:37:32 -0430
+
 maven-invoker (2.0.10-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/maven-invoker/debian/control
===================================================================
--- trunk/maven-invoker/debian/control	2011-08-15 00:51:41 UTC (rev 14177)
+++ trunk/maven-invoker/debian/control	2011-08-15 02:01:40 UTC (rev 14178)
@@ -7,7 +7,7 @@
 Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional,
  junit, libmaven-plugin-tools-java, libplexus-component-metadata-java (>= 1.0~beta3.0.7),
  libplexus-utils-java
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-invoker
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-invoker/
 Homepage: http://maven.apache.org/shared/maven-invoker/
@@ -31,4 +31,4 @@
     * Providing guidelines for best practices development
     * Allowing transparent migration to new features
  .
- This packages provides a component to programmatically invoke Maven.
+ This package provides a component to programmatically invoke Maven.

Modified: trunk/maven-invoker/debian/rules
===================================================================
--- trunk/maven-invoker/debian/rules	2011-08-15 00:51:41 UTC (rev 14177)
+++ trunk/maven-invoker/debian/rules	2011-08-15 02:01:40 UTC (rev 14178)
@@ -23,5 +23,6 @@
 
 clean::
 	-rm -rf debian/tmp
+	mh_clean
 
 

Added: trunk/maven-invoker/debian/source/format
===================================================================
--- trunk/maven-invoker/debian/source/format	                        (rev 0)
+++ trunk/maven-invoker/debian/source/format	2011-08-15 02:01:40 UTC (rev 14178)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list