This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository lordsawar.
commit 3abcb5e5e1107485096fdfc54d5cea780392aa51 Author: Barry deFreese <[email protected]> Date: Mon Oct 29 19:41:29 2007 +0000 * New upstream release * Fix desktop files (files were reversed) * Add desktop file and simple manpage for new binary * lordsawar-army-editor --- debian/changelog | 11 ++++++++- debian/lordsawar-army-editor.1 | 43 ++++++++++++++++++++++++++++++++++++ debian/lordsawar-army-editor.desktop | 12 ++++++++++ debian/lordsawar-editor.desktop | 8 +++---- debian/lordsawar.desktop | 8 +++---- debian/lordsawar.manpages | 1 + 6 files changed, 74 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0ed3aed..2cced7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,13 @@ -lordsawar (0.0.3-1) UNRELEASED; urgency=low +lordsawar (0.0.4-1) unstable; urgency=low + + * New upstream release + * Fix desktop files (files were reversed) + * Add desktop file and simple manpage for new binary + * lordsawar-army-editor + + -- Barry deFreese <[email protected]> Mon, 29 Oct 2007 15:38:06 -0400 + +lordsawar (0.0.3-1) unstable; urgency=low * Initial release * Add simple man pages for executables diff --git a/debian/lordsawar-army-editor.1 b/debian/lordsawar-army-editor.1 new file mode 100644 index 0000000..0beb62e --- /dev/null +++ b/debian/lordsawar-army-editor.1 @@ -0,0 +1,43 @@ +.\" 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 1 "October 29, 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-army-editor \- Create and edit LordsAWar armies. +.SH SYNOPSIS +.B lordsawar-army-editor +.I <no_options> + +.SH DESCRIPTION +This manual page documents briefly the +.B lordsawar-army-editor +command. +This manual page was written for the Debian/Ubuntu distributions +because the original program does not include them. +Please see the in-game help menu instead. +.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-army-editor\fP is a program for creating and editing LordsAWar armies. +.SH SEE ALSO +\fBlordsawar\fP - LordsAWar game executable. + +\fBlordsawar_server\fP - Start a LordsAWar server. Currently broken. +.SH AUTHOR +lordsawar-army-editor was written by Ben Asselstine. +.PP +This manual page was written by Barry deFreese <[email protected]>. diff --git a/debian/lordsawar-army-editor.desktop b/debian/lordsawar-army-editor.desktop new file mode 100644 index 0000000..b65eba6 --- /dev/null +++ b/debian/lordsawar-army-editor.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] + +Name=LordsAWar Army Editor +GenericName=lordsawar-army-editor +Comment=Create or Edit LordsAWar armies + +Type=Application +Exec=lordsawar-army-editor +Icon=lordsawar +Terminal=false +Categories=Game;StrategyGame; + diff --git a/debian/lordsawar-editor.desktop b/debian/lordsawar-editor.desktop index 947a48a..cb25c53 100644 --- a/debian/lordsawar-editor.desktop +++ b/debian/lordsawar-editor.desktop @@ -1,11 +1,11 @@ [Desktop Entry] -Name=LordsAWar -GenericName=Turn-based strategy game -Comment=Play a clone of Warlords II +Name=LordsAWar Editor +GenericName=lordsawar-editor +Comment=Create or Edit LordsAWar maps Type=Application -Exec=lordsawar +Exec=lordsawar-editor Icon=lordsawar Terminal=false Categories=Game;StrategyGame; diff --git a/debian/lordsawar.desktop b/debian/lordsawar.desktop index ce0a3ac..947a48a 100644 --- a/debian/lordsawar.desktop +++ b/debian/lordsawar.desktop @@ -1,11 +1,11 @@ [Desktop Entry] -Name=LordsAWar Editor -GenericName=LordsAWar Editor -Comment=Create or Edit LordsAWar maps +Name=LordsAWar +GenericName=Turn-based strategy game +Comment=Play a clone of Warlords II Type=Application -Exec=lordsawar-editor +Exec=lordsawar Icon=lordsawar Terminal=false Categories=Game;StrategyGame; diff --git a/debian/lordsawar.manpages b/debian/lordsawar.manpages index 3d7c36a..e34b98c 100644 --- a/debian/lordsawar.manpages +++ b/debian/lordsawar.manpages @@ -1,3 +1,4 @@ debian/lordsawar.1 debian/lordsawar-editor.1 +debian/lordsawar-army-editor.1 debian/lordsawar_server.1 -- 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

