[pkg-java] r9438 - in trunk/modello-maven-plugin/debian: . patches

Ludovic Claude ludovicc-guest at alioth.debian.org
Sat Aug 1 21:41:41 UTC 2009


Author: ludovicc-guest
Date: 2009-08-01 21:41:41 +0000 (Sat, 01 Aug 2009)
New Revision: 9438

Added:
   trunk/modello-maven-plugin/debian/patches/
   trunk/modello-maven-plugin/debian/patches/modello1_0.patch
   trunk/modello-maven-plugin/debian/patches/series
Modified:
   trunk/modello-maven-plugin/debian/control
   trunk/modello-maven-plugin/debian/rules
Log:
* Fix

Modified: trunk/modello-maven-plugin/debian/control
===================================================================
--- trunk/modello-maven-plugin/debian/control	2009-08-01 21:39:58 UTC (rev 9437)
+++ trunk/modello-maven-plugin/debian/control	2009-08-01 21:41:41 UTC (rev 9438)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep
+Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep, quilt
 Build-Depends-Indep: maven-debian-helper,
  libplexus-containers-java, libplexus-build-api-java, libmaven2-core-java,  
  libmodello-java, libplexus-utils-java 

Added: trunk/modello-maven-plugin/debian/patches/modello1_0.patch
===================================================================
--- trunk/modello-maven-plugin/debian/patches/modello1_0.patch	                        (rev 0)
+++ trunk/modello-maven-plugin/debian/patches/modello1_0.patch	2009-08-01 21:41:41 UTC (rev 9438)
@@ -0,0 +1,20 @@
+--- a/src/main/java/org/codehaus/modello/maven/AbstractModelloGeneratorMojo.java
++++ b/src/main/java/org/codehaus/modello/maven/AbstractModelloGeneratorMojo.java
+@@ -96,7 +96,7 @@
+     /**
+      * <p>Note: This is passed by Maven and must not be configured by the user.</p>
+      *
+-     * @component
++     * @component role="org.codehaus.modello.core.ModelloCore"
+      */
+     private ModelloCore modelloCore;
+ 
+@@ -123,7 +123,7 @@
+      */
+     private boolean useJava5;
+ 
+-    /** @component */
++    /** @component role="org.sonatype.plexus.build.incremental.BuildContext" */
+     private BuildContext buildContext;
+ 
+     // ----------------------------------------------------------------------

Added: trunk/modello-maven-plugin/debian/patches/series
===================================================================
--- trunk/modello-maven-plugin/debian/patches/series	                        (rev 0)
+++ trunk/modello-maven-plugin/debian/patches/series	2009-08-01 21:41:41 UTC (rev 9438)
@@ -0,0 +1 @@
+modello1_0.patch

Modified: trunk/modello-maven-plugin/debian/rules
===================================================================
--- trunk/modello-maven-plugin/debian/rules	2009-08-01 21:39:58 UTC (rev 9437)
+++ trunk/modello-maven-plugin/debian/rules	2009-08-01 21:41:41 UTC (rev 9438)
@@ -2,8 +2,9 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/maven.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 
 get-orig-source:
-	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
\ No newline at end of file
+	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename




More information about the pkg-java-commits mailing list