[Pkg-openldap-devel] [openldap] 09/29: r1498 at pulsar: torsten | 2005-03-18 13:06:38 +0100 * Move the manpage of slappasswd to ldap-utils where slappasswd itself is included (closes: #300212). + debian/control: Add Replaces: slapd << 2.2.23-0.pre6 to ldap-utils. + debian/move_files: Move slappasswd manpage into ldap-utils.
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Thu Oct 10 05:34:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
tjaalton-guest pushed a commit to annotated tag 2.2.23-0.pre6
in repository openldap.
commit 06a0607d5da32ba8395d2e0889a771a90e8b91eb
Author: Torsten Landschoff <torsten at debian.org>
Date: Fri Mar 18 12:06:35 2005 +0000
r1498 at pulsar: torsten | 2005-03-18 13:06:38 +0100
* Move the manpage of slappasswd to ldap-utils where slappasswd itself
is included (closes: #300212).
+ debian/control: Add Replaces: slapd << 2.2.23-0.pre6 to ldap-utils.
+ debian/move_files: Move slappasswd manpage into ldap-utils.
---
debian/changelog | 4 ++++
debian/control | 2 +-
debian/move_files | 4 ++++
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 610e661..69eb85a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,10 @@ openldap2.2 (2.2.23-0.pre6) experimental; urgency=low
against accidental overwriting.
* Rewrote part of the maintainer scripts for correct handling of
directory dumps in preinst. New debconf questions etc.
+ * Move the manpage of slappasswd to ldap-utils where slappasswd itself
+ is included (closes: #300212).
+ + debian/control: Add Replaces: slapd << 2.2.23-0.pre6 to ldap-utils.
+ + debian/move_files: Move slappasswd manpage into ldap-utils.
--
diff --git a/debian/control b/debian/control
index 5694e9c..d2ad505 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Architecture: any
Depends: ${shlibs:Depends}, libldap-2.2-7 (= ${Source-Version})
Recommends: libsasl2-modules
Conflicts: umich-ldap-utils, openldap-utils, ldap-client
-Replaces: openldap-utils, slapd (<< 2.1.25), openldapd
+Replaces: openldap-utils, slapd (<< 2.2.23-0.pre6), openldapd
Provides: ldap-client, openldap-utils
Description: OpenLDAP utilities
Utilities from the OpenLDAP (Lightweight Directory Access Protocol)
diff --git a/debian/move_files b/debian/move_files
index 48bb476..ab25da8 100644
--- a/debian/move_files
+++ b/debian/move_files
@@ -58,7 +58,11 @@ target=ldap-utils
echo -n " $target"
# slappasswd is useful even without the server
install -m755 -d debian/$target/usr/sbin
+install -m755 -d debian/$target/usr/share/man/man8
mv debian/slapd/usr/sbin/slappasswd debian/$target/usr/sbin/
+mv debian/slapd/usr/share/man/man8/slappasswd.* \
+ debian/$target/usr/share/man/man8/
+
install_stuff usr/bin
install_stuff usr/share/man/man1
install_stuff usr/share/man/man5/ldif*
--
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