summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-02-13 13:47:04 +0100
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-02-13 13:47:04 +0100
commitc8ee70ebc795c14dccdb154cc87e54caccefb564 (patch)
tree61c1e221152880c9bc34d441c88bfcb59d09135f /debian/rules
parent90009c3acb7a0dfa970ca00aea908d8d405afdd3 (diff)
downloadldap-plugin-stable.tar.gz
ldap-plugin-stable.tar.bz2
ldap-plugin-stable.zip
Clean up buildstable
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules11
1 files changed, 0 insertions, 11 deletions
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)