[Pkg-openldap-devel] [openldap] 03/03: Correct the clean rule for pw-sha2
Ryan Tandy
rtandy-guest at moszumanska.debian.org
Sun Jan 3 01:21:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
rtandy-guest pushed a commit to branch master
in repository openldap.
commit 4c046e80d15020df0d3767afe1fdcc54134fc7f3
Author: Ryan Tandy <ryan at nardis.ca>
Date: Sun Jan 3 01:02:54 2016 +0000
Correct the clean rule for pw-sha2
---
debian/changelog | 1 +
debian/rules | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ce25024..3dc2e5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ openldap (2.4.43+dfsg-1) UNRELEASED; urgency=medium
* Update libldap-2.4-2.symbols with new ldap_build_*_req symbols.
* Mark the build target in debian/rules as phony, since the upstream source
includes a build/ directory.
+ * Correct the list of files to be cleaned for the pw-sha2 contrib module.
-- Ryan Tandy <ryan at nardis.ca> Thu, 31 Dec 2015 14:08:53 -0800
diff --git a/debian/rules b/debian/rules
index e8edabf..be94fbd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -229,7 +229,9 @@ ifeq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
contrib/slapd-modules/lastbind/lastbind.la \
contrib/slapd-modules/lastbind/lastbind.o
rm -rf contrib/slapd-modules/passwd/sha2/.libs \
- contrib/slapd-modules/passwd/sha2/pw-sha2.lo \
contrib/slapd-modules/passwd/sha2/pw-sha2.la \
- contrib/slapd-modules/passwd/sha2/pw-sha2.o
+ contrib/slapd-modules/passwd/sha2/sha2.lo \
+ contrib/slapd-modules/passwd/sha2/sha2.o \
+ contrib/slapd-modules/passwd/sha2/slapd-sha2.lo \
+ contrib/slapd-modules/passwd/sha2/slapd-sha2.o
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git
More information about the Pkg-openldap-devel
mailing list