[Pkg-xfce-commits] r2053 - desktop/trunk/xfce-mcs-plugins/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Sun May 18 16:25:18 UTC 2008
Author: corsac
Date: 2008-05-18 16:25:16 +0000 (Sun, 18 May 2008)
New Revision: 2053
Removed:
desktop/trunk/xfce-mcs-plugins/debian/postinst
desktop/trunk/xfce-mcs-plugins/debian/prerm
Modified:
desktop/trunk/xfce-mcs-plugins/debian/changelog
desktop/trunk/xfce-mcs-plugins/debian/control
Log:
* switch to triggers:
- debian/{postinst,prerm} dropped.
- debian/control: update versionned build-dep on xfce4-mcs-manager.
Modified: desktop/trunk/xfce-mcs-plugins/debian/changelog
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/changelog 2008-05-18 16:20:59 UTC (rev 2052)
+++ desktop/trunk/xfce-mcs-plugins/debian/changelog 2008-05-18 16:25:16 UTC (rev 2053)
@@ -1,3 +1,11 @@
+xfce-mcs-plugins (4.4.2-4) UNRELEASED; urgency=low
+
+ * switch to triggers:
+ - debian/{postinst,prerm} dropped.
+ - debian/control: update versionned build-dep on xfce4-mcs-manager.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 18 May 2008 18:24:54 +0200
+
xfce-mcs-plugins (4.4.2-3) unstable; urgency=low
* debian/control:
Modified: desktop/trunk/xfce-mcs-plugins/debian/control
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/control 2008-05-18 16:20:59 UTC (rev 2052)
+++ desktop/trunk/xfce-mcs-plugins/debian/control 2008-05-18 16:25:16 UTC (rev 2053)
@@ -11,7 +11,7 @@
Package: xfce4-mcs-plugins
Architecture: any
-Depends: ${shlibs:Depends}, xfce4-mcs-manager (>= 4.4.2)
+Depends: ${shlibs:Depends}, xfce4-mcs-manager (>= 4.4.2-3)
Description: Special modules for the xfce4-mcs-manager
This package contains some settings manager plugins. The plugins
provide settings dialogs for general items that are not part of a
Deleted: desktop/trunk/xfce-mcs-plugins/debian/postinst
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/postinst 2008-05-18 16:20:59 UTC (rev 2052)
+++ desktop/trunk/xfce-mcs-plugins/debian/postinst 2008-05-18 16:25:16 UTC (rev 2053)
@@ -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/xfce-mcs-plugins/debian/prerm
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/prerm 2008-05-18 16:20:59 UTC (rev 2052)
+++ desktop/trunk/xfce-mcs-plugins/debian/prerm 2008-05-18 16:25:16 UTC (rev 2053)
@@ -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