summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2020-08-25 18:24:20 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2020-08-25 19:03:01 +0200
commit656fe6661942e4ad382a552756c4bdce5dfc8b7a (patch)
treeb48473eca7a34c1e86dc2cf04716ec356e2796cd
parent1953e1ac73aea02251cfa19ee6ef1a9e52d24049 (diff)
downloadldap-plugin-debian.tar.gz
ldap-plugin-debian.tar.bz2
ldap-plugin-debian.zip
Bump versiondebian
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat2
-rw-r--r--debian/control16
-rwxr-xr-xdebian/rules22
4 files changed, 11 insertions, 37 deletions
diff --git a/debian/changelog b/debian/changelog
index 05ee57a..1a6f612 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+slapd-service-passwords (0.7) unstable; urgency=medium
+
+ * Update makefile
+ * Bump compat level
+ * Depend on slapi-dev
+
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> Tue, 25 Aug 2020 18:23:25 +0200
+
slapd-service-passwords (0.6) unstable; urgency=medium
* pre_bind: Get gold account status for user binds
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
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..
diff --git a/debian/rules b/debian/rules
index c92378f..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,4 @@
#!/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)
-
-# debug package
-override_dh_strip:
- dh_strip --dbg-package=slapd-service-passwords-dbg
-
-override_dh_auto_install:
- dh_auto_install --destdir=debian/slapd-service-passwords
-
-override_dh_installdocs:
- dh_installdocs --link-doc=slapd-service-passwords