r17778 - in /packages/unstable/accerciser/debian: accerciser.postinst changelog

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Nov 28 19:37:12 UTC 2008


Author: lool
Date: Fri Nov 28 19:37:12 2008
New Revision: 17778

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17778
Log:
Don't rebuild the scrollkeeper db during first configuration.

Modified:
    packages/unstable/accerciser/debian/accerciser.postinst
    packages/unstable/accerciser/debian/changelog

Modified: packages/unstable/accerciser/debian/accerciser.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/accerciser/debian/accerciser.postinst?rev=17778&op=diff
==============================================================================
--- packages/unstable/accerciser/debian/accerciser.postinst (original)
+++ packages/unstable/accerciser/debian/accerciser.postinst Fri Nov 28 19:37:12 2008
@@ -4,7 +4,7 @@
 
 # initial versions in Debian started shipping /var/lib/scrollkeeper
 # erroneously, hence the database was overwritten and needs a full rebuild
-if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt "0.1.2-8 " && which scrollkeeper-rebuilddb >/dev/null 2>&1; then
+if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "0.1.2-8 " && which scrollkeeper-rebuilddb >/dev/null 2>&1; then
     echo "Upgrade from broken accerciser version detected, running scrollkeeper-rebuilddb..."
     scrollkeeper-rebuilddb -q
 fi

Modified: packages/unstable/accerciser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/accerciser/debian/changelog?rev=17778&op=diff
==============================================================================
--- packages/unstable/accerciser/debian/changelog (original)
+++ packages/unstable/accerciser/debian/changelog Fri Nov 28 19:37:12 2008
@@ -1,3 +1,9 @@
+accerciser (1.2.0-3) UNRELEASED; urgency=low
+
+  * Don't rebuild the scrollkeeper db during first configuration.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 28 Nov 2008 20:36:58 +0100
+
 accerciser (1.2.0-2) unstable; urgency=low
 
   * Rebuild for python2.5.




More information about the pkg-gnome-commits mailing list