r17768 - in /desktop/unstable/gnome-menus/debian: changelog python-gmenu.postinst

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Nov 28 18:56:35 UTC 2008


Author: lool
Date: Fri Nov 28 18:56:35 2008
New Revision: 17768

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17768
Log:
Don't purge /usr/lib/python2.?/site-packages/GMenuSimpleEditor during
first configuration.

Modified:
    desktop/unstable/gnome-menus/debian/changelog
    desktop/unstable/gnome-menus/debian/python-gmenu.postinst

Modified: desktop/unstable/gnome-menus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-menus/debian/changelog?rev=17768&op=diff
==============================================================================
--- desktop/unstable/gnome-menus/debian/changelog (original)
+++ desktop/unstable/gnome-menus/debian/changelog Fri Nov 28 18:56:35 2008
@@ -1,6 +1,8 @@
 gnome-menus (2.22.2-5) UNRELEASED; urgency=low
 
   * Drop Encoding=UTF-8 from debian/desktop-files/*.directory.in; deprecated.
+  * Don't purge /usr/lib/python2.?/site-packages/GMenuSimpleEditor during
+    first configuration.
 
  -- Loic Minier <lool at dooz.org>  Fri, 24 Oct 2008 15:00:10 +0200
 

Modified: desktop/unstable/gnome-menus/debian/python-gmenu.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-menus/debian/python-gmenu.postinst?rev=17768&op=diff
==============================================================================
--- desktop/unstable/gnome-menus/debian/python-gmenu.postinst (original)
+++ desktop/unstable/gnome-menus/debian/python-gmenu.postinst Fri Nov 28 18:56:35 2008
@@ -2,7 +2,7 @@
 set -e
 
 # Workaround for python-central disaster
-if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "2.22.1-2"; then
+if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "2.22.1-2"; then
 	rm -rf /usr/lib/python2.?/site-packages/GMenuSimpleEditor
 fi
 




More information about the pkg-gnome-commits mailing list