[Pkg-xfce-commits] r189 - desktop/trunk/xfce4-utils/debian

Emanuele Rocca ema@costa.debian.org
Sat, 18 Jun 2005 09:40:00 +0000


Author: ema
Date: 2005-06-18 09:40:00 +0000 (Sat, 18 Jun 2005)
New Revision: 189

Added:
   desktop/trunk/xfce4-utils/debian/lintian-override
   desktop/trunk/xfce4-utils/debian/startxfce4.1
Modified:
   desktop/trunk/xfce4-utils/debian/changelog
   desktop/trunk/xfce4-utils/debian/rules
Log:
xfce4-utils
- added startxfce4(1)
- added lintian override for COPYING files


Modified: desktop/trunk/xfce4-utils/debian/changelog
===================================================================
--- desktop/trunk/xfce4-utils/debian/changelog	2005-06-18 09:13:41 UTC (rev 188)
+++ desktop/trunk/xfce4-utils/debian/changelog	2005-06-18 09:40:00 UTC (rev 189)
@@ -1,10 +1,16 @@
 xfce4-utils (4.2.2-1) unstable; urgency=low
 
-  * New Upstream Release
-  * Remove Depends on debianutils, it is Essential
-  * Remove chmod +x for files in bin/, it's the job of dh_fixperms
-  * Actually, etc/X11/xdg/xfce4/xinitrc needs to be chmodded
-  * Change suite to unstable
+  * (Simon Huggins)
+    - New Upstream Release
+    - Change suite to unstable
+  * (Emanuele Rocca)
+    - Remove Depends on debianutils, it is Essential
+    - Remove chmod +x for files in bin/, it's the job of dh_fixperms
+    - Actually, etc/X11/xdg/xfce4/xinitrc needs to be chmodded
+    - Add lintian override: usr/share/xfce4/COPYING is not useless
+    - Add manpage for startxfce4
+  * (Rudy Godoy)
+    - Spelling fix for Xfce name
 
  -- Simon Huggins <huggie@earth.li>  Sat, 18 Jun 2005 09:44:35 +0100
 

Added: desktop/trunk/xfce4-utils/debian/lintian-override
===================================================================
--- desktop/trunk/xfce4-utils/debian/lintian-override	2005-06-18 09:13:41 UTC (rev 188)
+++ desktop/trunk/xfce4-utils/debian/lintian-override	2005-06-18 09:40:00 UTC (rev 189)
@@ -0,0 +1,4 @@
+# usr/share/xfce4/COPYING is necessary
+
+xfce4-utils binary: extra-license-file usr/share/xfce4/COPYING
+xfce4-utils binary: extra-license-file usr/share/xfce4/COPYING.vi

Modified: desktop/trunk/xfce4-utils/debian/rules
===================================================================
--- desktop/trunk/xfce4-utils/debian/rules	2005-06-18 09:13:41 UTC (rev 188)
+++ desktop/trunk/xfce4-utils/debian/rules	2005-06-18 09:40:00 UTC (rev 189)
@@ -55,6 +55,7 @@
 	install -d `pwd`/debian/xfce4-utils/usr/share/man/man1/
 	install `pwd`/debian/xfterm4.1 `pwd`/debian/xfce4-utils/usr/share/man/man1/xfterm4.1
 	install `pwd`/debian/xfce4-utils.1 `pwd`/debian/xfce4-utils/usr/share/man/man1/xfce4-utils.1
+	install `pwd`/debian/startxfce4.1 `pwd`/debian/xfce4-utils/usr/share/man/man1/startxfce4.1
 
 	install -d `pwd`/debian/xfce4-utils/usr/share/xsessions
 	install -m 644 `pwd`/gdm/xfce.desktop `pwd`/debian/xfce4-utils/usr/share/xsessions/xfce4.desktop
@@ -64,6 +65,9 @@
 	rm -f `pwd`/debian/xfce4-utils/usr/lib/xfce4/mcs-plugins/*.la
 	rm -f `pwd`/debian/xfce4-utils/usr/lib/xfce4/mcs-plugins/*.a
 
+	install -d `pwd`/debian/xfce4-utils/usr/share/lintian/overrides
+	install -c -m 644 $(CURDIR)/debian/lintian-override \
+		`pwd`/debian/xfce4-utils/usr/share/lintian/overrides/xfce4-utils
 
 binary-indep: build install
 

Added: desktop/trunk/xfce4-utils/debian/startxfce4.1
===================================================================
--- desktop/trunk/xfce4-utils/debian/startxfce4.1	2005-06-18 09:13:41 UTC (rev 188)
+++ desktop/trunk/xfce4-utils/debian/startxfce4.1	2005-06-18 09:40:00 UTC (rev 189)
@@ -0,0 +1,45 @@
+.\" Copyright (c) 2005 Emanuele Rocca
+.TH STARTXFCE4 "1" "June 2005" "startxfce4" "User Commands"
+.SH NAME
+startxfce4 \- initialize an Xfce session
+.SH SYNOPSIS
+.B startxfce4
+.SH DESCRIPTION
+.PP
+.B startxfce4 
+is a script responsible for starting an Xfce session. It runs
+.B xinit 
+passing the file specified in the 
+.B FILES
+subsection as an argument.
+.B startxfce4
+is also responsible for starting every program (or symbolic link) placed inside
+the
+.I ~/Desktop/Autostart/
+directory.
+.P
+You may want to modify the default
+.B xinitrc
+file. In order to do that, copy 
+.I /etc/X11/xdg/xfce4/xinitrc
+to
+.I ~/.config/xfce4/xinitrc
+and modify that file.
+.SH FILES
+.PP
+.IP ~/.config/xfce4/xinitrc
+User configuration file
+.IP /etc/X11/xdg/xfce4/xinitrc
+System wide configuration file
+.SH SEE ALSO
+.PP
+.BR xfce4-session (1),
+.BR xinit (1),
+.BR dbus-launch (1),
+.BR ssh-agent (1)
+.SH COPYRIGHT
+Copyright \(co 2005 Emanuele Rocca
+.br
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+