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

Sylvestre Ledru sylvestre at alioth.debian.org
Sun Oct 9 17:28:00 UTC 2011


Author: sylvestre
Date: 2011-10-09 17:28:00 +0000 (Sun, 09 Oct 2011)
New Revision: 15172

Modified:
   trunk/gluegen2/debian/changelog
   trunk/gluegen2/debian/patches/other-archs.diff
Log:

  * Grrr, now, compiler.cfg.linux is factorized for the other archs


Modified: trunk/gluegen2/debian/changelog
===================================================================
--- trunk/gluegen2/debian/changelog	2011-10-09 17:19:34 UTC (rev 15171)
+++ trunk/gluegen2/debian/changelog	2011-10-09 17:28:00 UTC (rev 15172)
@@ -1,3 +1,9 @@
+gluegen2 (2.0-rc3-4) unstable; urgency=low
+
+  * Grrr, now, compiler.cfg.linux is factorized for the other archs
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 08 Oct 2011 16:47:39 +0200
+
 gluegen2 (2.0-rc3-3) unstable; urgency=low
 
   * Update tags Vcs-* 

Modified: trunk/gluegen2/debian/patches/other-archs.diff
===================================================================
--- trunk/gluegen2/debian/patches/other-archs.diff	2011-10-09 17:19:34 UTC (rev 15171)
+++ trunk/gluegen2/debian/patches/other-archs.diff	2011-10-09 17:28:00 UTC (rev 15172)
@@ -244,43 +244,43 @@
 +
 +    <target name="declare.linux.alpha" if="isLinuxAlpha">
 +      <echo message="Linux.alpha" />
-+      <property name="compiler.cfg.id"                      value="compiler.cfg.linux.alpha" /> 
++      <property name="compiler.cfg.id"                      value="compiler.cfg.linux" /> 
 +      <property name="linker.cfg.id"                        value="linker.cfg.linux.alpha" /> 
 +    </target>
 +
 +    <target name="declare.linux.hppa" if="isLinuxHppa">
 +      <echo message="Linux.hppa" />
-+      <property name="compiler.cfg.id"                      value="compiler.cfg.linux.hppa" /> 
++      <property name="compiler.cfg.id"                      value="compiler.cfg.linux" /> 
 +      <property name="linker.cfg.id"                        value="linker.cfg.linux.hppa" /> 
 +    </target>
 +
 +    <target name="declare.linux.mips" if="isLinuxMips">
 +      <echo message="Linux.mips" />
-+      <property name="compiler.cfg.id"                      value="compiler.cfg.linux.mips" /> 
++      <property name="compiler.cfg.id"                      value="compiler.cfg.linux" /> 
 +      <property name="linker.cfg.id"                        value="linker.cfg.linux.mips" /> 
 +    </target>
 +
 +    <target name="declare.linux.mipsel" if="isLinuxMipsel">
 +      <echo message="Linux.mipsel" />
-+      <property name="compiler.cfg.id"                      value="compiler.cfg.linux.mipsel" /> 
++      <property name="compiler.cfg.id"                      value="compiler.cfg.linux" /> 
 +      <property name="linker.cfg.id"                        value="linker.cfg.linux.mipsel" /> 
 +    </target>
 +
 +    <target name="declare.linux.ppc" if="isLinuxPpc">
 +      <echo message="Linux.ppc" />
-+      <property name="compiler.cfg.id"                      value="compiler.cfg.linux.ppc" /> 
++      <property name="compiler.cfg.id"                      value="compiler.cfg.linux" /> 
 +      <property name="linker.cfg.id"                        value="linker.cfg.linux.ppc" /> 
 +    </target>
 +
 +    <target name="declare.linux.s390" if="isLinuxs390">
 +      <echo message="Linux.s390" />
-+      <property name="compiler.cfg.id"                      value="compiler.cfg.linux.s390" /> 
++      <property name="compiler.cfg.id"                      value="compiler.cfg.linux" /> 
 +      <property name="linker.cfg.id"                        value="linker.cfg.linux.s390" /> 
 +    </target>
 +
 +    <target name="declare.linux.sparc" if="isLinuxSparc">
 +      <echo message="Linux.sparc" />
-+      <property name="compiler.cfg.id"                      value="compiler.cfg.linux.sparc" /> 
++      <property name="compiler.cfg.id"                      value="compiler.cfg.linux" /> 
 +      <property name="linker.cfg.id"                        value="linker.cfg.linux.sparc" /> 
 +    </target>
      




More information about the pkg-java-commits mailing list