summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2016-11-11 18:36:13 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2016-11-11 18:36:13 +0100
commit90009c3acb7a0dfa970ca00aea908d8d405afdd3 (patch)
tree9c7b75fe63b8809d95eda0f0a4f8326c5eef682d
parent5dabd21de05f6e994cba40650fbe218c085d17ca (diff)
downloadldap-plugin-90009c3acb7a0dfa970ca00aea908d8d405afdd3.tar.gz
ldap-plugin-90009c3acb7a0dfa970ca00aea908d8d405afdd3.tar.bz2
ldap-plugin-90009c3acb7a0dfa970ca00aea908d8d405afdd3.zip
Fix dependenciesknown-working
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index fee765a..7bb5670 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: extra
Maintainer: Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
Uploaders: Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7.2.11), libldap2-dev
+Build-Depends: debhelper (>= 7.2.11), libldap2-dev, slapd
Homepage: http://git.spline.inf.fu-berlin.de/accounts/ldap-plugin/
Vcs-Browser: http://git.spline.inf.fu-berlin.de/accounts/ldap-plugin/
Vcs-Git: git://git.spline.inf.fu-berlin.de/accounts/ldap-plugin
Package: slapd-service-passwords
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, slapd
Description: SLAPI plugin to manage different passwords
This is a SLAPI plugin to manage different passwords for different
services without duplicating all the user information.