summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules11
3 files changed, 2 insertions, 13 deletions
diff --git a/debian/compat b/debian/compat
index ec63514..48082f7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+12
diff --git a/debian/control b/debian/control
index 7bb5670..900dc5d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ 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 (>= 7.2.11), 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
diff --git a/debian/rules b/debian/rules
index 0663742..abde6ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,5 @@
#!/usr/bin/make -f
-OPENLDAP_SOURCE=debian/tmp/openldap-source/openldap
-
%:
dh $@
-override_dh_auto_configure:
- $(RM) -r $(OPENLDAP_SOURCE)
- mkdir -p $(dir $(OPENLDAP_SOURCE))
- cd $(dir $(OPENLDAP_SOURCE)); \
- apt-get source slapd
- mv $(dir $(OPENLDAP_SOURCE))openldap-*/ $(OPENLDAP_SOURCE)
-
-override_dh_auto_build:
- dh_auto_build -- OPENLDAP_SOURCE=$(OPENLDAP_SOURCE)