Author: miriam Date: 2009-05-10 19:05:36 +0000 (Sun, 10 May 2009) New Revision: 9696
Added: packages/trunk/peg-e/debian/peg-e.6 Removed: packages/trunk/peg-e/debian/README.Debian Modified: packages/trunk/peg-e/debian/control packages/trunk/peg-e/debian/rules Log: Added man page Deleted: packages/trunk/peg-e/debian/README.Debian =================================================================== --- packages/trunk/peg-e/debian/README.Debian 2009-05-10 18:58:42 UTC (rev 9695) +++ packages/trunk/peg-e/debian/README.Debian 2009-05-10 19:05:36 UTC (rev 9696) @@ -1,6 +0,0 @@ -peg-e for Debian ----------------- - -<possible notes regarding this package - if none, delete this file> - - -- Miriam Ruiz <[email protected]> Tue, 27 Jan 2009 13:28:40 +0000 Modified: packages/trunk/peg-e/debian/control =================================================================== --- packages/trunk/peg-e/debian/control 2009-05-10 18:58:42 UTC (rev 9695) +++ packages/trunk/peg-e/debian/control 2009-05-10 19:05:36 UTC (rev 9696) @@ -4,7 +4,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]> Build-Depends: debhelper (>= 7), dh-buildinfo, - qt4-qmake, libqt4-dev + qt4-qmake, libqt4-dev (>= 4.4) Standards-Version: 3.8.1 Homepage: http://gottcode.org/peg-e/ Added: packages/trunk/peg-e/debian/peg-e.6 =================================================================== --- packages/trunk/peg-e/debian/peg-e.6 (rev 0) +++ packages/trunk/peg-e/debian/peg-e.6 2009-05-10 19:05:36 UTC (rev 9696) @@ -0,0 +1,14 @@ +.TH "Peg-E" "6" "" "" "" +.SH "NAME" +peg\-e \- peg elimination solitaire game +.SH "SYNOPSIS" +.B peg\-e +.SH "DESCRIPTION" +Peg\-E is a peg solitaire game in which you jump over pieces in order to remove them from the board, ultimately trying to eliminate all but one. The boards are randomly generated, with 100 levels of difficulty. The game auto\-saves, and has undo\-redo capability. Pieces can move horizontally, vertically, and diagonally. +.SH "SEE ALSO" +You can find more about the game on its homepage: http://gottcode.org/peg\-e/ +.SH "AUTHOR" +This game has been written by Graeme Gott <[email protected]> +.PP +This manual page was written by Miriam Ruiz <[email protected]>, +for the Debian project (and may be used by others). Modified: packages/trunk/peg-e/debian/rules =================================================================== --- packages/trunk/peg-e/debian/rules 2009-05-10 18:58:42 UTC (rev 9695) +++ packages/trunk/peg-e/debian/rules 2009-05-10 19:05:36 UTC (rev 9696) @@ -55,7 +55,7 @@ # dh_installinit # dh_installcron # dh_installinfo - dh_installman + dh_installman debian/peg-e.6 dh_link dh_strip dh_compress _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

