[debian-edu-commits] debian-edu/ 01/01: Explain Wolfgang's typo fix and fix another typo causing a logic error.

Holger Levsen holger at layer-acht.org
Mon Nov 27 11:23:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-config.

commit 2a113333df59a06669475912cc06d1b48e1372eb
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 27 11:23:47 2017 +0000

    Explain Wolfgang's typo fix and fix another typo causing a logic error.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog                  | 6 +++++-
 debian/debian-edu-config.postinst | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 50b28de..1ac94fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 debian-edu-config (1.939) UNRELEASED; urgency=medium
 
-  * debian/debian-edu-config.postinst: Fix typo.
+  [ Wolfgang Schweer ]
+  * debian/debian-edu-config.postinst: Fix typo causing a syntax error.
+
+  [ Holger Levsen ]
+  * debian/debian-edu-config.postinst: Fix typo causing a logic error.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Sun, 26 Nov 2017 23:25:09 +0100
 
diff --git a/debian/debian-edu-config.postinst b/debian/debian-edu-config.postinst
index 234e4e0..928b402 100644
--- a/debian/debian-edu-config.postinst
+++ b/debian/debian-edu-config.postinst
@@ -132,7 +132,7 @@ configure)
     fi
 
     if dpkg --compare-versions "$2" le "1.937" && \
-        [ -f /usr/ share/debian-edu-config/tools/debian-edu-dovecot-create-cert ] ; then
+        [ -f /usr/share/debian-edu-config/tools/debian-edu-dovecot-create-cert ] ; then
 	rm /usr/share/debian-edu-config/tools/debian-edu-dovecot-create-cert
     fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list