[pkg-java] r13545 - trunk/libjogl2-java/debian/patches

Sylvestre Ledru sylvestre at alioth.debian.org
Sun Apr 17 14:59:52 UTC 2011


Author: sylvestre
Date: 2011-04-17 14:59:51 +0000 (Sun, 17 Apr 2011)
New Revision: 13545

Added:
   trunk/libjogl2-java/debian/patches/disableOneDir.diff
Log:
patch to disable one.dir target

Added: trunk/libjogl2-java/debian/patches/disableOneDir.diff
===================================================================
--- trunk/libjogl2-java/debian/patches/disableOneDir.diff	                        (rev 0)
+++ trunk/libjogl2-java/debian/patches/disableOneDir.diff	2011-04-17 14:59:51 UTC (rev 13545)
@@ -0,0 +1,16 @@
+Index: jogl-v2.0-rc2/make/build.xml
+===================================================================
+--- jogl-v2.0-rc2.orig/make/build.xml	2011-04-17 16:06:37.000000000 +0200
++++ jogl-v2.0-rc2/make/build.xml	2011-04-17 16:06:45.000000000 +0200
+@@ -8,9 +8,9 @@
+        - Main build target.
+       -->
+ 
+-    <target name="all" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,test.compile,one.dir,tag.build,developer-zip-archive" />
++    <target name="all" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,test.compile,tag.build,developer-zip-archive" />
+ 
+-    <target name="all.but-archives" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,test.compile,one.dir,tag.build" />
++    <target name="all.but-archives" description="Build nativewindow, jogl and newt projects, incl. all junit tests " depends="init,build.nativewindow,build.jogl,build.newt,test.compile,tag.build" />
+ 
+     <target name="all.ide" description="Build nativewindow, jogl and newt projects, including all junit tests, but don't copy libs or JARs or tag the build" depends="init,build.nativewindow,build.jogl,build.newt,test.compile" />
+ 




More information about the pkg-java-commits mailing list