[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 1.1.1-31-g4ec264c

Damyan Ivanov dmn at debian.org
Mon Sep 14 11:10:24 UTC 2009


The following commit has been merged in the master branch:
commit 4ec264c21c7b597e2c2c985e9c13ad16dac383a8
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Sep 14 14:10:06 2009 +0300

    fix typo in dpkg --compare-versions call

diff --git a/debian/postinst b/debian/postinst
index 9938305..34ea493 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -10,7 +10,7 @@ case "$1" in
         # we no longer congigure stop init.d symlinks
         # but the old ones keep triggering
         #  insserv: warning: current stop runlevel(s) (0 1 6) of script `eeepc-acpi-scripts' overwrites defaults (empty).
-        if dpkg --compare-version "$2" lt "1.1.3~"; then
+        if dpkg --compare-versions "$2" lt "1.1.3~"; then
             echo "Removing stray rc.d stop links"
             update-rc.d -f eeepc-acpi-scripts remove
         fi

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list