[Pkg-xfce-commits] r2080 - desktop/trunk/exo/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Mon May 19 06:16:14 UTC 2008


Author: corsac
Date: 2008-05-19 06:16:13 +0000 (Mon, 19 May 2008)
New Revision: 2080

Removed:
   desktop/trunk/exo/debian/libexo-0.3-0.postinst
Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/control
Log:
* switch to triggers:
  - debian/libexo-0.3-0.postinst dropped.
  - debian/control: conflicts against non-triggers-enabled xfce4-mcs-manager.

Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2008-05-19 06:14:11 UTC (rev 2079)
+++ desktop/trunk/exo/debian/changelog	2008-05-19 06:16:13 UTC (rev 2080)
@@ -2,8 +2,11 @@
 
   * debian/control: don't depend on eject on hurd for exo-utils, it's not
     available.
+  * switch to triggers:
+    - debian/libexo-0.3-0.postinst dropped.
+    - debian/control: conflicts against non-triggers-enabled xfce4-mcs-manager.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 18 May 2008 21:16:20 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 19 May 2008 08:15:43 +0200
 
 exo (0.3.4-6) unstable; urgency=low
 

Modified: desktop/trunk/exo/debian/control
===================================================================
--- desktop/trunk/exo/debian/control	2008-05-19 06:14:11 UTC (rev 2079)
+++ desktop/trunk/exo/debian/control	2008-05-19 06:16:13 UTC (rev 2080)
@@ -13,7 +13,7 @@
 Section: libdevel
 Architecture: any
 Depends: libexo-0.3-0 (= ${binary:Version}), libxfcegui4-dev (>= 4.4.2), libhal-storage-dev
-Conflicts: libexo0.3-dev
+Conflicts: libexo0.3-dev, xfce4-mcs-manager (<< 4.4.2-3)
 Replaces: libexo0.3-dev
 Description: Development files for libexo
  This package contains the headers and the static library

Deleted: desktop/trunk/exo/debian/libexo-0.3-0.postinst
===================================================================
--- desktop/trunk/exo/debian/libexo-0.3-0.postinst	2008-05-19 06:14:11 UTC (rev 2079)
+++ desktop/trunk/exo/debian/libexo-0.3-0.postinst	2008-05-19 06:16:13 UTC (rev 2080)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ "$1" = "configure" ]; then
-	# Get xfce-mcs-manager to reinit
-	#Hurd doesnt have pkill so we use another way
-	kill -s USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
-
-fi
-#DEBHELPER#




More information about the Pkg-xfce-commits mailing list