[Pkg-jed-commit] r1099 - slang-slirp/trunk/debian/patches

Rafael Laboissiere rafael at alioth.debian.org
Sun Apr 20 10:58:13 UTC 2008


Author: rafael
Date: 2008-04-20 10:58:12 +0000 (Sun, 20 Apr 2008)
New Revision: 1099

Modified:
   slang-slirp/trunk/debian/patches/minus-sign-manpage.patch
Log:
Cope with further hyphen vs. minus character problems

Modified: slang-slirp/trunk/debian/patches/minus-sign-manpage.patch
===================================================================
--- slang-slirp/trunk/debian/patches/minus-sign-manpage.patch	2008-04-20 10:46:34 UTC (rev 1098)
+++ slang-slirp/trunk/debian/patches/minus-sign-manpage.patch	2008-04-20 10:58:12 UTC (rev 1099)
@@ -1,9 +1,35 @@
-Index: slang-slirp-1.9.4/doc/man/man1/slirp.1
+Index: slirp-1.9.4/doc/man/man1/slirp.1
 ===================================================================
---- slang-slirp-1.9.4.orig/doc/man/man1/slirp.1	2008-03-19 02:39:26.000000000 +0100
-+++ slang-slirp-1.9.4/doc/man/man1/slirp.1	2008-03-19 02:44:09.000000000 +0100
-@@ -28,131 +28,131 @@
- S-Lang whatsoever.
+--- slirp-1.9.4.orig/doc/man/man1/slirp.1	2008-01-31 22:27:11.000000000 +0100
++++ slirp-1.9.4/doc/man/man1/slirp.1	2008-04-20 12:57:38.000000000 +0200
+@@ -6,7 +6,7 @@
+ .TH "SLIRP" "1" "31 January 2008" "" ""
+ 
+ .SH NAME
+-slirp \- C code generator for the S-Lang scripting language
++slirp \- C code generator for the S\[hy]Lang scripting language
+ .SH SYNOPSIS
+ 
+ \fBslirp\fR [ \fBOPTIONS\fR\fI ...\fR ] \fBheaderfile\fR [ \fBheaderfile\fR\fI ...\fR ]
+@@ -14,145 +14,145 @@
+ .SH "DESCRIPTION"
+ .PP
+ SLIRP is the (SL)ang (I)nterface (P)ackage, a code generator aimed
+-primarily at simplifying the process of creating modules for the S-Lang
++primarily at simplifying the process of creating modules for the S\[hy]Lang
+ scripting language.
+ .PP
+ SLIRP can dramatically reduce the time and effort required to make
+-C, C++, or Fortran code callable directly from the S-Lang interpreter,
++C, C++, or Fortran code callable directly from the S\[hy]Lang interpreter,
+ generate Makefiles to automate the build process, and even parallelize
+ wrappers with OpenMP to take advantage of multiprocessors.
+ .PP
+ SLIRP may also be used to generate pure C bindings for C++ code, or
+ empty (stub) implementations for the interface(s) specified by its input
+ header files. The code generated in these cases has no dependencies upon
+-S-Lang whatsoever.
++S\[hy]Lang whatsoever.
  .SH "OPTIONS"
  .TP
 -\fB-c++\fR
@@ -16,7 +42,8 @@
 -\fB-cfront\fR
 +\fB\-cfront\fR
  Generate standalone C wrappers (.cc and .h files),
- instead of S-Lang bindings, for C++ interface
+-instead of S-Lang bindings, for C++ interface
++instead of S\[hy]Lang bindings, for C++ interface
  .TP
 -\fB-const_strings\fR
 +\fB\-const_strings\fR
@@ -27,8 +54,9 @@
  Include slirp_debug_pause() debugging stub within module
  .TP
 -\fB-debug\fR
+-Run in interactive SLDB debugger (S-Lang 2 only)
 +\fB\-debug\fR
- Run in interactive SLDB debugger (S-Lang 2 only)
++Run in interactive SLDB debugger (S\[hy]Lang 2 only)
  .TP
 -\fB-fortran_strlen <i>\fR
 +\fB\-fortran_strlen <i>\fR
@@ -64,17 +92,19 @@
 +generation; will also be reflected in \-make output
  .TP
 -\fB-L  <dir>\fR
+-Add <dir> to search path at link time; for -make
 +\fB\-L  <dir>\fR
- Add <dir> to search path at link time; for -make
++Add <dir> to search path at link time; for \-make
  .TP
 -\fB-l  <lib>\fR
+-Add <lib> to library list at link time; for -make
 +\fB\-l  <lib>\fR
- Add <lib> to library list at link time; for -make
++Add <lib> to library list at link time; for \-make
  .TP
 -\fB-ldflags <flags>\fR
 -Use when -L or -l are inappropriate; for -make
 +\fB\-ldflags <flags>\fR
-+Use when \-L or \-l are inappropriate; for -make
++Use when \-L or \-l are inappropriate; for \-make
  .TP
 -\fB-m  <name>\fR
 +\fB\-m  <name>\fR
@@ -130,9 +160,11 @@
  (default: on for Fortran bindings, off for C/C++)
  .TP
 -\fB-rename  <R> <S>\fR
+-Map C functions with prefixes matching the S-Lang
+-regexp R to S-Lang functions beginning with string S
 +\fB\-rename  <R> <S>\fR
- Map C functions with prefixes matching the S-Lang
- regexp R to S-Lang functions beginning with string S
++Map C functions with prefixes matching the S\[hy]Lang
++regexp R to S\[hy]Lang functions beginning with string S
  (set S=NULL to map regexp prefix to empty string)
  .TP
 -\fB-stdout\fR
@@ -173,3 +205,15 @@
  .SH "AUTHOR"
  .PP
  The author of SLIRP is Michael S. Noble <mnoble at space.mit.edu>\&.
+@@ -165,9 +165,9 @@
+ Foundation.
+ .PP
+ On Debian systems, the complete text of the GNU General Public
+-License can be found in \fI/usr/share/common-licenses/GPL\fR
++License can be found in \fI/usr/share/common\-licenses/GPL\fR
+ .SH "SEE ALSO"
+ .PP
+ On Debian systems the reference manual for SLIRP can be found at
+-/usr/share/doc/slang-slirp/manual.txt.gz.   It is also available
++/usr/share/doc/slang\-slirp/manual.txt.gz.   It is also available
+ in PDF, HTML, and text forms on the SLIRP website.




More information about the Pkg-jed-commit mailing list