[Pkg-xfce-commits] r2043 - desktop/trunk/xfce4-mixer/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sun May 18 15:33:29 UTC 2008


Author: corsac
Date: 2008-05-18 15:33:24 +0000 (Sun, 18 May 2008)
New Revision: 2043

Removed:
   desktop/trunk/xfce4-mixer/debian/postinst
   desktop/trunk/xfce4-mixer/debian/prerm
Modified:
   desktop/trunk/xfce4-mixer/debian/changelog
   desktop/trunk/xfce4-mixer/debian/control
Log:
* switch to triggers:
  - drop debian/{postinst,prerm}.
  - debian/control: conflicts against non-trigger-enabled xfce4-mcs-manager.

Modified: desktop/trunk/xfce4-mixer/debian/changelog
===================================================================
--- desktop/trunk/xfce4-mixer/debian/changelog	2008-05-18 15:22:55 UTC (rev 2042)
+++ desktop/trunk/xfce4-mixer/debian/changelog	2008-05-18 15:33:24 UTC (rev 2043)
@@ -1,3 +1,11 @@
+xfce4-mixer (4.4.2-3) UNRELEASED; urgency=low
+
+  * switch to triggers:
+    - drop debian/{postinst,prerm}.
+    - debian/control: conflicts against non-trigger-enabled xfce4-mcs-manager.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 18 May 2008 17:32:43 +0200
+
 xfce4-mixer (4.4.2-2) unstable; urgency=low
 
   * debian/control: updated standard versions to 3.7.3.

Modified: desktop/trunk/xfce4-mixer/debian/control
===================================================================
--- desktop/trunk/xfce4-mixer/debian/control	2008-05-18 15:22:55 UTC (rev 2042)
+++ desktop/trunk/xfce4-mixer/debian/control	2008-05-18 15:33:24 UTC (rev 2043)
@@ -12,6 +12,7 @@
 Package: xfce4-mixer
 Architecture: any
 Depends: ${shlibs:Depends}, xfce4-mixer-alsa (= ${binary:Version}) | xfce4-mixer-oss (= ${binary:Version})
+Conflicts: xfce4-mcs-manager (<< 4.4.2-3)
 Description: Xfce4 Mixer frontend
  This is the frontend for mixer settings delivered together
  with the Xfce4 desktop environment. It does the same jobs

Deleted: desktop/trunk/xfce4-mixer/debian/postinst
===================================================================
--- desktop/trunk/xfce4-mixer/debian/postinst	2008-05-18 15:22:55 UTC (rev 2042)
+++ desktop/trunk/xfce4-mixer/debian/postinst	2008-05-18 15:33:24 UTC (rev 2043)
@@ -1,11 +0,0 @@
-#!/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
-
-fi
-
-#DEBHELPER#
-
-exit 0

Deleted: desktop/trunk/xfce4-mixer/debian/prerm
===================================================================
--- desktop/trunk/xfce4-mixer/debian/prerm	2008-05-18 15:22:55 UTC (rev 2042)
+++ desktop/trunk/xfce4-mixer/debian/prerm	2008-05-18 15:33:24 UTC (rev 2043)
@@ -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