diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-08-14 16:02:03 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-08-14 16:02:03 +0000 |
commit | 8521de68394a203ca054bc290a1c4e3fdcc3a837 (patch) | |
tree | b268a8af856cdc93e14c38b9e2c51e2832617b01 | |
parent | fb2c8d11ebe0d0ac66800897d7f5675be11d5df6 (diff) |
merge the recommends from libnss-ldapd and libpam-ldapd into those of nslcd so we can track all the PAM alternatives in one place
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1172 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | debian/control | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control index f71df47..c822c96 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Vcs-Browser: http://arthurdejong.org/viewvc/nss-pam-ldapd/nss-pam-ldapd/ Package: nslcd Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, adduser -Recommends: nscd, libnss-ldapd, libpam-ldapd +Recommends: nscd, libnss-ldapd | libnss-ldap, libpam-ldapd | libpam-ldap | libpam-krb5 | libpam-heimdal Suggests: kstart Replaces: libnss-ldapd (<< 0.7.0) Breaks: libnss-ldapd (<< 0.7.0) @@ -26,7 +26,6 @@ Description: Daemon for NSS and PAM lookups using LDAP Package: libnss-ldapd Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd (>= 0.7.0) -Recommends: libpam-ldapd | libpam-ldap | libpam-krb5 | libpam-heimdal Conflicts: libnss-ldap Provides: libnss-ldap Description: NSS module for using LDAP as a naming service @@ -38,7 +37,6 @@ Description: NSS module for using LDAP as a naming service Package: libpam-ldapd Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd, libpam-runtime (>= 1.0.1-6) -Recommends: libnss-ldapd | libnss-ldap Conflicts: libpam-ldap Provides: libpam-ldap Description: PAM module for using LDAP as an authentication service |