nss-pam-ldapd commit: r1583 - nss-pam-ldapd/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1583 - 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: r1583 - nss-pam-ldapd/debian
- Date: Fri, 30 Dec 2011 18:41:42 +0100 (CET)
Author: arthur
Date: Fri Dec 30 18:41:41 2011
New Revision: 1583
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1583&view=revision
Log:
fix versioned build dependency on debhelper
Modified:
nss-pam-ldapd/debian/control
Modified: nss-pam-ldapd/debian/control
==============================================================================
--- nss-pam-ldapd/debian/control Thu Dec 29 00:06:44 2011 (r1582)
+++ nss-pam-ldapd/debian/control Fri Dec 30 18:41:41 2011 (r1583)
@@ -4,7 +4,7 @@
Maintainer: Arthur de Jong <adejong@debian.org>
Uploaders: Richard A Nelson (Rick) <cowboy@debian.org>
Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 8.1.3), libkrb5-dev, libldap2-dev, libsasl2-dev,
po-debconf (>= 0.5.0), docbook2x, docbook-xml, libpam0g-dev
+Build-Depends: debhelper (>= 8.1.3~), libkrb5-dev, libldap2-dev, libsasl2-dev,
po-debconf (>= 0.5.0), docbook2x, docbook-xml, libpam0g-dev
Homepage: http://arthurdejong.org/nss-pam-ldapd/
Vcs-Svn: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd/
Vcs-Browser: http://arthurdejong.org/viewvc/nss-pam-ldapd/nss-pam-ldapd/
@@ -25,11 +25,11 @@
Package: libnss-ldapd
Architecture: any
+Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd (>= 0.7.0)
Conflicts: libnss-ldap
Provides: libnss-ldap
-Multi-Arch: same
Description: NSS module for using LDAP as a naming service
This package provides a Name Service Switch module that allows your LDAP
server to provide user account, group, host name, alias, netgroup, and
@@ -38,11 +38,11 @@
Package: libpam-ldapd
Architecture: any
+Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd, libpam-runtime (>=
1.0.1-6), libpam0g (>= 1.1.3-2)
Conflicts: libpam-ldap
Provides: libpam-ldap
-Multi-Arch: same
Description: PAM module for using LDAP as an authentication service
This package provides a Pluggable Authentication Module that allows
user authentication, authorisation and password management based on
--
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: r1583 - nss-pam-ldapd/debian,
Commits of the nss-pam-ldapd project