diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-10-12 20:50:55 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-10-12 20:50:55 +0000 |
commit | 6ceea82dabd2f8a4d3bafcfd892e0e1c862a12bd (patch) | |
tree | f7085bf024987789ba9fb144a0e7e6a8f5cf22eb | |
parent | 446ca5155c191b097aea2820813a94fd088617d3 (diff) |
add versioned dependency on libpam for mutiarch support
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1554 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c2fdf4e..f46549f 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Description: NSS module for using LDAP as a naming service Package: libpam-ldapd Architecture: any Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${shlibs:Depends}, nslcd, libpam-runtime (>= 1.0.1-6) +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 |