r1683 - in /unstable/evolution/debian: changelog evolution.preinst

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Tue Jun 29 15:51:17 UTC 2010


Author: corsac
Date: Tue Jun 29 15:51:16 2010
New Revision: 1683

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1683
Log:
* debian/preinst:
  - only match evolution main process and evolution-exchange storage process
    for candidate to be stopped at upgrade time.

Modified:
    unstable/evolution/debian/changelog
    unstable/evolution/debian/evolution.preinst

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=1683&op=diff
==============================================================================
--- unstable/evolution/debian/changelog (original)
+++ unstable/evolution/debian/changelog Tue Jun 29 15:51:16 2010
@@ -2,8 +2,11 @@
 
   * debian/control:
     - bump gtkhtml build-depends to 3.30.2.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 26 Jun 2010 09:53:41 +0200
+  * debian/preinst:
+    - only match evolution main process and evolution-exchange storage process
+      for candidate to be stopped at upgrade time.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 29 Jun 2010 17:48:45 +0200
 
 evolution (2.30.2-1) unstable; urgency=low
 

Modified: unstable/evolution/debian/evolution.preinst
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/evolution.preinst?rev=1683&op=diff
==============================================================================
--- unstable/evolution/debian/evolution.preinst (original)
+++ unstable/evolution/debian/evolution.preinst Tue Jun 29 15:51:16 2010
@@ -12,7 +12,7 @@
 
 upgrade_check() {
   seen=0
-  while pgrep '^(/usr/lib/)?evolution' > /dev/null; do
+  while pgrep -fx 'evolution|/usr/lib/evolution/.*/evolution-exchange-storage' > /dev/null; do
     error_msg
     seen=$(($seen + 1))
     if [ $seen = 3 ]; then




More information about the pkg-evolution-commits mailing list