[pkg-java] r7604 - in trunk/maven-resources-plugin/debian: . patches

twerner at alioth.debian.org twerner at alioth.debian.org
Mon Dec 8 21:09:14 UTC 2008


Author: twerner
Date: 2008-12-08 21:09:14 +0000 (Mon, 08 Dec 2008)
New Revision: 7604

Modified:
   trunk/maven-resources-plugin/debian/changelog
   trunk/maven-resources-plugin/debian/copyright
   trunk/maven-resources-plugin/debian/patches/pom.diff
Log:
release

Modified: trunk/maven-resources-plugin/debian/changelog
===================================================================
--- trunk/maven-resources-plugin/debian/changelog	2008-12-08 20:58:59 UTC (rev 7603)
+++ trunk/maven-resources-plugin/debian/changelog	2008-12-08 21:09:14 UTC (rev 7604)
@@ -1,6 +1,5 @@
 maven-resources-plugin (2.3-1) unstable; urgency=low
 
-  UNRELEASED
-  * Initial release. (Closes: #xxxxxx)
+  * Initial release. (Closes: #508188)
 
  -- Torsten Werner <twerner at debian.org>  Sun, 07 Dec 2008 23:46:24 +0100

Modified: trunk/maven-resources-plugin/debian/copyright
===================================================================
--- trunk/maven-resources-plugin/debian/copyright	2008-12-08 20:58:59 UTC (rev 7603)
+++ trunk/maven-resources-plugin/debian/copyright	2008-12-08 21:09:14 UTC (rev 7604)
@@ -1,4 +1,3 @@
-FIXME
 This package was debianized by Torsten Werner <twerner at debian.org>.
 
 The Debian packaging is Copyright (c) 2008 Torsten Werner and is
@@ -6,9 +5,10 @@
 systems, the complete text of the GNU General Public License can be
 found in '/usr/share/common-licenses/GPL'.
 
-The package was downloaded from <http://maven.apache.org>.
+The package was downloaded from
+<http://maven.apache.org/plugins/maven-resources-plugin/>.
 
-Copyright: 2006-2007 The Apache Software Foundation.
+Copyright: 2008 The Apache Software Foundation.
 
 License:
 

Modified: trunk/maven-resources-plugin/debian/patches/pom.diff
===================================================================
--- trunk/maven-resources-plugin/debian/patches/pom.diff	2008-12-08 20:58:59 UTC (rev 7603)
+++ trunk/maven-resources-plugin/debian/patches/pom.diff	2008-12-08 21:09:14 UTC (rev 7604)
@@ -1,7 +1,7 @@
 Index: maven-resources-plugin-2.3/pom.xml
 ===================================================================
---- maven-resources-plugin-2.3.orig/pom.xml	2008-12-08 00:28:06.000000000 +0100
-+++ maven-resources-plugin-2.3/pom.xml	2008-12-07 23:40:20.000000000 +0100
+--- maven-resources-plugin-2.3.orig/pom.xml	2008-10-14 23:36:26.000000000 +0200
++++ maven-resources-plugin-2.3/pom.xml	2008-12-08 22:02:00.000000000 +0100
 @@ -22,13 +22,16 @@
  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
@@ -19,7 +19,7 @@
    <version>2.3</version>
    <packaging>maven-plugin</packaging>
  
-@@ -58,20 +61,35 @@
+@@ -58,20 +61,26 @@
    </issueManagement>
  
    <dependencies>
@@ -38,15 +38,6 @@
 +      <scope>system</scope>
 +      <systemPath>/usr/share/java/maven2.jar</systemPath>
      </dependency>
-+    <!--
-+    <dependency>
-+      <groupId>org.apache.maven</groupId>
-+      <artifactId>maven-core</artifactId>
-+      <version>2.0.9</version>
-+      <scope>system</scope>
-+      <systemPath>/usr/share/java/maven2.jar</systemPath>
-+    </dependency>
-+    -->
      <dependency>
        <groupId>org.codehaus.plexus</groupId>
        <artifactId>plexus-utils</artifactId>
@@ -57,7 +48,7 @@
      </dependency>
  
      <dependency>
-@@ -80,14 +98,28 @@
+@@ -80,14 +89,28 @@
        <version>1.0-beta-2</version>
      </dependency>
  




More information about the pkg-java-commits mailing list