[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] Adjust share/debian-edu-config/testsuite-lib.sh; add changelog entry for last commit
Wolfgang Schweer (@schweer-guest)
gitlab at salsa.debian.org
Sun Oct 3 10:45:22 BST 2021
Wolfgang Schweer pushed to branch master at Debian Edu / debian-edu-config
Commits:
af13d5a9 by Wolfgang Schweer at 2021-10-03T11:43:15+02:00
Adjust share/debian-edu-config/testsuite-lib.sh; add changelog entry for last commit
Use /Status:/ instead of /Status\:/ in awk command.
(Avoids logs to be spoiled by warnings.)
Signed-off-by: Wolfgang Schweer <wschweer at arcor.de>
- - - - -
2 changed files:
- debian/changelog
- share/debian-edu-config/testsuite-lib.sh
Changes:
=====================================
debian/changelog
=====================================
@@ -14,6 +14,13 @@ debian-edu-config (2.12.5) UNRELEASED; urgency=medium
* debian/debian-edu-config.maintscript:
- Care for removal of obsolete ldap/slapd-debian-edu.conf file.
- Drop no longer needed entries.
+ * debian/debian-edu-config.postinst:
+ - Use 'command -v' instead if deprecated 'which'.
+ - Adjust LDAP data base related entry.
+ - Cleanup from no longer needed versioned edits/removals.
+ * share/debian-edu-config/testsuite-lib.sh:
+ - Use /Status:/ instead of /Status\:/ in awk command. (Avoids logs to be
+ spoiled by warnings.)
-- Mike Gabriel <sunweaver at debian.org> Sun, 03 Oct 2021 10:13:28 +0200
=====================================
share/debian-edu-config/testsuite-lib.sh
=====================================
@@ -5,7 +5,7 @@
# Check if a deb package is installed. Return true if it is, and
# false if it isn't.
deb_installed() {
- RET=$( dpkg -s $1 2>/dev/null | awk '/Status\:/ {print $4}' )
+ RET=$( dpkg -s $1 2>/dev/null | awk '/Status:/ {print $4}' )
if [ "$RET" = "installed" ] ; then
true
else
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/af13d5a927ee2d9bf650707252d278efc87e9544
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/af13d5a927ee2d9bf650707252d278efc87e9544
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20211003/43ed7be0/attachment-0001.htm>
More information about the debian-edu-commits
mailing list