[Pkg-xfce-commits] r721 - desktop/trunk/exo/debian

Yves-Alexis Perez corsac-guest at costa.debian.org
Sun Jul 9 21:34:28 UTC 2006


Author: corsac-guest
Date: 2006-07-09 21:34:26 +0000 (Sun, 09 Jul 2006)
New Revision: 721

Added:
   desktop/trunk/exo/debian/exo-desktop-item-edit.1
Modified:
   desktop/trunk/exo/debian/changelog
   desktop/trunk/exo/debian/control
   desktop/trunk/exo/debian/libexo-0.3-0.postinst
   desktop/trunk/exo/debian/libexo-0.3-0.shlibs
   desktop/trunk/exo/debian/rules
   desktop/trunk/exo/debian/watch
Log:
Beta2 release


Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog	2006-07-05 11:51:19 UTC (rev 720)
+++ desktop/trunk/exo/debian/changelog	2006-07-09 21:34:26 UTC (rev 721)
@@ -1,8 +1,10 @@
-exo (0.3.1.6beta1-2) UNRELEASED; urgency=low
+exo (0.3.1.8beta2-1) UNRELEASED; urgency=low
 
+  * New upstream release
   * Fixed package on hurd by not using pkill in postinst
+  * Updated standards version to 3.7.2 (no changes needed)
 
- -- Yves-Alexis Perez <corsac at corsac.net>  Tue, 20 Jun 2006 13:18:36 +0200
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sun,  9 Jul 2006 23:11:38 +0200
 
 exo (0.3.1.6beta1-1) unstable; urgency=low
 

Modified: desktop/trunk/exo/debian/control
===================================================================
--- desktop/trunk/exo/debian/control	2006-07-05 11:51:19 UTC (rev 720)
+++ desktop/trunk/exo/debian/control	2006-07-09 21:34:26 UTC (rev 721)
@@ -3,7 +3,7 @@
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at corsac.net>, Jani Monoses <jani at ubuntu.com>
 Build-Depends: debhelper (>= 4.0.0), libxfcegui4-dev (>= 4.3.90.1-1)
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 Section: libs
 
 Package: libexo-0.3-dev

Added: desktop/trunk/exo/debian/exo-desktop-item-edit.1
===================================================================
--- desktop/trunk/exo/debian/exo-desktop-item-edit.1	2006-07-05 11:51:19 UTC (rev 720)
+++ desktop/trunk/exo/debian/exo-desktop-item-edit.1	2006-07-09 21:34:26 UTC (rev 721)
@@ -0,0 +1,58 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH EXO-DESKTOP-ITEM-EDIT "1" "July 2006" "exo-desktop-item-edit 0.3.1.8beta2" "User Commands"
+.SH NAME
+exo-desktop-item-edit \- manual page for exo-desktop-item-edit 0.3.1.8beta2
+.SH DESCRIPTION
+.SS "Usage:"
+.IP
+exo\-desktop\-item\-edit [OPTION...] [FILE|FOLDER]
+.SS "Help Options:"
+.TP
+\-?, \fB\-\-help\fR
+Show help options
+.TP
+\fB\-\-help\-all\fR
+Show all help options
+.TP
+\fB\-\-help\-gtk\fR
+Show GTK+ Options
+.SS "Application Options:"
+.TP
+\fB\-c\fR, \fB\-\-create\-new\fR
+Create a new desktop file in the given directory
+.TP
+\fB\-t\fR, \fB\-\-type\fR
+Type of desktop file to create (Application or Link)
+.TP
+\fB\-\-name\fR
+Preset name when creating a desktop file
+.TP
+\fB\-\-comment\fR
+Preset comment when creating a desktop file
+.TP
+\fB\-\-command\fR
+Preset command when creating a launcher
+.TP
+\fB\-\-url\fR
+Preset URL when creating a link
+.TP
+\fB\-\-icon\fR
+Preset icon when creating a desktop file
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Print version information and exit
+.TP
+\fB\-\-display\fR=\fIDISPLAY\fR
+X display to use
+.SH AUTHOR
+Written by Benedikt Meurer <benny at xfce.org>.
+.PP
+exo\-desktop\-item\-edit comes with ABSOLUTELY NO WARRANTY,
+You may redistribute copies of exo\-desktop\-item\-edit under the terms of
+the GNU Lesser General Public License which can be found in the
+exo source package.
+.PP
+Please report bugs to <http://bugzilla.xfce.org/>.
+.SH COPYRIGHT
+Copyright \(co 2005-2006
+        os-cillation e.K. All rights reserved.

Modified: desktop/trunk/exo/debian/libexo-0.3-0.postinst
===================================================================
--- desktop/trunk/exo/debian/libexo-0.3-0.postinst	2006-07-05 11:51:19 UTC (rev 720)
+++ desktop/trunk/exo/debian/libexo-0.3-0.postinst	2006-07-09 21:34:26 UTC (rev 721)
@@ -4,8 +4,7 @@
 	# Get xfce-mcs-manager to reinit
 	#Hurd doesnt have pkill so we use another way
 	#pkill -USR1 -f xfce-mcs-manager || true
-	mcs=`ps aux | grep xfce-[m]cs-manager | awk '{ print $2 }'`
-	kill -USR1 $mcs || true
+	kill -USR1 $(pidof xfce-mcs-manager)
 
 fi
 #DEBHELPER#

Modified: desktop/trunk/exo/debian/libexo-0.3-0.shlibs
===================================================================
--- desktop/trunk/exo/debian/libexo-0.3-0.shlibs	2006-07-05 11:51:19 UTC (rev 720)
+++ desktop/trunk/exo/debian/libexo-0.3-0.shlibs	2006-07-09 21:34:26 UTC (rev 721)
@@ -1 +1 @@
-libexo-0.3 0 libexo-0.3-0 (>= 0.3.1.6beta1-1)
+libexo-0.3 0 libexo-0.3-0 (>= 0.3.1.8beta2-1)

Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules	2006-07-05 11:51:19 UTC (rev 720)
+++ desktop/trunk/exo/debian/rules	2006-07-09 21:34:26 UTC (rev 721)
@@ -108,7 +108,8 @@
 	dh_testroot
 	dh_installchangelogs ChangeLog
 	dh_installdocs
-	dh_installman -p$(LIBRARY_PKGNAME) debian/exo-preferred-applications.1
+	dh_installman -p$(LIBRARY_PKGNAME) debian/exo-preferred-applications.1\
+		debian/exo-desktop-item-edit.1
 	dh_installexamples
 	dh_install --list-missing --sourcedir=debian/tmp
 	dh_link

Modified: desktop/trunk/exo/debian/watch
===================================================================
--- desktop/trunk/exo/debian/watch	2006-07-05 11:51:19 UTC (rev 720)
+++ desktop/trunk/exo/debian/watch	2006-07-09 21:34:26 UTC (rev 721)
@@ -6,4 +6,4 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-http://thunar.xfce.org/download/releases/alpha2/exo-(.*)\.tar\.gz
+http://thunar.xfce.org/download/releases/beta2/exo-(.*)\.tar\.gz




More information about the Pkg-xfce-commits mailing list