r17765 - in /desktop/unstable/deskbar-applet/debian: changelog deskbar-applet.postinst

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Nov 28 18:14:48 UTC 2008


Author: lool
Date: Fri Nov 28 18:14:48 2008
New Revision: 17765

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17765
Log:
Use ge-nl and lt-nl for clarity in the postinst.

Modified:
    desktop/unstable/deskbar-applet/debian/changelog
    desktop/unstable/deskbar-applet/debian/deskbar-applet.postinst

Modified: desktop/unstable/deskbar-applet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/deskbar-applet/debian/changelog?rev=17765&op=diff
==============================================================================
--- desktop/unstable/deskbar-applet/debian/changelog (original)
+++ desktop/unstable/deskbar-applet/debian/changelog Fri Nov 28 18:14:48 2008
@@ -1,7 +1,11 @@
 deskbar-applet (2.22.3.1-2) UNRELEASED; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * Don't recommend python-soappy anymore, as the Google Live handler was
     removed. Thanks to Mika Tiainen. Closes: #502871.
+
+  [ Loic Minier ]
+  * Use ge-nl and lt-nl for clarity in the postinst.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 21 Oct 2008 09:57:39 +0200
 

Modified: desktop/unstable/deskbar-applet/debian/deskbar-applet.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/deskbar-applet/debian/deskbar-applet.postinst?rev=17765&op=diff
==============================================================================
--- desktop/unstable/deskbar-applet/debian/deskbar-applet.postinst (original)
+++ desktop/unstable/deskbar-applet/debian/deskbar-applet.postinst Fri Nov 28 18:14:48 2008
@@ -3,8 +3,8 @@
 # Version 2.18.1-1 started shipping /var/lib/scrollkeeper erroneously,
 # hence the database was overwritten and needs a full rebuild.
 if [ "$1" = "configure" ] \
-    && dpkg --compare-versions "$2" ge "2.18.1-1" \
-    && dpkg --compare-versions "$2" lt "2.18.1-2" \
+    && dpkg --compare-versions "$2" ge-nl "2.18.1-1" \
+    && dpkg --compare-versions "$2" lt-nl "2.18.1-2" \
     && which scrollkeeper-rebuilddb >/dev/null 2>&1; then
     echo "Upgrade from broken deskbar-applet version detected, running scrollkeeper-rebuilddb..."
     scrollkeeper-rebuilddb -q




More information about the pkg-gnome-commits mailing list