r16595 - in /desktop/unstable/cheese/debian: changelog cheese.postinst

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Jul 21 07:41:52 UTC 2008


Author: joss
Date: Mon Jul 21 07:41:52 2008
New Revision: 16595

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16595
Log:
Don't run scrollkeeper-rebuilddb upon first installation.
Closes: #491641.

Modified:
    desktop/unstable/cheese/debian/changelog
    desktop/unstable/cheese/debian/cheese.postinst

Modified: desktop/unstable/cheese/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/changelog?rev=16595&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/changelog (original)
+++ desktop/unstable/cheese/debian/changelog Mon Jul 21 07:41:52 2008
@@ -1,3 +1,10 @@
+cheese (2.22.3-3) unstable; urgency=low
+
+  * Don't run scrollkeeper-rebuilddb upon first installation.
+    Closes: #491641.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 21 Jul 2008 09:41:44 +0200
+
 cheese (2.22.3-2) unstable; urgency=low
 
   * 02_libgnome_url.patch: use libgnome to open URLs rather than 

Modified: desktop/unstable/cheese/debian/cheese.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/cheese.postinst?rev=16595&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/cheese.postinst (original)
+++ desktop/unstable/cheese/debian/cheese.postinst Mon Jul 21 07:41:52 2008
@@ -4,7 +4,7 @@
 
 # some version prior to 2.22.2-3 started shipping /var/lib/scrollkeeper
 # erroneously, hence the database was overwritten and needs a full rebuild
-if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "2.22.2-3" && which scrollkeeper-rebuilddb >/dev/null 2>&1; then
+if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "2.22.2-3" && which scrollkeeper-rebuilddb >/dev/null 2>&1; then
     echo "Upgrade from broken Cheese version detected, running scrollkeeper-rebuilddb..."
     scrollkeeper-rebuilddb -q
 fi




More information about the pkg-gnome-commits mailing list