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

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Thu Mar 19 11:28:20 UTC 2009


tags 520202 pending
thanks

Author: mparent-guest
Date: 2009-03-19 11:28:20 +0000 (Thu, 19 Mar 2009)
New Revision: 2665

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/control
   trunk/samba/debian/rules
Log:
* ensure clustering is enabled with --with-cluster-support=yes
* build-depends on ctdb >= 1.0.73. Closes: #520202.



Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2009-03-17 21:06:19 UTC (rev 2664)
+++ trunk/samba/debian/changelog	2009-03-19 11:28:20 UTC (rev 2665)
@@ -7,8 +7,12 @@
   [ Christian Perrier ]
   * Switch samba-dbg to "Section: debug"
 
- -- Steve Langasek <vorlon at debian.org>  Mon, 16 Mar 2009 01:16:47 -0700
+  [ Mathieu Parent ]
+  * ensure clustering is enabled with --with-cluster-support=yes
+  * build-depends on ctdb >= 1.0.73. Closes: #520202.
 
+ -- Mathieu Parent <math.parent at gmail.com>  Thu, 19 Mar 2009 12:21:52 +0100
+
 samba (2:3.3.2-1) unstable; urgency=low
 
   [ Christian Perrier ]

Modified: trunk/samba/debian/control
===================================================================
--- trunk/samba/debian/control	2009-03-17 21:06:19 UTC (rev 2664)
+++ trunk/samba/debian/control	2009-03-19 11:28:20 UTC (rev 2665)
@@ -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
+	ctdb (>= 1.0.73)
 Build-Conflicts: libfam-dev
 Standards-Version: 3.8.1
 Homepage: http://www.samba.org

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2009-03-17 21:06:19 UTC (rev 2664)
+++ trunk/samba/debian/rules	2009-03-19 11:28:20 UTC (rev 2665)
@@ -60,7 +60,7 @@
 		--datarootdir=/usr/share \
 		--with-swatdir=/usr/share/samba/swat \
 		--with-lockdir=/var/run/samba \
-		--with-ctdb --with-cluster-support \
+		--with-ctdb --with-cluster-support=yes \
 
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)




More information about the Pkg-samba-maint mailing list