[Pkg-samba-maint] [SCM] Debian packaging for Samba branch, samba_4.0, updated. upstream/4.0.5+dfsg1-806-gfdbe5f7
Christian Perrier
bubulle at debian.org
Sat May 25 20:33:27 UTC 2013
The following commit has been merged in the samba_4.0 branch:
commit 55628816ef8d8f06b0c5e87639a7174294f68552
Author: Christian Perrier <bubulle at debian.org>
Date: Thu May 16 13:46:19 2013 +0200
Reduced set of configure flags, after testing them one by one and removing the unsupported ones
diff --git a/debian/rules b/debian/rules
index 3e9bd2b..11c71a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,6 @@ conf_args = \
--with-pam \
--with-syslog \
--with-utmp \
- --with-readline \
--with-pam_smbpass \
--with-winbind \
--with-shared-modules=idmap_rid,idmap_ad,idmap_adex,idmap_hash,idmap_ldap,idmap_tdb2 \
@@ -39,31 +38,19 @@ conf_args = \
--with-ldap \
--with-ads \
--with-dnsupdate \
- --without-libtdb \
- --without-libnetapi \
--with-modulesdir=/usr/lib/samba \
--datadir=/usr/share/samba \
- --with-swatdir=/usr/share/samba/swat \
--with-lockdir=/var/run/samba \
--with-statedir=/var/lib/samba \
--with-cachedir=/var/cache/samba \
- --with-codepagedir=/usr/share/samba \
- --with-nmbdsocketdir=/var/run/samba \
- --enable-external-libtalloc \
- --without-libtalloc \
- --without-cifsmount \
--disable-avahi \
- --without-libtdb \
- --enable-external-libtdb \
- --disable-smbtorture4 \
- --with-ctdb=/usr --with-cluster-support=yes \
+ --with-ctdb=/usr --with-cluster-support \
--disable-rpath \
--disable-ntdb \
--disable-rpath-install \
--bundled-libraries=NONE,pytevent,iniparser \
--builtin-libraries=replace,ccan \
- --minimum-library-version="$(shell ./debian/autodeps.py --minimum-library-version)" \
- --without-getpass-replacement
+ --minimum-library-version="$(shell ./debian/autodeps.py --minimum-library-version)"
%:
dh $* --with python2
--
Debian packaging for Samba
More information about the Pkg-samba-maint
mailing list