nss-pam-ldapd commit: r1156 - nss-pam-ldapd/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1156 - nss-pam-ldapd/debian
- From: "Commits of the nss-pam-ldapd project." <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1156 - nss-pam-ldapd/debian
- Date: Sat, 3 Jul 2010 17:02:40 +0200 (CEST)
Author: arthur
Date: Sat Jul 3 17:02:39 2010
New Revision: 1156
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1156
Log:
use Replaces/Breaks instead of Conflicts for introduction of nslcd package (as
per policy 3.9.0)
Modified:
nss-pam-ldapd/debian/control
Modified: nss-pam-ldapd/debian/control
==============================================================================
--- nss-pam-ldapd/debian/control Fri Jun 25 22:00:29 2010 (r1155)
+++ nss-pam-ldapd/debian/control Sat Jul 3 17:02:39 2010 (r1156)
@@ -14,7 +14,8 @@
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
Recommends: nscd, libnss-ldapd, libpam-ldapd
Suggests: kstart
-Conflicts: libnss-ldapd (<< 0.7.0)
+Replaces: libnss-ldapd (<< 0.7.0)
+Breaks: libnss-ldapd (<< 0.7.0)
Description: Daemon for NSS and PAM lookups using LDAP
This package provides a daemon for retrieving user account, and other
system information from LDAP.
@@ -24,7 +25,7 @@
Package: libnss-ldapd
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd
+Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd (>= 0.7.0)
Recommends: libpam-ldapd | libpam-ldap | libpam-krb5 | libpam-heimdal
Conflicts: libnss-ldap
Provides: libnss-ldap
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1156 - nss-pam-ldapd/debian,
Commits of the nss-pam-ldapd project.