[Pkg-samba-maint] r3927 - in trunk/ctdb/debian: . patches
sathieu at alioth.debian.org
sathieu at alioth.debian.org
Mon Oct 10 18:47:43 UTC 2011
tags 644907 pending
thanks
Author: sathieu
Date: 2011-10-10 18:47:43 +0000 (Mon, 10 Oct 2011)
New Revision: 3927
Modified:
trunk/ctdb/debian/changelog
trunk/ctdb/debian/patches/10_no-lib64.diff
Log:
Don't use /use/lib64 on ppc64
Easter Egg included ;-)
Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog 2011-10-08 04:37:10 UTC (rev 3926)
+++ trunk/ctdb/debian/changelog 2011-10-10 18:47:43 UTC (rev 3927)
@@ -2,6 +2,7 @@
* New upstream release
- updated 92-apache-service-enable.diff
+ * Don't use /use/lib64 on ppc64 (Closes: #644907)
-- Mathieu Parent <sathieu at debian.org> Wed, 21 Sep 2011 22:07:40 +0200
Modified: trunk/ctdb/debian/patches/10_no-lib64.diff
===================================================================
--- trunk/ctdb/debian/patches/10_no-lib64.diff 2011-10-08 04:37:10 UTC (rev 3926)
+++ trunk/ctdb/debian/patches/10_no-lib64.diff 2011-10-10 18:47:43 UTC (rev 3927)
@@ -1,10 +1,10 @@
-Goal: Don't ship files in /usr/lib64 for amd64 port
+Goal: Don't ship files in /usr/lib64 for amd64 and ppc64 port
-See http://bugs.debian.org/528976
+See http://bugs.debian.org/528976 and http://bugs.debian.org/644907
Author: Mathieu Parent <math.parent at gmail.com>
-Upstream status: Debian specific
+Upstream status: Debian specific?
Index: b/configure
===================================================================
@@ -15,7 +15,7 @@
if test "${libdir}" = '${exec_prefix}/lib'; then
case `uname -m` in
- x86_64|ppc64|powerpc64)
-+ ppc64|powerpc64)
++ thearchthatreallywantslib6411)
libdir='${exec_prefix}/lib64'
;;
*)
More information about the Pkg-samba-maint
mailing list