r2231 - in trunk/commons-daemon/debian: . patches

Arnaud Vandyck avdyk at costa.debian.org
Mon Jul 3 09:05:32 UTC 2006


Author: avdyk
Date: 2006-07-03 09:05:31 +0000 (Mon, 03 Jul 2006)
New Revision: 2231

Added:
   trunk/commons-daemon/debian/patches/02_build_ppc64.patch
Modified:
   trunk/commons-daemon/debian/changelog
Log:
commons-daemon (1.0.1-3) unstable; urgency=low

  * Apply a patch to support ppc64 arch, thanks to Andreas Jochens
    (closes: #361831)

 -- Arnaud Vandyck <avdyk at debian.org>  Mon,  3 Jul 2006 11:04:55 +0200



Modified: trunk/commons-daemon/debian/changelog
===================================================================
--- trunk/commons-daemon/debian/changelog	2006-07-01 21:58:51 UTC (rev 2230)
+++ trunk/commons-daemon/debian/changelog	2006-07-03 09:05:31 UTC (rev 2231)
@@ -1,3 +1,10 @@
+commons-daemon (1.0.1-3) unstable; urgency=low
+
+  * Apply a patch to support ppc64 arch, thanks to Andreas Jochens
+    (closes: #361831)
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Mon,  3 Jul 2006 11:04:55 +0200
+
 commons-daemon (1.0.1-2) unstable; urgency=low
 
   * (Builds-)Depends on java-gcj-compat(-dev) instead of kaffe(-dev)

Added: trunk/commons-daemon/debian/patches/02_build_ppc64.patch
===================================================================
--- trunk/commons-daemon/debian/patches/02_build_ppc64.patch	2006-07-01 21:58:51 UTC (rev 2230)
+++ trunk/commons-daemon/debian/patches/02_build_ppc64.patch	2006-07-03 09:05:31 UTC (rev 2231)
@@ -0,0 +1,11 @@
+--- src/native/unix/configure~	2005-05-17 11:00:45.000000000 +0000
++++ src/native/unix/configure	2006-07-03 08:56:25.000000000 +0000
+@@ -2422,7 +2422,7 @@
+     ;;
+   esac
+   case $host_cpu in
+-  powerpc)
++  powerpc*)
+     CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\"" ;;
+   sparc*)
+     CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\"" ;;




More information about the pkg-java-commits mailing list