[Pkg-openldap-devel] [openldap] 25/29: r1585 at pulsar: torsten | 2005-04-01 12:26:48 +0200 * Fix some bashisms in maintainer scripts. -- Torsten Landschoff <torsten at debian.org> Fri, 1 Apr 2005 12:26:35 +0200
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Thu Oct 10 05:34:53 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 6809d81dfbb1b9fc10a76983597226dcefc9fccd
Author: Torsten Landschoff <torsten at debian.org>
Date: Fri Apr 1 11:44:49 2005 +0000
r1585 at pulsar: torsten | 2005-04-01 12:26:48 +0200
* Fix some bashisms in maintainer scripts.
-- Torsten Landschoff <torsten at debian.org> Fri, 1 Apr 2005 12:26:35 +0200
---
debian/changelog | 3 ++-
debian/slapd.scripts-common | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 62bb16b..2410922 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ openldap2.2 (2.2.23-0.pre6) experimental; urgency=low
+ debian/control: Update dependencies for BDB 4.2.
+ debian/slapd.scripts-common: Mark all databases before this version
as incompatible.
+ * Fix some bashisms in maintainer scripts.
Carlo Contavalli <ccontavalli at debian.org>:
* debian/slapd.init: Print command line if starting a daemon failed.
@@ -42,7 +43,7 @@ openldap2.2 (2.2.23-0.pre6) experimental; urgency=low
* debian/slapd.scripts-common,slapd.postinst: corrected some minor
typos.
- -- Torsten Landschoff <torsten at debian.org> Fri, 1 Apr 2005 12:10:58 +0200
+ -- Torsten Landschoff <torsten at debian.org> Fri, 1 Apr 2005 12:26:35 +0200
openldap2.2 (2.2.23-0.pre5) experimental; urgency=low
diff --git a/debian/slapd.scripts-common b/debian/slapd.scripts-common
index f65525b..6169737 100644
--- a/debian/slapd.scripts-common
+++ b/debian/slapd.scripts-common
@@ -34,9 +34,9 @@ configure_dumping() { # {{{
# Make sure we are either upgrading the package or reconfiguring
# an installed version.
- if [ "$MODE" == configure ] && [ "$OLD_VERSION" ]; then
+ if [ "$MODE" = configure ] && [ "$OLD_VERSION" ]; then
true
- elif [ "$MODE" == reconfigure ]; then
+ elif [ "$MODE" = reconfigure ]; then
true
else
return
--
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