This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lordsawar.
commit 332ad581cf78d42b8f9c9d4d28f7f624cb84a0da Author: Barry deFreese <[email protected]> Date: Sat Dec 20 19:07:57 2008 +0000 * New upstream release. * Move 0.0.8-2.1 changelog entry to correct point in changelog. * Make lordsawar-data suggest lordsawar. * Update my e-mail address. * Add build-depends on intltool, uuid-dev, and libboost-dev. * Don't install locales since there are no translations currently. * Add simple man page for new lordsawar-pbm binary. --- debian/changelog | 11 ++++++++--- debian/control | 4 ++-- debian/lordsawar-data.install | 2 +- debian/lordsawar-pbm.6 | 46 +++++++++++++++++++++++++++++++++++++++++++ debian/lordsawar.manpages | 1 + 5 files changed, 58 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index cf8d148..de2e2e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ -lordsawar (0.1.0-2) UNRELEASED; urgency=low +lordsawar (0.1.4-1) unstable; urgency=low - * NOT RELEASED YET + [ Barry deFreese ] + * New upstream release. * Move 0.0.8-2.1 changelog entry to correct point in changelog. * Make lordsawar-data suggest lordsawar. + * Update my e-mail address. + * Add build-depends on intltool, uuid-dev, and libboost-dev. + * Don't install locales since there are no translations currently. + * Add simple man page for new lordsawar-pbm binary. - -- Barry deFreese <[email protected]> Thu, 24 Jul 2008 12:56:39 -0400 + -- Barry deFreese <[email protected]> Sat, 20 Dec 2008 13:52:12 -0500 lordsawar (0.1.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 3fc4c04..0663d1f 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: lordsawar Section: games Priority: extra Maintainer: Debian Games Team <[email protected]> -Uploaders: Barry deFreese <[email protected]>, Alexander Schmehl <[email protected]> -Build-Depends: debhelper (>= 5), autotools-dev, libgtkmm-2.4-dev, libgtkmm-2.4-1c2a, libglademm-2.4-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libggz-dev, libggzdmod-dev, libggzmod-dev, quilt, libgnet-dev +Uploaders: Barry deFreese <[email protected]>, Alexander Schmehl <[email protected]> +Build-Depends: debhelper (>= 5), autotools-dev, libgtkmm-2.4-dev, libgtkmm-2.4-1c2a, libglademm-2.4-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libggz-dev, libggzdmod-dev, libggzmod-dev, quilt, libgnet-dev, intltool, uuid-dev, libboost-dev Standards-Version: 3.8.0 Homepage: http://www.lordsawar.com Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/lordsawar/ diff --git a/debian/lordsawar-data.install b/debian/lordsawar-data.install index 483657e..01641b4 100644 --- a/debian/lordsawar-data.install +++ b/debian/lordsawar-data.install @@ -1,2 +1,2 @@ debian/tmp/usr/share/games/lordsawar/* usr/share/games/lordsawar/ -debian/tmp/usr/share/games/locale/* usr/share/locale/ +#debian/tmp/usr/share/games/locale/* usr/share/locale/ diff --git a/debian/lordsawar-pbm.6 b/debian/lordsawar-pbm.6 new file mode 100644 index 0000000..8454d4d --- /dev/null +++ b/debian/lordsawar-pbm.6 @@ -0,0 +1,46 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH LORDSAWAR 6 "September 28, 2007" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +lordsawar-pbm \- Play LordsAWar via e-mail. +.SH SYNOPSIS +.B lordsawar-pbm +.I save-game-file turn-file + +.SH DESCRIPTION +This manual page documents briefly the +.B lordsawar-pbm +command. +This manual page was written for the Debian/Ubuntu distributions +because the original program does not include them. +.PP +.\" TeX users may be more comfortable with the \fB<whatever>\fP and +.\" \fI<whatever>\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBlordsawar-pbm\fP e-mails the save game file and turn file to the +opposing player. + +.SH USAGE +lordsawar-pbm save-game-file turn-file +.SH SEE ALSO +\fBlordsawar(6)\fP - LordsAWar game executable. +\fBlordsawar-editor(6)\fP - Create/edit maps for LordsAWar +\fBlordsawar-army-editor(6)\fP - Create/edit armies for LordsAWar +.SH AUTHOR +lordsawar-pbm was written by Ben Asselstine. +.PP +This manual page was written by Barry deFreese <[email protected]>. diff --git a/debian/lordsawar.manpages b/debian/lordsawar.manpages index 389a88f..c9a5c13 100644 --- a/debian/lordsawar.manpages +++ b/debian/lordsawar.manpages @@ -3,3 +3,4 @@ debian/lordsawar-editor.6 debian/lordsawar-army-editor.6 debian/lordsawar-tile-editor.6 debian/lordsawar_server.6 +debian/lordsawar-pbm.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lordsawar.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

