[pkg-java] r15438 - in trunk/commons-daemon/debian: . patches

Damien Raude-Morvan drazzib at alioth.debian.org
Thu Nov 24 18:35:16 UTC 2011


Author: drazzib
Date: 2011-11-24 18:35:15 +0000 (Thu, 24 Nov 2011)
New Revision: 15438

Modified:
   trunk/commons-daemon/debian/changelog
   trunk/commons-daemon/debian/patches/arm_support.diff
   trunk/commons-daemon/debian/patches/hppa_support.diff
   trunk/commons-daemon/debian/patches/hurd_support.diff
   trunk/commons-daemon/debian/patches/kfreebsd_support.diff
   trunk/commons-daemon/debian/patches/libgcj_PR31700.diff
   trunk/commons-daemon/debian/patches/powerpcspe_support.diff
   trunk/commons-daemon/debian/patches/s390x_support.diff
   trunk/commons-daemon/debian/patches/sh4_support.diff
Log:
* New upstream release:
  - Refresh all patches.

Modified: trunk/commons-daemon/debian/changelog
===================================================================
--- trunk/commons-daemon/debian/changelog	2011-11-23 21:50:31 UTC (rev 15437)
+++ trunk/commons-daemon/debian/changelog	2011-11-24 18:35:15 UTC (rev 15438)
@@ -1,3 +1,10 @@
+commons-daemon (1.0.8-1) unstable; urgency=low
+
+  * New upstream release:
+    - Refresh all patches.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 24 Nov 2011 19:29:26 +0100
+
 commons-daemon (1.0.7-2) unstable; urgency=low
 
   * Add support for s390x. Closes: #638907.

Modified: trunk/commons-daemon/debian/patches/arm_support.diff
===================================================================
--- trunk/commons-daemon/debian/patches/arm_support.diff	2011-11-23 21:50:31 UTC (rev 15437)
+++ trunk/commons-daemon/debian/patches/arm_support.diff	2011-11-24 18:35:15 UTC (rev 15438)
@@ -1,8 +1,10 @@
 Description: Add support for ARM/ARMel arch
 Last-Update: 2010-07-28
+Index: b/src/native/unix/support/apsupport.m4
+===================================================================
 --- a/src/native/unix/support/apsupport.m4
 +++ b/src/native/unix/support/apsupport.m4
-@@ -80,6 +80,9 @@
+@@ -81,6 +81,9 @@
      ;;
    esac
    case $host_cpu in

Modified: trunk/commons-daemon/debian/patches/hppa_support.diff
===================================================================
--- trunk/commons-daemon/debian/patches/hppa_support.diff	2011-11-23 21:50:31 UTC (rev 15437)
+++ trunk/commons-daemon/debian/patches/hppa_support.diff	2011-11-24 18:35:15 UTC (rev 15438)
@@ -1,20 +1,23 @@
 Description: Fix support for HPPA arch
 Last-Update: 2010-07-28
+Index: b/src/native/unix/support/apsupport.m4
+===================================================================
 --- a/src/native/unix/support/apsupport.m4
 +++ b/src/native/unix/support/apsupport.m4
-@@ -107,14 +107,9 @@
+@@ -108,15 +108,9 @@
      CFLAGS="$CFLAGS -DCPU=\\\"alpha\\\""
      supported_os="alpha"
      HOST_CPU=alpha;;
--  hppa2.0w)
--    CFLAGS="$CFLAGS -DCPU=\\\"PA_RISC2.0W\\\""
--    supported_os="hp-ux"
+-  hppa2.0w|hppa64)
+-    CFLAGS="$CFLAGS -DCPU=\\\"PA_RISC2.0W\\\" -DSO_EXT=\\\"sl\\\""
 -    HOST_CPU=PA_RISC2.0W;;
+-  hppa2.0n)
+-    CFLAGS="$CFLAGS -DCPU=\\\"PA_RISC2.0N\\\" -DSO_EXT=\\\"sl\\\""
+-    HOST_CPU=PA_RISC2.0N;;
 -  hppa2.0)
--    CFLAGS="$CFLAGS -DCPU=\\\"PA_RISC2.0\\\""
--    supported_os="hp-ux"
+-    CFLAGS="$CFLAGS -DCPU=\\\"PA_RISC2.0\\\" -DSO_EXT=\\\"sl\\\""
 -    HOST_CPU=PA_RISC2.0;;
-+  hppa)
++  hppa*)
 +    CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
 +    HOST_CPU=$host_cpu;;
    mipsel)

Modified: trunk/commons-daemon/debian/patches/hurd_support.diff
===================================================================
--- trunk/commons-daemon/debian/patches/hurd_support.diff	2011-11-23 21:50:31 UTC (rev 15437)
+++ trunk/commons-daemon/debian/patches/hurd_support.diff	2011-11-24 18:35:15 UTC (rev 15438)
@@ -1,9 +1,11 @@
 Description: Add support for Hurd OS
 Last-Update: 2010-08-03
 
