r17763 - in /desktop/experimental/gtk+2.0/debian: changelog libgtk2.0-0.postinst.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Nov 28 18:04:52 UTC 2008


Author: lool
Date: Fri Nov 28 18:04:52 2008
New Revision: 17763

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17763
Log:
Don't purge /etc/gtk-2.0/gdk-pixbuf.loaders and /etc/gtk-2.0/gtk.immodules
during first configuration.

Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/libgtk2.0-0.postinst.in

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=17763&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog (original)
+++ desktop/experimental/gtk+2.0/debian/changelog Fri Nov 28 18:04:52 2008
@@ -1,3 +1,10 @@
+gtk+2.0 (2.14.5-2) UNRELEASED; urgency=low
+
+  * Don't purge /etc/gtk-2.0/gdk-pixbuf.loaders and /etc/gtk-2.0/gtk.immodules
+    during first configuration.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 28 Nov 2008 19:04:18 +0100
+
 gtk+2.0 (2.14.5-1) experimental; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/experimental/gtk+2.0/debian/libgtk2.0-0.postinst.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/libgtk2.0-0.postinst.in?rev=17763&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/libgtk2.0-0.postinst.in (original)
+++ desktop/experimental/gtk+2.0/debian/libgtk2.0-0.postinst.in Fri Nov 28 18:04:52 2008
@@ -5,7 +5,7 @@
 # versions prior to 2.10.1-1 used the 2.4.0 binary version and generated module
 # files below /etc/gtk-2.0 which will we can not leave behind (since they
 # reference modules not on the system anymore)
-if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "2.10.3-2"; then
+if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "2.10.3-2"; then
     echo "Removing generated module files coming from the previous Gtk binary version..."
     rm -v -f /etc/gtk-2.0/gdk-pixbuf.loaders
     rm -v -f /etc/gtk-2.0/gtk.immodules




More information about the pkg-gnome-commits mailing list