[Pkg-pascal-devel] Bug#863748: fpc: Please add manpage for ppcmips command

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Tue May 30 22:05:09 UTC 2017


Source: fpc
Version: 3.0.0+dfsg-11
Severity: normal
Tags: patch

Hi!

Since building src:fpc successfully requires a manpage for the native
ppc$CPU binary, we need to add one for ppcmips 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 "ppcmips".

Please include the patch with the next upload. With the changes from
#863746 [1] and #863747 [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=863746
> [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863747
-------------- next part --------------
Description: In order to add support for arm64, we need a man-page
Source: upstream

Index: fpc/install/man/man1/ppcmips.1
===================================================================
--- /dev/null
+++ fpc/install/man/man1/ppcmips.1
@@ -0,0 +1,33 @@
+.TH ppcmips 1 "30 may 1999" "Free Pascal" "Free Pascal Compiler"
+.SH NAME
+ppcmips \- Free Pascal Compiler (FPC) binary, name derived 
+from Portable Pascal Compiler
+
+.SH SYNOPSIS
+
+.B "ppcmips [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)
+


More information about the Pkg-pascal-devel mailing list