[Pkg-xfce-commits] r1085 - in desktop/trunk: libxfcegui4/debian xfce-mcs-plugins/debian xfce4-utils/debian

Yves-Alexis Perez corsac-guest at alioth.debian.org
Tue Jan 23 16:46:04 UTC 2007


Author: corsac-guest
Date: 2007-01-23 17:46:04 +0100 (Tue, 23 Jan 2007)
New Revision: 1085

Added:
   desktop/trunk/xfce4-utils/debian/xfbrowser4.1
Modified:
   desktop/trunk/libxfcegui4/debian/control
   desktop/trunk/xfce-mcs-plugins/debian/changelog
   desktop/trunk/xfce4-utils/debian/changelog
   desktop/trunk/xfce4-utils/debian/rules
Log:
lintian cleanups


Modified: desktop/trunk/libxfcegui4/debian/control
===================================================================
--- desktop/trunk/libxfcegui4/debian/control	2007-01-23 16:45:26 UTC (rev 1084)
+++ desktop/trunk/libxfcegui4/debian/control	2007-01-23 16:46:04 UTC (rev 1085)
@@ -25,7 +25,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Replaces: libxfcegui4-1, libxfcegui4-3
-Conflicts: libxfcegui4-1, libxfcegui4-3, xfce4-panel (< 4.4.0)
+Conflicts: libxfcegui4-1, libxfcegui4-3, xfce4-panel (<< 4.4.0)
 Description: Basic GUI C functions for Xfce4
  This package contains a library which provides the very
  basic GUI functions used by the Xfce4 desktop suite. If

Modified: desktop/trunk/xfce-mcs-plugins/debian/changelog
===================================================================
--- desktop/trunk/xfce-mcs-plugins/debian/changelog	2007-01-23 16:45:26 UTC (rev 1084)
+++ desktop/trunk/xfce-mcs-plugins/debian/changelog	2007-01-23 16:46:04 UTC (rev 1085)
@@ -7,6 +7,8 @@
 
 xfce-mcs-plugins (4.3.99.2-1) unstable; urgency=low
 
+  * New upstream release.
+  * debian/control: updated build-deps against Xfce 4.4RC2 (4.3.99.2).
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Thu, 16 Nov 2006 15:00:25 +0100
 

Modified: desktop/trunk/xfce4-utils/debian/changelog
===================================================================
--- desktop/trunk/xfce4-utils/debian/changelog	2007-01-23 16:45:26 UTC (rev 1084)
+++ desktop/trunk/xfce4-utils/debian/changelog	2007-01-23 16:46:04 UTC (rev 1085)
@@ -2,8 +2,10 @@
 
   * New upstream release.
   * debian/control: updated build deps against Xfce 4.4.
+  * Provide a missing manpage for xfbrowser4.
+  * Use iceweasel instead of firefox in the static browser list of xfbrowser4.
 
- -- Yves-Alexis Perez <corsac at corsac.net>  Sun, 21 Jan 2007 18:18:13 +0100
+ -- Yves-Alexis Perez <corsac at corsac.net>  Mon, 22 Jan 2007 12:42:12 +0100
 
 xfce4-utils (4.3.99.2-1) unstable; urgency=low
 

Modified: desktop/trunk/xfce4-utils/debian/rules
===================================================================
--- desktop/trunk/xfce4-utils/debian/rules	2007-01-23 16:45:26 UTC (rev 1084)
+++ desktop/trunk/xfce4-utils/debian/rules	2007-01-23 16:46:04 UTC (rev 1085)
@@ -56,14 +56,16 @@
 	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 `pwd`/debian/xfbrowser4.1 `pwd`/debian/xfce4-utils/usr/share/man/man1/xfbrowser4.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
 
-	
 	perl -i -pe 's/TERMCMD=xterm/TERMCMD=x-terminal-emulator/' `pwd`/debian/xfce4-utils/usr/bin/xfterm4
 
 	perl -i -pe 's/FILEMAN=xftree4/FILEMAN=thunar/' `pwd`/debian/xfce4-utils/usr/bin/xfmountdev4
+
+	perl -i -pe 's/firefox/iceweasel/g' `pwd`/debian/xfce4-utils/usr/bin/xfbrowser4
 	
 	rm -f `pwd`/debian/xfce4-utils/usr/lib/xfce4/mcs-plugins/*.la
 	rm -f `pwd`/debian/xfce4-utils/usr/lib/xfce4/mcs-plugins/*.a

Added: desktop/trunk/xfce4-utils/debian/xfbrowser4.1
===================================================================
--- desktop/trunk/xfce4-utils/debian/xfbrowser4.1	2007-01-23 16:45:26 UTC (rev 1084)
+++ desktop/trunk/xfce4-utils/debian/xfbrowser4.1	2007-01-23 16:46:04 UTC (rev 1085)
@@ -0,0 +1,19 @@
+.\" Copyright (C) 2007 Yves-Alexis Perez
+.TH XFBROWSER4 "1" "January 2005" "xfce4_setup 0.1" "User Commands"
+.SH NAME
+xfbrowser4 \- wrapper script to run user defined browser
+.SH SYNOPSIS
+.B xfbrowser4
+.SH DESCRIPTION
+.PP
+Try to find and run an user-defined browser via $BROWSER variable, preferred
+applications settings (in Xfce) or default to a static browser list.
+.SH AUTHOR
+Written by Yves-Alexis Perez
+.SH "REPORTING BUGS"
+Report bugs to http://bugs.debian.org
+.SH COPYRIGHT
+Copyright \(co 2007 Yves-Alexis Perez
+.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.




More information about the Pkg-xfce-commits mailing list