[SCM] Packaging for londonlaw branch, master, updated. debian/0.2.1-10-14-gb71eca4

Bruno Kleinert fuddl at tauware.de
Sat Nov 21 19:23:09 UTC 2009


The following commit has been merged in the master branch:
commit 6fb73c7c0ca4419c9a97987ab4ba381ce148b461
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Sat Nov 21 19:27:05 2009 +0100

    Add manpages for binaries
    
    Add a short manpage for london-client and london-server.
    
    Remove missing manpages from the overrides file, so lintian should be happy and
    users, too.

diff --git a/debian/london-client.6 b/debian/london-client.6
new file mode 100644
index 0000000..6c368b4
--- /dev/null
+++ b/debian/london-client.6
@@ -0,0 +1,20 @@
+.TH LONDON-CLIENT 6 "November 21, 2009"
+.SH NAME
+london-client \- the londonlaw game client
+.SH SYNOPSIS
+.B london-client
+.SH DESCRIPTION
+This manual page documents briefly the
+.B london-client
+command.
+.PP
+\fBlondon-client\fP is the client program to play the game londonlaw.
+.SH OPTIONS
+This program doesn't take any arguments.
+.SH SEE ALSO
+.BR london-server (6)
+.SH AUTHOR
+londonlaw was written by Paul Pelzl <4ln4fli02 at sneakemail.com>.
+.PP
+This manual page was written by Bruno "Fuddl" Kleinert <fuddl at debian.org>,
+for the Debian project (and may be used by others).
diff --git a/debian/london-server.6 b/debian/london-server.6
new file mode 100644
index 0000000..1a863c0
--- /dev/null
+++ b/debian/london-server.6
@@ -0,0 +1,29 @@
+.TH LONDON-SERVER 6 "November 21, 2009"
+.SH NAME
+london-server \- The network game server for londonlaw
+.SH SYNOPSIS
+.B london-server
+.RI [ options ]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B london-server
+command.
+.PP
+\fBlondon-server\fP is used as the network gamne server for the game londonlaw. It's a command line only program and comes without any graphical user interface. To quit london-server just press Control+c on the command line.
+.SH OPTIONS
+london-server follows the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options is included below.
+.TP
+.B \-h, \-\-help
+Show summary of options.
+.TP
+.B \-p NUM, \-\-port=NUM
+Listen for incoming network connections on port NUM.
+.SH SEE ALSO
+.BR london-client (6),
+.SH AUTHOR
+londonlaw was written by Paul Pelzl <4ln4fli02 at sneakemail.com>.
+.PP
+This manual page was written by Bruno "Fuddl" Kleinert <fuddl at debian.org>,
+for the Debian project (and may be used by others).
diff --git a/debian/londonlaw.manpages b/debian/londonlaw.manpages
new file mode 100644
index 0000000..d827b20
--- /dev/null
+++ b/debian/londonlaw.manpages
@@ -0,0 +1,2 @@
+debian/london-client.6
+debian/london-server.6
diff --git a/debian/overrides b/debian/overrides
index 0578b6a..d3d2281 100644
--- a/debian/overrides
+++ b/debian/overrides
@@ -1,6 +1,2 @@
 londonlaw: script-not-executable ./usr/share/pycentral/londonlaw/site-packages/londonlaw/london-client.py
 londonlaw: script-not-executable ./usr/share/pycentral/londonlaw/site-packages/londonlaw/london-server.py
-
-# these binaries really don't need any manpage. gtk gui popping up instantly
-londonlaw: binary-without-manpage london-client
-londonlaw: binary-without-manpage london-server
diff --git a/debian/rules b/debian/rules
index 769a00b..b484169 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,4 @@ install/londonlaw::
 	install -p -D -m644 debian/overrides debian/$(cdbs_curpkg)/usr/share/lintian/overrides/londonlaw
 	install -p -D -m644 debian/londonlaw.desktop debian/$(cdbs_curpkg)/usr/share/applications/londonlaw.desktop
 	dh_link
+	dh_installman

-- 
Packaging for londonlaw



More information about the Pkg-games-commits mailing list