r20157 - /desktop/unstable/gnome-keyring/debian/gnome-keyring.postinst

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri May 29 09:09:58 UTC 2009


Author: joss
Date: Fri May 29 09:09:58 2009
New Revision: 20157

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20157
Log:
Use le-nl instead of le to compare versions

Modified:
    desktop/unstable/gnome-keyring/debian/gnome-keyring.postinst

Modified: desktop/unstable/gnome-keyring/debian/gnome-keyring.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/gnome-keyring.postinst?rev=20157&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/gnome-keyring.postinst (original)
+++ desktop/unstable/gnome-keyring/debian/gnome-keyring.postinst Fri May 29 09:09:58 2009
@@ -3,7 +3,7 @@
 
 case "$1" in
 install|upgrade)
-    if dpkg --compare-versions "$2" le "2.26.1-1"; then
+    if dpkg --compare-versions "$2" le-nl "2.26.1-1"; then
         rm -f /etc/xdg/autostart/gnome-keyring-daemon.desktop
     fi
 esac




More information about the pkg-gnome-commits mailing list