[Pkg-xfce-commits] r2060 - desktop/trunk/xfprint4/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Sun May 18 16:56:48 UTC 2008
Author: corsac
Date: 2008-05-18 16:56:48 +0000 (Sun, 18 May 2008)
New Revision: 2060
Removed:
desktop/trunk/xfprint4/debian/postinst
desktop/trunk/xfprint4/debian/prerm
Modified:
desktop/trunk/xfprint4/debian/changelog
desktop/trunk/xfprint4/debian/control
Log:
* switch to triggers:
- debian/{postinst,prerm} dropped.
- version dependency on xfce4-mcs-manager.
Modified: desktop/trunk/xfprint4/debian/changelog
===================================================================
--- desktop/trunk/xfprint4/debian/changelog 2008-05-18 16:55:59 UTC (rev 2059)
+++ desktop/trunk/xfprint4/debian/changelog 2008-05-18 16:56:48 UTC (rev 2060)
@@ -1,3 +1,11 @@
+xfprint4 (4.4.2-5) UNRELEASED; urgency=low
+
+ * switch to triggers:
+ - debian/{postinst,prerm} dropped.
+ - version dependency on xfce4-mcs-manager.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 18 May 2008 18:56:22 +0200
+
xfprint4 (4.4.2-4) unstable; urgency=low
* “brown paper bag” release.
Modified: desktop/trunk/xfprint4/debian/control
===================================================================
--- desktop/trunk/xfprint4/debian/control 2008-05-18 16:55:59 UTC (rev 2059)
+++ desktop/trunk/xfprint4/debian/control 2008-05-18 16:56:48 UTC (rev 2060)
@@ -11,7 +11,7 @@
Package: xfprint4
Architecture: any
-Depends: ${shlibs:Depends}, xfce4-mcs-manager, a2ps
+Depends: ${shlibs:Depends}, xfce4-mcs-manager (>= 4.4.2-3), a2ps
Suggests: psutils
Description: Printer GUI for Xfce4
xfprint4 is a printer manager for the Xfce4 desktop environment. It allows
Deleted: desktop/trunk/xfprint4/debian/postinst
===================================================================
--- desktop/trunk/xfprint4/debian/postinst 2008-05-18 16:55:59 UTC (rev 2059)
+++ desktop/trunk/xfprint4/debian/postinst 2008-05-18 16:56:48 UTC (rev 2060)
@@ -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/xfprint4/debian/prerm
===================================================================
--- desktop/trunk/xfprint4/debian/prerm 2008-05-18 16:55:59 UTC (rev 2059)
+++ desktop/trunk/xfprint4/debian/prerm 2008-05-18 16:56:48 UTC (rev 2060)
@@ -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