[SCM] live-debconfig branch, debian-next, updated. debian/4.0_a3-1-9-gd764300

Daniel Baumann daniel at debian.org
Fri Aug 17 09:09:11 UTC 2012


The following commit has been merged in the debian-next branch:
commit d7643009cdc2d7e59aa2e01f7a94a90aaf60b6f6
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Aug 17 11:09:10 2012 +0200

    Correcting version check of util-linux in util-linux script.

diff --git a/scripts/debconfig/0040-util-linux b/scripts/debconfig/0040-util-linux
index 7f56753..a9018c0 100755
--- a/scripts/debconfig/0040-util-linux
+++ b/scripts/debconfig/0040-util-linux
@@ -30,7 +30,7 @@ Defaults ()
 # /etc/default/hwclock is supported as of util-linux version 2.20.1-5
 _UTIL_LINUX_VERSION="$(dpkg -l util-linux | awk '/^ii/ { print $3 }')"
 
-if ! dpkg --compare-versions ${_UTIL_LINUX_VERSION} lt 2.20.1-5~
+if dpkg --compare-versions "${_UTIL_LINUX_VERSION}" lt 2.20.1-5~
 then
 	exit 0
 fi

-- 
live-debconfig



More information about the debian-live-changes mailing list