Bug#301166: Patch for kaffe-common.manpages and native2ascii manpage
Wolfgang Baer
Wolfgang Baer <WBaer@gmx.de>, 301166@bugs.debian.org
Wed Apr 6 19:24:03 2005
This is a multi-part message in MIME format.
--------------030101030804080306060806
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
tags 301166 patch
thanks
Hi Arnaud,
here is a simple manpage for native2ascii. Just put it
into debian/man. The attached patch changes
kaffe-common.manpages to include this manpage and
removes appletviewer manpage.
We stopped shipping the appletviewer script - but
forgot to stop installing the manpage.
Please apply,
Wolfgang
--------------030101030804080306060806
Content-Type: text/plain;
name="native2ascii.kaffe.1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="native2ascii.kaffe.1"
.TH USAGE: "1" "April 2005" "Usage: native2ascii"
.SH NAME
native2ascii \- converts a file with native-encoded to one with unicode-encoded characters
.SH SYNOPSIS
.B native2ascii
\fI<options> [infile] [outfile]\fR
.SH DESCRIPTION
.PP
\fBnative2ascii\fR is a utility program which converts files containing other character encodings
into files with Latin-1 and / or Unicode-encoded characters. If \fIoutfile\fR is omitted, standard output is used for output.
.SS "there is only one option:"
.TP
\fB\-encoding\fR \fIencoding\fR
Set the encoding to be used. If not provided the system property \fIfile.encoding\fR is used instead.
.SH AUTHOR
.PP
This manual page was written by Wolfgang Baer <WBaer@gmx.de>, for the Debian project (but may be used by others).
--------------030101030804080306060806
Content-Type: text/x-patch;
name="include_native2ascii_manpage.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="include_native2ascii_manpage.patch"
Index: kaffe/debian/kaffe-common.manpages
===================================================================
RCS file: /cvsroot/pkg-java/kaffe/debian/kaffe-common.manpages,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 kaffe-common.manpages
--- kaffe/debian/kaffe-common.manpages 3 Apr 2005 21:03:05 -0000 1.1.1.1
+++ kaffe/debian/kaffe-common.manpages 6 Apr 2005 18:51:26 -0000
@@ -1,4 +1,4 @@
-debian/man/appletviewer.kaffe.1
+debian/man/native2ascii.kaffe.1
debian/man/jar.kaffe.1
debian/man/javac.kaffe.1
debian/man/javadoc.kaffe.1
--------------030101030804080306060806--