summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 2 insertions, 14 deletions
diff --git a/debian/control b/debian/control
index cff31f9..e758ebd 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, slapd
+Build-Depends: debhelper (>= 10), libldap2-dev, slapi-dev
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}, slapd
+Depends: ${misc:Depends}, ${shlibs:Depends}
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.
@@ -20,15 +20,3 @@ Description: SLAPI plugin to manage different passwords
entry (during an authenticated search with a service account) and
removes this virtual prefix during bind and search requests to get
the user information.
-
-Package: slapd-service-passwords-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: slapd-service-passwords (= ${binary:Version}), ${misc:Depends}
-Description: debugging symbols for slapd-service-passwords
- This is a SLAPI plugin to manage different passwords for different
- services without duplicating all the user information.
- .
- This package contains the debugging symbols for
- slapd-service-passwords..