[Pkg-xfce-commits] r2040 - desktop/trunk/orage/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sun May 18 15:17:08 UTC 2008


Author: corsac
Date: 2008-05-18 15:17:07 +0000 (Sun, 18 May 2008)
New Revision: 2040

Removed:
   desktop/trunk/orage/debian/postinst
Modified:
   desktop/trunk/orage/debian/changelog
   desktop/trunk/orage/debian/control
Log:
* switch to triggers
  - drop debian/postinst
  - debian/control: conflicts against non-triggers-enabled xfce-mcs-manager.

Modified: desktop/trunk/orage/debian/changelog
===================================================================
--- desktop/trunk/orage/debian/changelog	2008-05-18 14:55:10 UTC (rev 2039)
+++ desktop/trunk/orage/debian/changelog	2008-05-18 15:17:07 UTC (rev 2040)
@@ -1,3 +1,11 @@
+orage (4.5.12.2-6) UNRELEASED; urgency=low
+
+  * switch to triggers
+    - drop debian/postinst
+    - debian/control: conflicts against non-triggers-enabled xfce-mcs-manager.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 18 May 2008 17:15:18 +0200
+
 orage (4.5.12.2-5) unstable; urgency=low
 
   * a “brown paper bag” release.

Modified: desktop/trunk/orage/debian/control
===================================================================
--- desktop/trunk/orage/debian/control	2008-05-18 14:55:10 UTC (rev 2039)
+++ desktop/trunk/orage/debian/control	2008-05-18 15:17:07 UTC (rev 2040)
@@ -13,7 +13,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, xfce4-mcs-manager
 Suggests: sox
-Conflicts: xfcalendar
+Conflicts: xfcalendar, xfce-mcs-manager (<< 4.4.2-3)
 Replaces: xfcalendar
 Description: Calendar for Xfce Desktop Environment
  This package contains a calendar for the Xfce4 desktop environment.

Deleted: desktop/trunk/orage/debian/postinst
===================================================================
--- desktop/trunk/orage/debian/postinst	2008-05-18 14:55:10 UTC (rev 2039)
+++ desktop/trunk/orage/debian/postinst	2008-05-18 15:17:07 UTC (rev 2040)
@@ -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




More information about the Pkg-xfce-commits mailing list