[Pkg-cyrus-sasl2-commits] r94 - in /cyrus-sasl-2.1/trunk/debian:
changelog control
libsasl2-2-modules-ldap.dirs libsasl2-2-modules-ldap.install rules
fabbe at users.alioth.debian.org
fabbe at users.alioth.debian.org
Mon Oct 23 14:13:49 UTC 2006
Author: fabbe
Date: Mon Oct 23 14:13:49 2006
New Revision: 94
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=94
Log:
Enable LDAP, build -modules-ldap package.
Added:
cyrus-sasl-2.1/trunk/debian/libsasl2-2-modules-ldap.dirs
cyrus-sasl-2.1/trunk/debian/libsasl2-2-modules-ldap.install
Modified:
cyrus-sasl-2.1/trunk/debian/changelog
cyrus-sasl-2.1/trunk/debian/control
cyrus-sasl-2.1/trunk/debian/rules
Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=94&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Mon Oct 23 14:13:49 2006
@@ -1,19 +1,23 @@
cyrus-sasl-2.1 (2.1.22-0~pre03) UNRELEASED; urgency=low
* NOT RELEASED YET
-
+
[ Roberto C. Sanchez ]
* Acknowledge previous NMU (Closes: #275431)
[ Fabian Fagerholm ]
* debian/cyrus-sasl-2.1-bin.saslauthd.init: exit 0 when saslauthd binary
is missing (policy 9.3.2) and exit 0 when START != yes.
+ * debian/rules: enable --with-ldap and --enable-ldapdb.
+ * debian/control: create an LDAP modules package.
+ * debian/libsasl2-2-modules-ldap.{dirs,install}: install libldapdb.* into
+ LDAP modules package.
[ Andreas Metzler ]
* debian/control: Change lsb-base from Build-Depends to Depends for
cyrus-sasl-2.1-bin.
- -- Fabian Fagerholm <fabbe at debian.org> Sat, 21 Oct 2006 10:39:34 +0300
+ -- Fabian Fagerholm <fabbe at debian.org> Mon, 23 Oct 2006 17:12:29 +0300
cyrus-sasl-2.1 (2.1.22-0~pre02) experimental; urgency=low
Modified: cyrus-sasl-2.1/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/control?rev=94&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/control (original)
+++ cyrus-sasl-2.1/trunk/debian/control Mon Oct 23 14:13:49 2006
@@ -86,6 +86,17 @@
This package provides the following SASL modules: LOGIN, PLAIN, ANONYMOUS,
NTLM, CRAM-MD5, and DIGEST-MD5 (with DES support).
+Package: libsasl2-2-modules-ldap
+Section: libs
+Priority: optional
+Architecture: any
+Depends: libsasl2-2-modules (= ${Source-Version}), ${shlibs:Depends}
+Description: Pluggable Authentication Modules for SASL (LDAP)
+ This is the Cyrus SASL API implementation, version 2.1. See package
+ libsasl2-2 and RFC 2222 for more information.
+ .
+ This package provides the LDAP plugin, which supports OpenLDAP.
+
Package: libsasl2-2-modules-otp
Section: libs
Priority: optional
Added: cyrus-sasl-2.1/trunk/debian/libsasl2-2-modules-ldap.dirs
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/libsasl2-2-modules-ldap.dirs?rev=94&op=file
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/libsasl2-2-modules-ldap.dirs (added)
+++ cyrus-sasl-2.1/trunk/debian/libsasl2-2-modules-ldap.dirs Mon Oct 23 14:13:49 2006
@@ -1,0 +1,1 @@
+usr/lib/sasl2
Added: cyrus-sasl-2.1/trunk/debian/libsasl2-2-modules-ldap.install
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/libsasl2-2-modules-ldap.install?rev=94&op=file
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/libsasl2-2-modules-ldap.install (added)
+++ cyrus-sasl-2.1/trunk/debian/libsasl2-2-modules-ldap.install Mon Oct 23 14:13:49 2006
@@ -1,0 +1,1 @@
+usr/lib/sasl2/libldapdb.*
Modified: cyrus-sasl-2.1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/rules?rev=94&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Mon Oct 23 14:13:49 2006
@@ -126,11 +126,11 @@
--enable-ntlm \
--disable-passdss \
--enable-sql \
- --disable-ldapdb \
+ --enable-ldapdb \
--disable-macos-framework \
--with-pam \
--with-saslauthd=/var/run/saslauth \
- --without-ldap \
+ --with-ldap \
--with-pgsql=/usr/include/postgresql \
--with-configdir=/etc/sasl:/usr/lib/sasl2
More information about the Pkg-cyrus-sasl2-commits
mailing list