diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-02-27 19:09:10 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-02-27 19:09:10 +0100 |
commit | 6f372e28ae3ed4a517b93d8f31cc9292a59ff500 (patch) | |
tree | 2545d2a732d439780529c92afc18febb5a1d3c17 /debian/control | |
parent | 2577af0149bc22ac83fe9c86346eca6187d402ef (diff) |
use misc:Depends to generate debconf dependency
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@811 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 46e617d..23517b6 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://arthurenhella.demon.nl/viewcvs/nss-ldapd/nss-ldapd/ Package: libnss-ldapd Architecture: any -Depends: ${shlibs:Depends}, debconf | debconf-2.0, adduser +Depends: ${misc:Depends}, ${shlibs:Depends}, adduser Recommends: nscd, libpam-ldap Conflicts: libnss-ldap Provides: libnss-ldap |