[Pkg-jed-commit] r1084 - in slang-slirp/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Wed Mar 19 01:54:21 UTC 2008


Author: rafael
Date: 2008-03-19 01:54:21 +0000 (Wed, 19 Mar 2008)
New Revision: 1084

Added:
   slang-slirp/trunk/debian/patches/minus-sign-manpage.patch
Modified:
   slang-slirp/trunk/debian/changelog
Log:
Add patch for escaping "-" signs that mean the "minus" character


Modified: slang-slirp/trunk/debian/changelog
===================================================================
--- slang-slirp/trunk/debian/changelog	2008-03-19 01:51:35 UTC (rev 1083)
+++ slang-slirp/trunk/debian/changelog	2008-03-19 01:54:21 UTC (rev 1084)
@@ -2,6 +2,8 @@
 
   * New upstream release.
   * debian/patches/clean-slirp.ins.patch: Drop patch (applied upstrea)
+  * debian/patches/minus-sign-manpage.patch: Add patch for escaping "-"
+    signs that mean the "minus" character
   * Switch to quilt from CDBS's simple-patchsys
   * debian/control: Append trunk/ to the path in Vcs-Svn:, such that
     debcheckout works

Added: slang-slirp/trunk/debian/patches/minus-sign-manpage.patch
===================================================================
--- slang-slirp/trunk/debian/patches/minus-sign-manpage.patch	                        (rev 0)
+++ slang-slirp/trunk/debian/patches/minus-sign-manpage.patch	2008-03-19 01:54:21 UTC (rev 1084)
@@ -0,0 +1,175 @@
+Index: slang-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.
+ .SH "OPTIONS"
+ .TP
+-\fB-c++\fR
++\fB\-c++\fR
+ Mandate that input headers be interpreted as C++, which can
+ be helpful to coerce the interpretation of files
+ that either lack a .hh suffix or do not contain class
+ definitions or other explicit C++ syntax.
+ .TP
+-\fB-cfront\fR
++\fB\-cfront\fR
+ Generate standalone C wrappers (.cc and .h files),
+ instead of S-Lang bindings, for C++ interface
+ .TP
+-\fB-const_strings\fR
++\fB\-const_strings\fR
+ Treat 'char*' return values as 'const char*'
+ .TP
+-\fB-d\fR
++\fB\-d\fR
+ Include slirp_debug_pause() debugging stub within module
+ .TP
+-\fB-debug\fR
++\fB\-debug\fR
+ Run in interactive SLDB debugger (S-Lang 2 only)
+ .TP
+-\fB-fortran_strlen <i>\fR
++\fB\-fortran_strlen <i>\fR
+ Indicate where hidden string len args are placed in
+ wrappers of Fortran calls accepting CHARACTER args
+ (0 = append length args to end of arg list [default]
+ 1 = insert length args directly after CHARACTER arg)
+ .TP
+-\fB-g\fR
++\fB\-g\fR
+ Emit debugging output
+ .TP
+-\fB-fprefix <pref>\fR
++\fB\-fprefix <pref>\fR
+ Emit code only for functions which begin with an
+ exact match to <pref>, instead of default regexp
+ .TP
+-\fB-h -help --help\fR
++\fB\-h \-help \-\-help\fR
+ This message
+ .TP
+-\fB-ignore <option>\fR
++\fB\-ignore <option>\fR
+ Tune the emission of ignored symbol messages: use 'notrunc'
+ to append to existing ignored symbol list (default: the
+ ignored symbol list is truncated at startup), or specify an
+ alternate output file name (default: ./ignored.txt)
+ .TP
+-\fB-I  <dir>\fR
++\fB-\I  <dir>\fR
+ Add <dir> to search path for headers during code
+-generation; will also be reflected in -make output
++generation; will also be reflected in \-make output
+ .TP
+-\fB-L  <dir>\fR
++\fB\-L  <dir>\fR
+ Add <dir> to search path at link time; for -make
+ .TP
+-\fB-l  <lib>\fR
++\fB\-l  <lib>\fR
+ 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
+ .TP
+-\fB-m  <name>\fR
++\fB\-m  <name>\fR
+ Override default module name with <name>
+ .TP
+-\fB-make\fR
++\fB\-make\fR
+ Generate a best-effort Makefile for compiling module
+-(-make is also implied by -L, -l, and -ldflags)
++(\-make is also implied by -\L, -\l, and -\ldflags)
+ .TP
+-\fB-mapnames <R> <S>\fR
+-Synonym for -rename (deprecated)
++\fB\-mapnames <R> <S>\fR
++Synonym for \-rename (deprecated)
+ .TP
+-\fB-noinit\fR
++\fB\-noinit\fR
+ Do not generate an initialization fragment
+ .TP
+-\fB-nopop\fR
++\fB\-nopop\fR
+ Avoid explicit pop of func arguments, if possible
+ (also turns off generation of Usage: statements)
+ .TP
+-\fB-noautotype\fR
++\fB\-noautotype\fR
+ Disable mapping of unknown types to opaque ptr types
+ .TP
+-\fB-otree\fR
++\fB\-otree\fR
+ Print hierarchical listing of all opaque types
+ defined by the current invocation, then exit
+ .TP
+ \fB-openmp\fR
+ Emit OpenMP #pragmas to parallelize vectorized code
+-(implies -vec, i.e. turns on vectorization)
++(implies \-vec, i.e. turns on vectorization)
+ .TP
+-\fB-print\fR
++\fB\-print\fR
+ Print interface for code which would be generated,
+ but don't actually generate any code
+ .TP
+-\fB-rc  <file>\fR
++\fB\-rc  <file>\fR
+ Load customizations from <file>, rather than from
+ first of ./slirprc or $SLIRPRC
+ .TP
+-\fB-refscalars\fR
++\fB\-refscalars\fR
+ Support passing scalars as array/ref arguments
+ (default: on for Fortran bindings, off for C/C++)
+ .TP
+-\fB-rename  <R> <S>\fR
++\fB\-rename  <R> <S>\fR
+ Map C functions with prefixes matching the S-Lang
+ regexp R to S-Lang functions beginning with string S
+ (set S=NULL to map regexp prefix to empty string)
+ .TP
+-\fB-stdout\fR
++\fB\-stdout\fR
+ Emit code to stdout, instead of files
+ .TP
+-\fB-stubs\fR
++\fB\-stubs\fR
+ Generate stub (empty) implementations for input
+ header files, allowing the module interface to be
+ exercised without linking in the underlying library
+ or any of its dependencies
+ .TP
+-\fB-tmapout <file>\fR
++\fB\-tmapout <file>\fR
+ Save a copy of the active typemap table to <file>
+ .TP
+-\fB-tmapin  <file>\fR
++\fB\-tmapin  <file>\fR
+ evalfile() additional typemaps from <file>
+ .TP
+-\fB-vec\fR
++\fB\-vec\fR
+ Attempt to vectorize every function within input interface
+ .TP
+-\fB--version\fR
++\fB\-\-version\fR
+ Output version information
+ .TP
+-\fB-v\fR
++\fB\-v\fR
+ Show verbose loading messages
+ .TP
+-\fB-vh -vhelp, --vhelp\fR
+-Verbose help (normal --help output, plus rarely used options)
++\fB\-vh \-vhelp, \-\-vhelp\fR
++Verbose help (normal \-\-help output, plus rarely used options)
+ .SH "AUTHOR"
+ .PP
+ The author of SLIRP is Michael S. Noble <mnoble at space.mit.edu>\&.




More information about the Pkg-jed-commit mailing list