[Pkg-samba-maint] r4114 - trunk/samba/debian
idd-guest at alioth.debian.org
idd-guest at alioth.debian.org
Tue Jun 5 19:33:38 UTC 2012
Author: idd-guest
Date: 2012-06-05 19:33:37 +0000 (Tue, 05 Jun 2012)
New Revision: 4114
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/control
trunk/samba/debian/rules
Log:
Enable ctdb for non-linux archs.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2012-06-04 17:34:27 UTC (rev 4113)
+++ trunk/samba/debian/changelog 2012-06-05 19:33:37 UTC (rev 4114)
@@ -1,3 +1,10 @@
+samba (2:3.6.5-6) unstable; urgency=low
+
+ [ Ivo De Decker ]
+ * Enable ctdb for non-linux archs.
+
+ -- Ivo De Decker <ivo.dedecker at ugent.be> Tue, 05 Jun 2012 21:32:04 +0200
+
samba (2:3.6.5-5) unstable; urgency=low
[ Christian Perrier ]
Modified: trunk/samba/debian/control
===================================================================
--- trunk/samba/debian/control 2012-06-04 17:34:27 UTC (rev 4113)
+++ trunk/samba/debian/control 2012-06-05 19:33:37 UTC (rev 4114)
@@ -11,7 +11,7 @@
libtdb-dev (>= 1.2.6~),
libcap-dev [linux-any],
libkeyutils-dev [linux-any],
- libctdb-dev (>= 1.10+git20110412) [linux-any],
+ libctdb-dev (>= 1.10+git20110412),
pkg-config
Build-Conflicts: libfam-dev,python-ldb,python-ldb-dev
Standards-Version: 3.9.3
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2012-06-04 17:34:27 UTC (rev 4113)
+++ trunk/samba/debian/rules 2012-06-05 19:33:37 UTC (rev 4114)
@@ -51,11 +51,11 @@
--disable-avahi \
--without-libtdb \
--enable-external-libtdb \
- --disable-smbtorture4
+ --disable-smbtorture4 \
+ --with-ctdb=/usr --with-cluster-support=yes
ifeq ($(DEB_HOST_ARCH_OS),linux)
conf_args += \
- --with-ctdb=/usr --with-cluster-support=yes \
--with-acl-support \
--with-quotas \
--without-cifsupcall
More information about the Pkg-samba-maint
mailing list