[Pkg-cyrus-sasl2-commits] r46 - in /cyrus-sasl-2.1/trunk/debian:
changelog control
el_cubano-guest at users.alioth.debian.org
el_cubano-guest at users.alioth.debian.org
Fri Oct 20 06:56:59 UTC 2006
Author: el_cubano-guest
Date: Sun Oct 15 13:09:48 2006
New Revision: 46
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=46
Log:
Make libsasl2 again recommend libsasl2-modules, instead of depend
Modified:
cyrus-sasl-2.1/trunk/debian/changelog
cyrus-sasl-2.1/trunk/debian/control
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=46&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Sun Oct 15 13:09:48 2006
@@ -11,6 +11,7 @@
- Switched from Heimdal to MIT Kerberos (Closes: #257306, #310438)
- Repackaged upstream source to remove non-free docs (Closes: #365183)
- Added symbol versioning (Closes: #327749)
+ - Document why libsasl2-modules is recommended (Closes: #302280, #365287)
* Roberto C. Sanchez
- Added myself to Uploaders field
- Added missing Build-Depends on groff-base
@@ -20,7 +21,6 @@
- Added manual page for testsaslauthd(8)
- Improved socket and pidfile location flexibility
(Closes: #254298, #300710, #287313)
- - Made libsasl2-2 Depend on libsasl2-2-modules (Closes: #302280)
- Changed -modules-sql to depend on -modules (Closes: #392571)
- Put /etc/sasl at start of the config search path (Closes: #211156)
- Split OTP plugin into its own package (Closes: #251735)
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=46&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/control (original)
+++ cyrus-sasl-2.1/trunk/debian/control Sun Oct 15 13:09:48 2006
@@ -32,7 +32,8 @@
Package: libsasl2-2
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, libsasl2-2-modules (= ${Source-Version})
+Depends: ${shlibs:Depends}
+Recommends: libsasl2-2-modules (= ${Source-Version})
Replaces: libsasl2
Conflicts: libsasl2
Description: Authentication abstraction library
@@ -47,9 +48,9 @@
This is the Cyrus SASL API implementation, version 2.1.
.
Any of: ANONYMOUS, CRAM-MD5, DIGEST-MD5, GSSAPI (MIT Kerberos 5 or Heimdal
- Kerberos 5), OTP, PLAIN, or LOGIN can be used. This package is unusable
- without the SASL plugins. Most likely you will need to install the
- libsasl2-modules package.
+ Kerberos 5), NTLM, OTP, PLAIN, or LOGIN can be used. This package is
+ unusable without the SASL plugins. Most likely you will need to install
+ the libsasl2-modules package.
Package: libsasl2-2-modules
Section: libs
More information about the Pkg-cyrus-sasl2-commits
mailing list