[SCM] Packaging for bzflag branch, master, updated. upstream/2.0.16-61-g70bed9d

Ryan Kavanagh rak at debian.org
Mon Jul 23 22:57:29 UTC 2012


The following commit has been merged in the master branch:
commit 8b4200cc766d3d401c98c71e00a6a6861ef6136f
Author: Ryan Kavanagh <rak at debian.org>
Date:   Sun Jul 22 12:07:59 2012 -0400

    Don't use hyphens as minuses in manpages (01_man_hyphens_as_minus.diff)

diff --git a/debian/patches/01_man_hyphens_as_minus.diff b/debian/patches/01_man_hyphens_as_minus.diff
new file mode 100644
index 0000000..2e63afc
--- /dev/null
+++ b/debian/patches/01_man_hyphens_as_minus.diff
@@ -0,0 +1,84 @@
+Description: Don't use hyphens as minus signs
+Author: Ryan Kavanagh <rak at debian.org>
+Origin: vendor
+Forwarded: no
+Last-Update: 2012-07-20
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: bzflag/man/bzflag.6.in
+===================================================================
+--- bzflag.orig/man/bzflag.6.in	2012-07-20 09:33:04.964915077 -0400
++++ bzflag/man/bzflag.6.in	2012-07-20 09:33:48.413130525 -0400
+@@ -108,8 +108,8 @@
+ stdout.txt on windows
+ .TP
+ .B \-echoAnsi
+-Copies all message window output like -echo preserving the ANSI
+-color coding on *nix, same as -echo on windows.
++Copies all message window output like \-echo preserving the ANSI
++color coding on *nix, same as \-echo on windows.
+ .TP
+ \fB\-latitude\fI latitude\fR
+ Uses \fIlatitude\fR when computing celestial object positions.
+Index: bzflag/man/bzfs.6.in
+===================================================================
+--- bzflag.orig/man/bzfs.6.in	2012-07-18 21:11:34.199862820 -0400
++++ bzflag/man/bzfs.6.in	2012-07-20 09:35:58.837777255 -0400
+@@ -132,7 +132,7 @@
+ .B \-advertise \fIgroupname,groupname,...\fR
+ Allows control of who can see this server on the server list.
+ Use: \fB\-advertise NONE\fR to make a private server (no one will see the
+-server, but global logins can be used). The default, if -advertise is not
++server, but global logins can be used). The default, if \-advertise is not
+ specified, is to allow everyone to see the server.
+ Otherwise, your server will only be listed to members of
+ the groups which you specify, eg: \fB\-advertise JOE,BOB\fR.
+@@ -515,7 +515,7 @@
+ Also anounces those players that stop the runs of good players.
+ .TP
+ \fB\-ts \fR[\fImicros\fR]
+-Include timestamp information in DEBUG output - useful for logging.
++Include timestamp information in DEBUG output \(em useful for logging.
+ If \fImicros\fR is specified, microseconds will be added to the timestamp.
+ .TP
+ \fB\-userdb \fIfile\fR
+@@ -1113,7 +1113,7 @@
+ 
+ GROUP_NAME: +perm1 +perm2
+ .br
+-GROUP_NAME: +perm3 +perm4 -perm5
++GROUP_NAME: +perm3 +perm4 \-perm5
+ 
+ Group names cannot have spaces, quotes, or other special characters in
+ them.  This would be a sample line defining a "cop" group:
+@@ -1128,7 +1128,7 @@
+ Probably you want to define customized permissions for the default
+ group "VERIFIED" instead of those automatically asigned by the server:
+ 
+-VERIFIED: -ALL +perm1 +perm2 ...
++VERIFIED: \-ALL +perm1 +perm2 ...
+ 
+ Or you want to disable the /poll command entirely?
+ 
+Index: bzflag/man/bzw.5.in
+===================================================================
+--- bzflag.orig/man/bzw.5.in	2012-07-18 21:11:34.199862820 -0400
++++ bzflag/man/bzw.5.in	2012-07-20 09:38:15.506454973 -0400
+@@ -355,7 +355,7 @@
+ .br
+ \fB  emission\fR 0.0 0.0 0.0 1.0  # emission color
+ .br
+-\fB  shininess\fR 0.0             # shininess (0.0 - 128.0)
++\fB  shininess\fR 0.0             # shininess (0.0 \(en 128.0)
+ .br
+ \fB  texture\fR filename     # set working texture
+ .br
+@@ -820,7 +820,7 @@
+ OnSpawn, for player spawn events.
+ OnDie, for player death events.
+ If the weapon is to be triggered only for a specific team then the eventteam option should be used with a team number (1 to 4).
+-A eventteam value of -1 will trigger this weapon for any team. -1 is the default eventteam value.
++A eventteam value of \-1 will trigger this weapon for any team. \-1 is the default eventteam value.
+ 
+ \fBweapon\fR
+ .br
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..bcdc6ad
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_man_hyphens_as_minus.diff

-- 
Packaging for bzflag



More information about the Pkg-games-commits mailing list