[pkg-java] r17435 - in trunk/maven-install-plugin/debian: . patches

Emmanuel Bourg ebourg-guest at alioth.debian.org
Tue Nov 5 21:07:22 UTC 2013


Author: ebourg-guest
Date: 2013-11-05 21:07:21 +0000 (Tue, 05 Nov 2013)
New Revision: 17435

Removed:
   trunk/maven-install-plugin/debian/TODO
Modified:
   trunk/maven-install-plugin/debian/changelog
   trunk/maven-install-plugin/debian/control
   trunk/maven-install-plugin/debian/maven.properties
   trunk/maven-install-plugin/debian/orig-tar.sh
   trunk/maven-install-plugin/debian/patches/series
Log:
New upstream release (2.4)
Removed descriptor.patch
debian/orig-tar.sh: Do not remove the jars used as test elements



Deleted: trunk/maven-install-plugin/debian/TODO
===================================================================
--- trunk/maven-install-plugin/debian/TODO	2013-11-05 17:06:12 UTC (rev 17434)
+++ trunk/maven-install-plugin/debian/TODO	2013-11-05 21:07:21 UTC (rev 17435)
@@ -1 +0,0 @@
-- fix test failures

Modified: trunk/maven-install-plugin/debian/changelog
===================================================================
--- trunk/maven-install-plugin/debian/changelog	2013-11-05 17:06:12 UTC (rev 17434)
+++ trunk/maven-install-plugin/debian/changelog	2013-11-05 21:07:21 UTC (rev 17435)
@@ -1,12 +1,15 @@
-maven-install-plugin (2.3-5) UNRELEASED; urgency=low
+maven-install-plugin (2.4-1) unstable; urgency=low
 
   * Team upload.
+  * New upstream release
+    - Removed descriptor.patch
   * debian/control:
     - Updated Standards-Version to 3.9.5 (no changes)
     - Use canonical URLs for the Vcs-* fields
   * Switch to debhelper level 9
   * debian/copyright: Updated to the Copyright Format 1.0
   * Documented the procedure to update the core Maven plugins in README.source
+  * debian/orig-tar.sh: Do not remove the jars used as test elements
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 05 Nov 2013 17:58:40 +0100
 

Modified: trunk/maven-install-plugin/debian/control
===================================================================
--- trunk/maven-install-plugin/debian/control	2013-11-05 17:06:12 UTC (rev 17434)
+++ trunk/maven-install-plugin/debian/control	2013-11-05 21:07:21 UTC (rev 17435)
@@ -8,7 +8,7 @@
 Build-Depends-Indep: default-jdk-doc,
                      libmaven-javadoc-plugin-java,
                      libmaven-plugin-testing-java,
-                     libmaven-plugin-tools-java,
+                     libmaven-plugin-tools-java (>= 3.2),
                      libmaven2-core-java,
                      libmaven2-core-java-doc,
                      libplexus-digest-java,

Modified: trunk/maven-install-plugin/debian/maven.properties
===================================================================
--- trunk/maven-install-plugin/debian/maven.properties	2013-11-05 17:06:12 UTC (rev 17434)
+++ trunk/maven-install-plugin/debian/maven.properties	2013-11-05 21:07:21 UTC (rev 17435)
@@ -3,3 +3,6 @@
 # maven.test.skip=true
 
 maven.test.failure.ignore=true
+maven.compiler.source=1.6
+maven.compiler.target=1.6
+

Modified: trunk/maven-install-plugin/debian/orig-tar.sh
===================================================================
--- trunk/maven-install-plugin/debian/orig-tar.sh	2013-11-05 17:06:12 UTC (rev 17434)
+++ trunk/maven-install-plugin/debian/orig-tar.sh	2013-11-05 21:07:21 UTC (rev 17435)
@@ -6,7 +6,7 @@
 TAG=$(echo "maven-install-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/plugins/tags/${TAG}/ $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+GZIP=--best tar -c -z -f $TAR --exclude '*.class' $DIR
 rm -rf $DIR ../$TAG
 
 # move to directory 'tarballs'

Modified: trunk/maven-install-plugin/debian/patches/series
===================================================================
--- trunk/maven-install-plugin/debian/patches/series	2013-11-05 17:06:12 UTC (rev 17434)
+++ trunk/maven-install-plugin/debian/patches/series	2013-11-05 21:07:21 UTC (rev 17435)
@@ -1 +0,0 @@
-descriptor.patch




More information about the pkg-java-commits mailing list