[pkg-java] r15170 - in trunk/gluegen2/debian: . patches

Sylvestre Ledru sylvestre at alioth.debian.org
Sat Oct 8 13:12:34 UTC 2011


Author: sylvestre
Date: 2011-10-08 13:12:34 +0000 (Sat, 08 Oct 2011)
New Revision: 15170

Added:
   trunk/gluegen2/debian/patches/linker.diff
Modified:
   trunk/gluegen2/debian/changelog
   trunk/gluegen2/debian/control
   trunk/gluegen2/debian/patches/series
Log:

  * Update tags Vcs-* 
  * linker.cfg.linux.* on some arch was failing


Modified: trunk/gluegen2/debian/changelog
===================================================================
--- trunk/gluegen2/debian/changelog	2011-10-08 11:59:46 UTC (rev 15169)
+++ trunk/gluegen2/debian/changelog	2011-10-08 13:12:34 UTC (rev 15170)
@@ -1,3 +1,10 @@
+gluegen2 (2.0-rc3-3) unstable; urgency=low
+
+  * Update tags Vcs-* 
+  * linker.cfg.linux.* on some arch was failing
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 08 Oct 2011 15:08:11 +0200
+
 gluegen2 (2.0-rc3-2) unstable; urgency=low
 
   * Fix some FTBFS on various archs

Modified: trunk/gluegen2/debian/control
===================================================================
--- trunk/gluegen2/debian/control	2011-10-08 11:59:46 UTC (rev 15169)
+++ trunk/gluegen2/debian/control	2011-10-08 13:12:34 UTC (rev 15170)
@@ -7,8 +7,8 @@
  ant, junit4, ant-contrib-cpptasks, ant-optional, libantlr-java
 Standards-Version: 3.9.2
 Homepage: http://jogamp.org/
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libgluegen2-java
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/libgluegen2-java/
+Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/gluegen2/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/gluegen2/
 
 Package: libgluegen2-rt-java
 Architecture: all

Added: trunk/gluegen2/debian/patches/linker.diff
===================================================================
--- trunk/gluegen2/debian/patches/linker.diff	                        (rev 0)
+++ trunk/gluegen2/debian/patches/linker.diff	2011-10-08 13:12:34 UTC (rev 15170)
@@ -0,0 +1,32 @@
+Index: gluegen2-2.0-rc3/make/gluegen-cpptasks-base.xml
+===================================================================
+--- gluegen2-2.0-rc3.orig/make/gluegen-cpptasks-base.xml	2011-10-08 15:00:52.000000000 +0200
++++ gluegen2-2.0-rc3/make/gluegen-cpptasks-base.xml	2011-10-08 15:06:31.000000000 +0200
+@@ -976,6 +976,27 @@
+     <linker id="linker.cfg.linux.armv7" name="gcc">
+     </linker>
+ 
++    <linker id="linker.cfg.linux.alpha" name="gcc">
++    </linker>
++
++    <linker id="linker.cfg.linux.hppa" name="gcc">
++    </linker>
++
++    <linker id="linker.cfg.linux.mips" name="gcc">
++    </linker>
++
++    <linker id="linker.cfg.linux.mipsel" name="gcc">
++    </linker>
++
++    <linker id="linker.cfg.linux.ppc" name="gcc">
++    </linker>
++
++    <linker id="linker.cfg.linux.s390" name="gcc">
++    </linker>
++
++    <linker id="linker.cfg.linux.sparc" name="gcc">
++    </linker>
++
+     <compiler id="linker.cfg.android" name="gcc">
+         <!-- shall be defined in custom ${gluegen-cpptasks.file} ! -->
+     </compiler>

Modified: trunk/gluegen2/debian/patches/series
===================================================================
--- trunk/gluegen2/debian/patches/series	2011-10-08 11:59:46 UTC (rev 15169)
+++ trunk/gluegen2/debian/patches/series	2011-10-08 13:12:34 UTC (rev 15170)
@@ -7,3 +7,5 @@
 fix_issues.diff
 disable_android.diff
 disable_git_call.diff
+linker.diff
+




More information about the pkg-java-commits mailing list