[pkg-java] r17049 - in trunk/xml-maven-plugin/debian: . patches

Eugene Zhukov eugene-guest at alioth.debian.org
Tue Jul 23 07:22:31 UTC 2013


Author: eugene-guest
Date: 2013-07-23 07:22:31 +0000 (Tue, 23 Jul 2013)
New Revision: 17049

Modified:
   trunk/xml-maven-plugin/debian/changelog
   trunk/xml-maven-plugin/debian/libxml-maven-plugin-java.poms
   trunk/xml-maven-plugin/debian/maven.rules
   trunk/xml-maven-plugin/debian/patches/pom_fixes.patch
Log:
added ITP, fixed classpath

Modified: trunk/xml-maven-plugin/debian/changelog
===================================================================
--- trunk/xml-maven-plugin/debian/changelog	2013-07-23 06:27:56 UTC (rev 17048)
+++ trunk/xml-maven-plugin/debian/changelog	2013-07-23 07:22:31 UTC (rev 17049)
@@ -1,5 +1,5 @@
 xml-maven-plugin (1.0-1) unstable; urgency=low
 
-  * Initial release
+  * Initial release (Closes: #717626)
 
  -- Eugene Zhukov <jevgeni.zh at gmail.com>  Thu, 02 May 2013 11:34:01 +0000

Modified: trunk/xml-maven-plugin/debian/libxml-maven-plugin-java.poms
===================================================================
--- trunk/xml-maven-plugin/debian/libxml-maven-plugin-java.poms	2013-07-23 06:27:56 UTC (rev 17048)
+++ trunk/xml-maven-plugin/debian/libxml-maven-plugin-java.poms	2013-07-23 07:22:31 UTC (rev 17049)
@@ -25,4 +25,4 @@
 #   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
 #     Empty by default. [mh_install]
 #
-pom.xml --no-parent --has-package-version
+pom.xml --no-parent --has-package-version --java-lib

Modified: trunk/xml-maven-plugin/debian/maven.rules
===================================================================
--- trunk/xml-maven-plugin/debian/maven.rules	2013-07-23 06:27:56 UTC (rev 17048)
+++ trunk/xml-maven-plugin/debian/maven.rules	2013-07-23 07:22:31 UTC (rev 17049)
@@ -1,4 +1,6 @@
 
 org.codehaus.plexus plexus-resources jar s/1\..*/1.x/ * *
+s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * *
+s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools * s/.*/debian/ * *
 s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * *
 s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools * s/.*/debian/ * *

Modified: trunk/xml-maven-plugin/debian/patches/pom_fixes.patch
===================================================================
--- trunk/xml-maven-plugin/debian/patches/pom_fixes.patch	2013-07-23 06:27:56 UTC (rev 17048)
+++ trunk/xml-maven-plugin/debian/patches/pom_fixes.patch	2013-07-23 07:22:31 UTC (rev 17049)
@@ -2,10 +2,10 @@
  * fixed dependencies according to debian local maven repo
  * maven-jar-plugin added for Class-Path in metainf
 Author: Eugene Zhukov <jevgeni.zh at gmail.com>
-Last-Update: <2013-05-20>
+Last-Update: 2013-07-22
 
---- xml-maven-plugin-1.0.orig/pom.xml
-+++ xml-maven-plugin-1.0/pom.xml
+--- a/pom.xml
++++ b/pom.xml
 @@ -145,15 +145,15 @@
        </exclusions>
      </dependency>
@@ -26,18 +26,20 @@
        <scope>test</scope>
      </dependency>
      <dependency>
-@@ -167,8 +167,21 @@
+@@ -167,8 +167,23 @@
    <build>
      <plugins>
        <plugin>
 +	<groupId>org.apache.maven.plugins</groupId>
 +	<artifactId>maven-jar-plugin</artifactId>
 +	<configuration>
-+	<archive>
-+	<manifest>
-+	<addClasspath>true</addClasspath>
-+	</manifest>
-+	</archive>
++	  <archive>
++	    <manifest>
++             <addClasspath>true</addClasspath>
++             <classpathLayoutType>custom</classpathLayoutType>
++             <customClasspathLayout>/usr/share/java/$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
++	    </manifest>
++	  </archive>
 +	</configuration>
 +	<version>2.2</version>
 +      </plugin>




More information about the pkg-java-commits mailing list