[Pkg-samba-maint] r2771 - in trunk/ctdb/debian: . patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sun May 17 14:50:39 UTC 2009


tags 528976 pending
thanks

Author: mparent-guest
Date: 2009-05-17 14:50:39 +0000 (Sun, 17 May 2009)
New Revision: 2771

Added:
   trunk/ctdb/debian/patches/10_no-lib64.diff
Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/patches/series
Log:
10_no-lib64.diff (new): Don't Ship files in /usr/lib64 (Closes: #528976)


Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2009-05-16 22:56:30 UTC (rev 2770)
+++ trunk/ctdb/debian/changelog	2009-05-17 14:50:39 UTC (rev 2771)
@@ -1,8 +1,9 @@
-ctdb (1.0.81-1) UNRELEASED; urgency=low
+ctdb (1.0.82-1) UNRELEASED; urgency=low
 
   * new upstream release
+  * 10_no-lib64.diff (new): Don't Ship files in /usr/lib64 (Closes: #528976)
 
- -- Mathieu Parent <math.parent at gmail.com>  Fri, 08 May 2009 14:01:34 +0200
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 17 May 2009 16:48:51 +0200
 
 ctdb (1.0.80-1) unstable; urgency=low
 

Added: trunk/ctdb/debian/patches/10_no-lib64.diff
===================================================================
--- trunk/ctdb/debian/patches/10_no-lib64.diff	                        (rev 0)
+++ trunk/ctdb/debian/patches/10_no-lib64.diff	2009-05-17 14:50:39 UTC (rev 2771)
@@ -0,0 +1,39 @@
+Goal: Don't ship files in /usr/lib64
+
+See http://bugs.debian.org/528976
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: Debian specific
+
+Index: b/configure
+===================================================================
+--- a/configure
++++ b/configure
+@@ -1843,16 +1843,16 @@
+ 
+ 
+ 
+-if test "${libdir}" = '${exec_prefix}/lib'; then
+-  case `uname -m` in
+-    x86_64|ppc64|powerpc64)
+-      libdir='${exec_prefix}/lib64'
+-      ;;
+-    *)
+-      libdir='${exec_prefix}/lib'
+-      ;;
+-  esac
+-fi
++#if test "${libdir}" = '${exec_prefix}/lib'; then
++#  case `uname -m` in
++#    x86_64|ppc64|powerpc64)
++#      libdir='${exec_prefix}/lib64'
++#      ;;
++#    *)
++#      libdir='${exec_prefix}/lib'
++#      ;;
++#  esac
++#fi
+ 
+ case `uname` in
+   Linux*)

Modified: trunk/ctdb/debian/patches/series
===================================================================
--- trunk/ctdb/debian/patches/series	2009-05-16 22:56:30 UTC (rev 2770)
+++ trunk/ctdb/debian/patches/series	2009-05-17 14:50:39 UTC (rev 2771)
@@ -1 +1,2 @@
 02_ctdb_diagnostics.diff
+10_no-lib64.diff




More information about the Pkg-samba-maint mailing list