[Pkg-xfce-commits] r207 - in goodies/xfce4-terminal/debian: . patches
Emanuele Rocca
ema@costa.debian.org
Sat, 02 Jul 2005 11:35:10 +0000
Author: ema
Date: 2005-07-02 11:35:10 +0000 (Sat, 02 Jul 2005)
New Revision: 207
Added:
goodies/xfce4-terminal/debian/patches/
goodies/xfce4-terminal/debian/patches/00_binary-name-fix-xfce4-terminal(1).patch
Modified:
goodies/xfce4-terminal/debian/changelog
goodies/xfce4-terminal/debian/postinst
goodies/xfce4-terminal/debian/prerm
Log:
s/Terminal/xfce4-terminal/ in man page and alternatives name
Modified: goodies/xfce4-terminal/debian/changelog
===================================================================
--- goodies/xfce4-terminal/debian/changelog 2005-06-22 19:14:10 UTC (rev 206)
+++ goodies/xfce4-terminal/debian/changelog 2005-07-02 11:35:10 UTC (rev 207)
@@ -1,7 +1,13 @@
xfce4-terminal (0.2.4-3) unstable; urgency=low
- * Updated standards in rules file to match new debian-policy
- * Binary name is xfce4-terminal to avoid name conflicts.
+ * Yves-Alexis Perez
+ - Updated standards in rules file to match new debian-policy
+ - Binary name is xfce4-terminal to avoid name conflicts
+ * Emanuele Rocca
+ - Fixed x-terminal-emulator and x-terminal-emulator.1.gz alternatives
+ (Closes: #316164)
+ - s/Terminal/xfce4-terminal in xfce4-terminal(1) (Closes: #316168)
+ - Thanks to Y Giridhar Appaji Nag
-- Yves-Alexis Perez <corsac@corsac.net> Wed, 22 Jun 2005 15:53:19 +0200
Added: goodies/xfce4-terminal/debian/patches/00_binary-name-fix-xfce4-terminal(1).patch
===================================================================
--- goodies/xfce4-terminal/debian/patches/00_binary-name-fix-xfce4-terminal(1).patch 2005-06-22 19:14:10 UTC (rev 206)
+++ goodies/xfce4-terminal/debian/patches/00_binary-name-fix-xfce4-terminal(1).patch 2005-07-02 11:35:10 UTC (rev 207)
@@ -0,0 +1,70 @@
+--- Terminal.1.old 2005-07-02 13:18:06.000000000 +0200
++++ Terminal.1 2005-07-02 13:33:21.000000000 +0200
+@@ -1,29 +1,29 @@
+-.TH Terminal 1 "Mar 19, 2005"
++.TH xfce4-terminal 1 "Mar 19, 2005"
+ .SH NAME
+-Terminal \- A Terminal emulator for X
++xfce4-terminal \- A Terminal emulator for X
+ .SH SYNOPSIS
+-.B Terminal
++.B xfce4-terminal
+ .br
+ .SH DESCRIPTION
+ This manual page documents briefly the
+-.B Terminal
++.B xfce4-terminal
+ application.
+ .PP
+-\fBTerminal\fP is what is known as an X terminal emulator, often referred
++\fBxfce4-terminal\fP is what is known as an X terminal emulator, often referred
+ to as terminal or shell. It provides an equivalent to the old fashioned text
+ screen on your desktop, but on which can easily the screen with other
+ graphical applications.
+
+-\fBTerminal\fP emulates the xterm application developed by the X Consortium.
++\fBxfce4-terminal\fP emulates the xterm application developed by the X Consortium.
+ In turn, the xterm applications emulates the DEC VT102 terminal and also
+ supports the DEC VT220 escape sequences. An escape sequence is a series of
+-characters that with the Esc character. Terminal accepts all of the escape
++characters that with the Esc character. \fBxfce4-terminal\fP accepts all of the escape
+ sequences that the VT102 and VT220 terminals use for functions such as to
+ position the cursor and to clear the screen.
+
+
+ .SH OPTIONS
+-\fBTerminal\fP takes the following command line options:
++\fBxfce4-terminal\fP takes the following command line options:
+ .TP
+ .B \-\-help
+ Print a help screen and exit.
+@@ -33,7 +33,7 @@
+
+
+ .SH ENVIRONMENT
+-\fBTerminal\fP's behaviour is affected by the following environment
++\fBxfce4-terminal\fP's behaviour is affected by the following environment
+ variables.
+ .PP
+ .TP
+@@ -61,9 +61,9 @@
+
+
+ .SH FILES
+-\fBTerminal\fP reads its configuration from the files
++\fBxfce4-terminal\fP reads its configuration from the files
+ .IR $XDG_CONFIG_DIRS/Terminal/terminalrc .
+-\fBTerminal\fP creates the main menubar and the popup
++\fBxfce4-terminal\fP creates the main menubar and the popup
+ menu from the files
+ .IR $XDG_DATA_DIRS/Terminal/Terminal.ui
+ and the toolbars layout from the files
+@@ -74,7 +74,7 @@
+
+
+ .SH AUTHOR
+-The \fBTerminal\fP software and this manual page was written
++The \fBxfce4-terminal\fP software and this manual page was written
+ for os-cillation by Benedikt Meurer <benny@xfce.org>.
+
+
Modified: goodies/xfce4-terminal/debian/postinst
===================================================================
--- goodies/xfce4-terminal/debian/postinst 2005-06-22 19:14:10 UTC (rev 206)
+++ goodies/xfce4-terminal/debian/postinst 2005-07-02 11:35:10 UTC (rev 207)
@@ -6,7 +6,7 @@
update-alternatives --install /usr/bin/x-terminal-emulator \
x-terminal-emulator /usr/bin/xfce4-terminal.wrapper 40 \
--slave /usr/share/man/man1/x-terminal-emulator.1.gz \
- x-terminal-emulator.1.gz /usr/share/man/man1/Terminal.1.gz
+ x-terminal-emulator.1.gz /usr/share/man/man1/xfce4-terminal.wrapper.1.gz
fi
#DEBHELPER#
Modified: goodies/xfce4-terminal/debian/prerm
===================================================================
--- goodies/xfce4-terminal/debian/prerm 2005-06-22 19:14:10 UTC (rev 206)
+++ goodies/xfce4-terminal/debian/prerm 2005-07-02 11:35:10 UTC (rev 207)
@@ -3,7 +3,7 @@
# remove alternatives links
if [ "$1" = "remove" ]; then
- update-alternatives --remove x-terminal-emulator /usr/bin/Terminal.wrapper
+ update-alternatives --remove x-terminal-emulator /usr/bin/xfce4-terminal.wrapper
fi
#DEBHELPER#