[Pkg-xfce-commits] r2077 - desktop/trunk/xfce4-panel/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Mon May 19 05:56:29 UTC 2008


Author: corsac
Date: 2008-05-19 05:56:29 +0000 (Mon, 19 May 2008)
New Revision: 2077

Removed:
   desktop/trunk/xfce4-panel/debian/xfce4-panel.prerm
Modified:
   desktop/trunk/xfce4-panel/debian/changelog
   desktop/trunk/xfce4-panel/debian/control
   desktop/trunk/xfce4-panel/debian/xfce4-panel.postinst
Log:
* switch to triggers:
  - debian/postinst: remove xfce-mcs-manager refresh.
  - debian/prerm dropped.
  - debian/control: conflicts against non-triggers-enable xfce4-mcs-manager.

Modified: desktop/trunk/xfce4-panel/debian/changelog
===================================================================
--- desktop/trunk/xfce4-panel/debian/changelog	2008-05-18 19:17:07 UTC (rev 2076)
+++ desktop/trunk/xfce4-panel/debian/changelog	2008-05-19 05:56:29 UTC (rev 2077)
@@ -1,3 +1,12 @@
+xfce4-panel (4.4.2-6) UNRELEASED; urgency=low
+
+  * switch to triggers:
+    - debian/postinst: remove xfce-mcs-manager refresh.
+    - debian/prerm dropped.
+    - debian/control: conflicts against non-triggers-enable xfce4-mcs-manager.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 19 May 2008 07:55:53 +0200
+
 xfce4-panel (4.4.2-5) unstable; urgency=low
 
   * debian/patches:

Modified: desktop/trunk/xfce4-panel/debian/control
===================================================================
--- desktop/trunk/xfce4-panel/debian/control	2008-05-18 19:17:07 UTC (rev 2076)
+++ desktop/trunk/xfce4-panel/debian/control	2008-05-19 05:56:29 UTC (rev 2077)
@@ -13,7 +13,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, libexo-0.3-0 (>= 0.3.2), exo-utils
 Replaces: xfce4 (<< 4.0.0.final-1), xfce4-iconbox, xfce4-showdesktop-plugin, xfce4-systray, xfce4-windowlist-plugin, xfce4-utils (<< 4.3.90.1-1), xfce4-trigger-launcher, xfce4-mcs-plugins (= 4.3.90.2-1)
-Conflicts: xfce4 (<< 4.0.0.final-1), xfce4-themes, xfce4-iconbox, xfce4-showdesktop-plugin, xfce4-systray, xfce4-windowlist-plugin, xfce4-trigger-launcher
+Conflicts: xfce4 (<< 4.0.0.final-1), xfce4-themes, xfce4-iconbox, xfce4-showdesktop-plugin, xfce4-systray, xfce4-windowlist-plugin, xfce4-trigger-launcher, xfce4-mcs-manager (<< 4.4.2-3)
 Description: The Xfce4 desktop environment panel
  This is the panel provided by the Xfce4 desktop project.
  If you want a multi-functional panel that can even handle

Modified: desktop/trunk/xfce4-panel/debian/xfce4-panel.postinst
===================================================================
--- desktop/trunk/xfce4-panel/debian/xfce4-panel.postinst	2008-05-18 19:17:07 UTC (rev 2076)
+++ desktop/trunk/xfce4-panel/debian/xfce4-panel.postinst	2008-05-19 05:56:29 UTC (rev 2077)
@@ -1,10 +1,6 @@
 #!/bin/sh -e
 
 if [ "$1" = "configure" ]; then
-	# Get xfce-mcs-manager to reinit
-	kill -s USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
-
-
 	# Run ldconfig to update shared library system
 	ldconfig
 fi

Deleted: desktop/trunk/xfce4-panel/debian/xfce4-panel.prerm
===================================================================
--- desktop/trunk/xfce4-panel/debian/xfce4-panel.prerm	2008-05-18 19:17:07 UTC (rev 2076)
+++ desktop/trunk/xfce4-panel/debian/xfce4-panel.prerm	2008-05-19 05:56:29 UTC (rev 2077)
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-if [ "$1" = "remove" ]; then
-	# Get xfce-mcs-manager to reinit
-	kill -s USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1 || true
-fi
-
-#DEBHELPER#
-
-exit 0




More information about the Pkg-xfce-commits mailing list