nss-pam-ldapd commit: r2119 - debian/nss-pam-ldapd/trunk/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r2119 - debian/nss-pam-ldapd/trunk/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: r2119 - debian/nss-pam-ldapd/trunk/debian
- Date: Tue, 2 Sep 2014 23:51:59 +0200 (CEST)
Author: arthur
Date: Tue Sep 2 23:51:58 2014
New Revision: 2119
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2119&view=revision
Log:
prefer nslcd as nslcd-2 implementation (closes: #760287)
Modified:
debian/nss-pam-ldapd/trunk/debian/changelog
debian/nss-pam-ldapd/trunk/debian/control
Modified: debian/nss-pam-ldapd/trunk/debian/changelog
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/changelog Wed Aug 20 22:33:26 2014
(r2118)
+++ debian/nss-pam-ldapd/trunk/debian/changelog Tue Sep 2 23:51:58 2014
(r2119)
@@ -5,8 +5,9 @@
autopkgtest tests to avoid conflicts in test environments
* debconf translation updates:
- Norwegian Bokmål by Petter Reinholdtsen (closes: #758693)
+ * prefer nslcd as nslcd-2 implementation (closes: #760287)
- -- Arthur de Jong <adejong@debian.org> Wed, 20 Aug 2014 22:00:00 +0200
+ -- Arthur de Jong <adejong@debian.org> Tue, 02 Sep 2014 20:00:00 +0200
nss-pam-ldapd (0.9.4-2) unstable; urgency=low
Modified: debian/nss-pam-ldapd/trunk/debian/control
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/control Wed Aug 20 22:33:26 2014
(r2118)
+++ debian/nss-pam-ldapd/trunk/debian/control Tue Sep 2 23:51:58 2014
(r2119)
@@ -59,7 +59,7 @@
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd-2
+Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd (>= 0.9.0) | nslcd-2
Conflicts: libnss-ldap
Provides: libnss-ldap
Description: NSS module for using LDAP as a naming service
@@ -72,7 +72,7 @@
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd-2,
+Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd (>= 0.9.0) | nslcd-2,
libpam-runtime (>= 1.0.1-6), libpam0g (>= 1.1.3-2)
Conflicts: libpam-ldap
Provides: libpam-ldap
@@ -83,7 +83,7 @@
Package: nslcd-utils
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, nslcd-2
+Depends: ${python:Depends}, ${misc:Depends}, nslcd (>= 0.9.0) | nslcd-2
Description: utilities for querying LDAP via nslcd
This package provides tools to query and update information in LDAP via
nslcd:
--
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: r2119 - debian/nss-pam-ldapd/trunk/debian,
Commits of the nss-pam-ldapd project