diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-12-30 17:41:41 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-12-30 17:41:41 +0000 |
commit | 499c8a6fd62102891fbec40521ad30329f5a7f80 (patch) | |
tree | deab51e6fc6cece9333b3c9cde1f28cffc82c6d4 | |
parent | bd21fdeb557a9e3ca729e8e2eedd4044740d3393 (diff) |
fix versioned build dependency on debhelper
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1583 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index f46549f..a2cf26f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra 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 @@ Description: Daemon for NSS and PAM lookups using LDAP 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 @@ Description: NSS module for using LDAP as a naming service 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 |