+Index: b/src/native/unix/support/apsupport.m4
+===================================================================
 --- a/src/native/unix/support/apsupport.m4
 +++ b/src/native/unix/support/apsupport.m4
-@@ -74,6 +74,11 @@
+@@ -75,6 +75,11 @@
      supported_os="kfreebsd-gnu"
      LIBS="$LIBS -ldl -lpthread"
      ;;

Modified: trunk/commons-daemon/debian/patches/kfreebsd_support.diff
===================================================================
--- trunk/commons-daemon/debian/patches/kfreebsd_support.diff	2011-11-23 21:50:31 UTC (rev 15437)
+++ trunk/commons-daemon/debian/patches/kfreebsd_support.diff	2011-11-24 18:35:15 UTC (rev 15438)
@@ -2,9 +2,11 @@
 Bug: http://bugs.debian.org/498376
 Author: Petr Salinger <Petr.Salinger at seznam.cz>
 Last-Update: 2010-07-28
+Index: b/src/native/unix/support/apsupport.m4
+===================================================================
 --- a/src/native/unix/support/apsupport.m4
 +++ b/src/native/unix/support/apsupport.m4
-@@ -69,6 +69,11 @@
+@@ -70,6 +70,11 @@
      CFLAGS="$CFLAGS -DOS_AIX -DDSO_DLFCN"
      LDFLAGS="$LDFLAGS -ldl"
      ;;

Modified: trunk/commons-daemon/debian/patches/libgcj_PR31700.diff
===================================================================
--- trunk/commons-daemon/debian/patches/libgcj_PR31700.diff	2011-11-23 21:50:31 UTC (rev 15437)
+++ trunk/commons-daemon/debian/patches/libgcj_PR31700.diff	2011-11-24 18:35:15 UTC (rev 15438)
@@ -2,9 +2,11 @@
 Bug: vendor, http://gcc.gnu.org/PR31700
 Author: Marcus Better <marcus at better.se>
 Last-Update: 2010-07-28
+Index: b/src/native/unix/native/java.c
+===================================================================
 --- a/src/native/unix/native/java.c
 +++ b/src/native/unix/native/java.c
-@@ -252,7 +252,7 @@
+@@ -245,7 +245,7 @@
          return false;
      }
  #endif

Modified: trunk/commons-daemon/debian/patches/powerpcspe_support.diff
===================================================================
--- trunk/commons-daemon/debian/patches/powerpcspe_support.diff	2011-11-23 21:50:31 UTC (rev 15437)
+++ trunk/commons-daemon/debian/patches/powerpcspe_support.diff	2011-11-24 18:35:15 UTC (rev 15438)
@@ -1,8 +1,10 @@
 Description: Add support for powerpcspe arch
 Last-Update: 2010-07-28
+Index: b/src/native/unix/support/apsupport.m4
+===================================================================
 --- a/src/native/unix/support/apsupport.m4
 +++ b/src/native/unix/support/apsupport.m4
-@@ -80,7 +80,7 @@
+@@ -81,7 +81,7 @@
      ;;
    esac
    case $host_cpu in

Modified: trunk/commons-daemon/debian/patches/s390x_support.diff
===================================================================
--- trunk/commons-daemon/debian/patches/s390x_support.diff	2011-11-23 21:50:31 UTC (rev 15437)
+++ trunk/commons-daemon/debian/patches/s390x_support.diff	2011-11-24 18:35:15 UTC (rev 15438)
@@ -2,10 +2,10 @@
 ===================================================================
 --- a/src/native/unix/support/apsupport.m4
 +++ b/src/native/unix/support/apsupport.m4
-@@ -126,7 +126,7 @@
-     CFLAGS="$CFLAGS -DCPU=\\\"ia64\\\""
-     supported_os="ia64"
-     HOST_CPU=ia64;;
+@@ -143,7 +143,7 @@
+         HOST_CPU=ia64
+     fi
+     ;;
 -  s390)
 +  s390 | s390x)
      CFLAGS="$CFLAGS -DCPU=\\\"s390\\\""

Modified: trunk/commons-daemon/debian/patches/sh4_support.diff
===================================================================
--- trunk/commons-daemon/debian/patches/sh4_support.diff	2011-11-23 21:50:31 UTC (rev 15437)
+++ trunk/commons-daemon/debian/patches/sh4_support.diff	2011-11-24 18:35:15 UTC (rev 15438)
@@ -4,9 +4,11 @@
 Author: Damien Raude-Morvan <drazzib at debian.org>
 Last-Update: 2010-07-27
 Forwarded: no
+Index: b/src/native/unix/support/apsupport.m4
+===================================================================
 --- a/src/native/unix/support/apsupport.m4
 +++ b/src/native/unix/support/apsupport.m4
-@@ -122,6 +122,9 @@
+@@ -140,6 +140,9 @@
      CFLAGS="$CFLAGS -DCPU=\\\"s390\\\""
      supported_os="s390"
      HOST_CPU=s390;;




More information about the pkg-java-commits mailing list