From 656fe6661942e4ad382a552756c4bdce5dfc8b7a Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 25 Aug 2020 18:24:20 +0200 Subject: Bump version --- debian/changelog | 8 ++++++++ debian/compat | 2 +- debian/control | 16 ++-------------- debian/rules | 22 ---------------------- 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 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 Uploaders: Alexander Sulfrian 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 -- cgit v1.2.3-1-g7c22