[Pkg-samba-maint] r2756 - trunk/samba/debian

bubulle at alioth.debian.org bubulle at alioth.debian.org
Wed May 13 08:45:10 UTC 2009


tags 528382 pending
thanks

Author: bubulle
Date: 2009-05-13 08:45:10 +0000 (Wed, 13 May 2009)
New Revision: 2756

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/control
   trunk/samba/debian/rules
Log:
No longer compiler with clustering support on non-Linux platforms

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2009-05-09 18:01:55 UTC (rev 2755)
+++ trunk/samba/debian/changelog	2009-05-13 08:45:10 UTC (rev 2756)
@@ -1,3 +1,10 @@
+samba (2:3.3.4-2) UNRELEASED; urgency=low
+
+  * Do no compile with clustering support on non-Linux platforms
+    Closes: #528382
+
+ -- Christian Perrier <bubulle at debian.org>  Wed, 13 May 2009 10:44:04 +0200
+
 samba (2:3.3.4-1) unstable; urgency=low
 
   [ Christian Perrier ]

Modified: trunk/samba/debian/control
===================================================================
--- trunk/samba/debian/control	2009-05-09 18:01:55 UTC (rev 2755)
+++ trunk/samba/debian/control	2009-05-13 08:45:10 UTC (rev 2756)
@@ -10,7 +10,7 @@
 	libtalloc-dev (>= 1.2.0~git20080616),
 	libcap2-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
 	libkeyutils-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
-	ctdb (>= 1.0.73)
+	ctdb (>= 1.0.73) [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc]
 Build-Conflicts: libfam-dev
 Standards-Version: 3.8.1
 Homepage: http://www.samba.org

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2009-05-09 18:01:55 UTC (rev 2755)
+++ trunk/samba/debian/rules	2009-05-13 08:45:10 UTC (rev 2756)
@@ -60,11 +60,11 @@
 		--datarootdir=/usr/share \
 		--with-swatdir=/usr/share/samba/swat \
 		--with-lockdir=/var/run/samba \
-		--with-ctdb --with-cluster-support=yes \
 
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
   conf_args += \
+		--with-ctdb --with-cluster-support=yes \
 		--with-cifsmount \
 		--with-cifsupcall \
 		--with-acl-support \




More information about the Pkg-samba-maint mailing list