nss-pam-ldapd commit: r2161 - debian/nss-pam-ldapd/trunk/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r2161 - 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: r2161 - debian/nss-pam-ldapd/trunk/debian
- Date: Wed, 18 Jan 2017 22:20:26 -0000
Author: arthur
Date: Wed Jan 18 23:20:25 2017
New Revision: 2161
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2161&view=revision
Log:
add dependency on lsb-base for init script (thanks lintian)
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 Jan 18 23:13:19 2017
(r2160)
+++ debian/nss-pam-ldapd/trunk/debian/changelog Wed Jan 18 23:20:25 2017
(r2161)
@@ -5,8 +5,9 @@
(closes: #836720)
* fix parsing of nslcd.conf tls_cacert option in package configuration
(closes: #851564)
+ * add dependency on lsb-base for init script (thanks lintian)
- -- Arthur de Jong <adejong@debian.org> Tue, 17 Jan 2017 14:42:28 +0100
+ -- Arthur de Jong <adejong@debian.org> Wed, 18 Jan 2017 23:19:58 +0100
nss-pam-ldapd (0.9.7-1) unstable; urgency=medium
Modified: debian/nss-pam-ldapd/trunk/debian/control
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/control Wed Jan 18 23:13:19 2017
(r2160)
+++ debian/nss-pam-ldapd/trunk/debian/control Wed Jan 18 23:20:25 2017
(r2161)
@@ -17,7 +17,7 @@
Multi-Arch: foreign
Provides: nslcd-2
Pre-Depends: ${misc:Pre-Depends}, debconf (>= 0.5) | debconf-2.0
-Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
+Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, lsb-base (>= 3.0-6)
Recommends: nscd, ca-certificates,
libnss-ldapd | libnss-ldap,
libpam-ldapd | libpam-ldap | libpam-krb5 | libpam-heimdal |
libpam-sss,
@@ -35,7 +35,7 @@
Architecture: all
Multi-Arch: foreign
Provides: nslcd-2
-Depends: ${python:Depends}, ${misc:Depends}, adduser,
+Depends: ${python:Depends}, ${misc:Depends}, adduser, lsb-base (>= 3.0-6),
python-daemon, python-ldap, python-setproctitle, python-pyasn1,
python-pyasn1-modules
Recommends: nscd, ca-certificates,
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r2161 - debian/nss-pam-ldapd/trunk/debian,
Commits of the nss-pam-ldapd project