[pkg-java] r14813 - in trunk/commons-daemon/debian: . patches
Damien Raude-Morvan
drazzib at alioth.debian.org
Sun Sep 11 00:30:56 UTC 2011
Author: drazzib
Date: 2011-09-11 00:30:56 +0000 (Sun, 11 Sep 2011)
New Revision: 14813
Added:
trunk/commons-daemon/debian/patches/s390x_support.diff
Modified:
trunk/commons-daemon/debian/changelog
trunk/commons-daemon/debian/patches/series
Log:
Add support for s390x. Closes: #638907.
Modified: trunk/commons-daemon/debian/changelog
===================================================================
--- trunk/commons-daemon/debian/changelog 2011-09-11 00:20:01 UTC (rev 14812)
+++ trunk/commons-daemon/debian/changelog 2011-09-11 00:30:56 UTC (rev 14813)
@@ -1,3 +1,9 @@
+commons-daemon (1.0.7-2) unstable; urgency=low
+
+ * Add support for s390x. Closes: #638907.
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Mon, 22 Aug 2011 23:07:18 +0200
+
commons-daemon (1.0.7-1) unstable; urgency=high
* New upstream security release.
Added: trunk/commons-daemon/debian/patches/s390x_support.diff
===================================================================
--- trunk/commons-daemon/debian/patches/s390x_support.diff (rev 0)
+++ trunk/commons-daemon/debian/patches/s390x_support.diff 2011-09-11 00:30:56 UTC (rev 14813)
@@ -0,0 +1,13 @@
+Index: b/src/native/unix/support/apsupport.m4
+===================================================================
+--- 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;;
+- s390)
++ s390 | s390x)
+ CFLAGS="$CFLAGS -DCPU=\\\"s390\\\""
+ supported_os="s390"
+ HOST_CPU=s390;;
Modified: trunk/commons-daemon/debian/patches/series
===================================================================
--- trunk/commons-daemon/debian/patches/series 2011-09-11 00:20:01 UTC (rev 14812)
+++ trunk/commons-daemon/debian/patches/series 2011-09-11 00:30:56 UTC (rev 14813)
@@ -5,3 +5,4 @@
hppa_support.diff
arm_support.diff
hurd_support.diff
+s390x_support.diff
More information about the pkg-java-commits
mailing list