[Pkg-samba-maint] r2592 - trunk/samba/debian
mparent-guest at alioth.debian.org
mparent-guest at alioth.debian.org
Fri Feb 20 22:05:50 UTC 2009
tags 514050 pending
thanks
Author: mparent-guest
Date: 2009-02-20 22:05:49 +0000 (Fri, 20 Feb 2009)
New Revision: 2592
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/control
trunk/samba/debian/rules
Log:
enable clustering by default (CTDB). Closes: #514050
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2009-02-19 19:34:07 UTC (rev 2591)
+++ trunk/samba/debian/changelog 2009-02-20 22:05:49 UTC (rev 2592)
@@ -1,12 +1,16 @@
samba (2:3.3.0-4) UNRELEASED; urgency=low
+ [ Steve Langasek ]
* Build-Depend on libcap2-dev. Closes: #515851.
[ Debconf translations ]
* Belarusian added. Closes: #516052.
- -- Steve Langasek <vorlon at debian.org> Tue, 17 Feb 2009 16:35:49 -0800
+ [ Mathieu Parent ]
+ * enable clustering by default (CTDB). Closes: #514050
+ -- Mathieu Parent <math.parent at gmail.com> Fri, 20 Feb 2009 22:39:32 +0100
+
samba (2:3.3.0-3) unstable; urgency=low
[ Steve Langasek ]
Modified: trunk/samba/debian/control
===================================================================
--- trunk/samba/debian/control 2009-02-19 19:34:07 UTC (rev 2591)
+++ trunk/samba/debian/control 2009-02-20 22:05:49 UTC (rev 2592)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>
Uploaders: Eloy A. Paris <peloy at debian.org>, Steve Langasek <vorlon at debian.org>, Christian Perrier <bubulle at debian.org>, Noèl Köthe <noel at debian.org>, Adam Conrad <adconrad at 0c3.net>, Jelmer Vernooij <jelmer at debian.org>
-Build-Depends: debhelper, libpam0g-dev, libreadline5-dev, libcups2-dev | libcupsys2-dev, libacl1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, libpopt-dev, quilt, uuid-dev, libtalloc-dev (>= 1.2.0~git20080616), libcap2-dev, libkeyutils-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc]
+Build-Depends: debhelper, libpam0g-dev, libreadline5-dev, libcups2-dev | libcupsys2-dev, libacl1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, libpopt-dev, quilt, uuid-dev, libtalloc-dev (>= 1.2.0~git20080616), libcap2-dev, 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
Build-Conflicts: libfam-dev
Standards-Version: 3.8.0
Homepage: http://www.samba.org
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2009-02-19 19:34:07 UTC (rev 2591)
+++ trunk/samba/debian/rules 2009-02-20 22:05:49 UTC (rev 2592)
@@ -60,7 +60,9 @@
--datarootdir=/usr/share \
--with-swatdir=/usr/share/samba/swat \
--with-lockdir=/var/run/samba \
+ --with-ctdb --with-cluster-support \
+
ifeq ($(DEB_HOST_ARCH_OS),linux)
conf_args += \
--with-cifsmount \
More information about the Pkg-samba-maint
mailing list