r23887 - in /desktop/experimental/totem/debian: changelog totem.preinst

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Apr 19 10:57:38 UTC 2010


Author: lool
Date: Mon Apr 19 10:57:36 2010
New Revision: 23887

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23887
Log:
totem.preinst: Actually remove alternatives by checking for action
"upgrade" instead of "configure" which isn't used with preinsts; bump
verison to 2.30.0-2 for that to be effective.

Modified:
    desktop/experimental/totem/debian/changelog
    desktop/experimental/totem/debian/totem.preinst

Modified: desktop/experimental/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/changelog?rev=23887&op=diff
==============================================================================
--- desktop/experimental/totem/debian/changelog [utf-8] (original)
+++ desktop/experimental/totem/debian/changelog [utf-8] Mon Apr 19 10:57:36 2010
@@ -1,3 +1,11 @@
+totem (2.30.0-3) UNRELEASED; urgency=low
+
+  * totem.preinst: Actually remove alternatives by checking for action
+    "upgrade" instead of "configure" which isn't used with preinsts; bump
+    verison to 2.30.0-2 for that to be effective.
+
+ -- Loïc Minier <lool at debian.org>  Mon, 19 Apr 2010 12:56:45 +0200
+
 totem (2.30.0-2) experimental; urgency=low
 
   * debian/patches/03_tracker_0.8.patch

Modified: desktop/experimental/totem/debian/totem.preinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/totem.preinst?rev=23887&op=diff
==============================================================================
--- desktop/experimental/totem/debian/totem.preinst [utf-8] (original)
+++ desktop/experimental/totem/debian/totem.preinst [utf-8] Mon Apr 19 10:57:36 2010
@@ -1,7 +1,7 @@
 #! /bin/sh
 set -e
 
-if [ "$1" = configure ] && dpkg --compare-versions "$2" lt "2.27.1-2" ; then
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt "2.30.0-2" ; then
         update-alternatives --quiet --remove-all gnome-video-thumbnailer || true
         update-alternatives --quiet --remove-all totem || true
 fi




More information about the pkg-gnome-commits mailing list