[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#863809: fpc: Please add manpage for ppcmipsel command



Source: fpc
Version: 3.0.0+dfsg-11
Severity: normal
Tags: patch
User: debian-mips@lists.debian.org
Usertags: mips

Hi!

Since building src:fpc successfully requires a manpage for the native
ppc$CPU binary, we need to add one for ppcmipsel as well since the package
source is currently not shipping one.

I have just created a copy of the corresponding patch for arm64 to add
a manpage (add_arm64_manpage.patch) and reg-replaced all occurrences
of "ppca64" with "ppcmipsel".

Please include the patch with the next upload. With the changes from
#863807 [1] and #863808 [2], fpc can be built on the buildds for mips
without any problems, provided that at least version 3.0.2 is used.

Thanks,
Adrian

> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863807
> [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863808
Description: In order to add support for arm64, we need a man-page
Source: upstream

Index: fpc/install/man/man1/ppcmipsel.1
===================================================================
--- /dev/null
+++ fpc/install/man/man1/ppcmipsel.1
@@ -0,0 +1,33 @@
+.TH ppcmipsel 1 "30 may 1999" "Free Pascal" "Free Pascal Compiler"
+.SH NAME
+ppcmipsel \- Free Pascal Compiler (FPC) binary, name derived 
+from Portable Pascal Compiler
+
+.SH SYNOPSIS
+
+.B "ppcmipsel [options] [sourcefile]"
+.BR
+
+.SH DESCRIPTION
+This binary is the back-end binary of the
+.I Free Pascal Compiler (FPC)
+which is a
+.I Turbo Pascal
+and
+.I Delphi (7.0) 
+compatible standalone (non GCC frontend) multitarget Pascal compiler.
+
+This binary should not be called directly, instead the 
+.B fpc
+program should be used instead. 
+It will choose the right back-end for compiling units for the requested platforms.
+
+.SH OPTIONS
+
+For a complete list of all supported command-line options, see the
+.BR fpc (1)
+manual page.
+
+.SH SEE ALSO
+.BR  fpc (1)
+

Reply to: