r4481 - packages/trunk/monsterz/debian

Barry deFreese bddebian-guest at alioth.debian.org
Sat Oct 27 21:39:03 UTC 2007


Author: bddebian-guest
Date: 2007-10-27 21:39:02 +0000 (Sat, 27 Oct 2007)
New Revision: 4481

Added:
   packages/trunk/monsterz/debian/monsterz.1
   packages/trunk/monsterz/debian/watch
Modified:
   packages/trunk/monsterz/debian/changelog
   packages/trunk/monsterz/debian/control
   packages/trunk/monsterz/debian/rules
Log:
Add manpage and watch file.  Make clean not ignore errors.  Remove short 
desc from long desc


Modified: packages/trunk/monsterz/debian/changelog
===================================================================
--- packages/trunk/monsterz/debian/changelog	2007-10-27 21:15:56 UTC (rev 4480)
+++ packages/trunk/monsterz/debian/changelog	2007-10-27 21:39:02 UTC (rev 4481)
@@ -6,6 +6,11 @@
   [ Cyril Brulebois ]
   * Adjusted XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
+  [ Barry deFreese ]
+  * Add simple man page
+  * Remove short description from long description
+  * Make distclean not ignore errors
+
  -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Wed, 11 Jul 2007 11:06:35 +0300
 
 monsterz (0.7.0-2) unstable; urgency=low

Modified: packages/trunk/monsterz/debian/control
===================================================================
--- packages/trunk/monsterz/debian/control	2007-10-27 21:15:56 UTC (rev 4480)
+++ packages/trunk/monsterz/debian/control	2007-10-27 21:39:02 UTC (rev 4481)
@@ -12,8 +12,8 @@
 Architecture: any
 Depends: monsterz-data, ${shlibs:Depends}, ${misc:Depends}
 Description: arcade puzzle game
- Monsterz is an arcade puzzle game, similar to the Bejeweled, Zookeeper
- or Zooo games. The goal is to swap adjacent tiles to create alignments,
+ Monsterz is similar to the Bejeweled, Zookeeper or Zooo games.
+ The goal is to swap adjacent tiles to create alignments,
  causing chain reactions to earn more points.
 
 Package: monsterz-data

Added: packages/trunk/monsterz/debian/monsterz.1
===================================================================
--- packages/trunk/monsterz/debian/monsterz.1	                        (rev 0)
+++ packages/trunk/monsterz/debian/monsterz.1	2007-10-27 21:39:02 UTC (rev 4481)
@@ -0,0 +1,53 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH MONSTERZ "1" "October 2007" "monsterz 0.7.0" "User Commands"
+.SH NAME
+monsterz \- manual page for monsterz 0.7.0
+.SH SYNOPSIS
+.B monsterz
+[\fIOPTION\fR]...
+.SH DESCRIPTION
+Options
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+display this help and exit
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+display version information and exit
+.TP
+\fB\-f\fR, \fB\-\-fullscreen\fR
+start in full screen mode
+.TP
+\fB\-m\fR, \fB\-\-nomusic\fR
+disable music
+.TP
+\fB\-s\fR, \fB\-\-nosfx\fR
+disable sound effects
+.TP
+\fB\-\-outfd\fR <fd>
+output scores to file descriptor <fd>
+.TP
+\fB\-\-data\fR <dir>
+set alternate data directory to <dir>
+.HP
+\fB\-\-score\fR <file> set score file to <file>
+.SH AUTHOR
+Written by Sam Hocevar, music by MenTaLguY, sound effects by Sun Microsystems,
+Inc., Michael Speck, David White and the Battle for Wesnoth project, Mike
+Kershaw and Sam Hocevar.
+.SH "REPORTING BUGS"
+Report bugs or suggestions to <sam at zoy.org>.
+.SH COPYRIGHT
+Copyright \(co 2005, 2006 Sam Hocevar <sam at zoy.org>
+          (C) 1998 MenTaLguY <mental at rydia.net>
+          (C) 2002, 2005 Sun Microsystems, Inc.
+          (C) Michael Speck <kulkanie at gmx.net>
+          (C) 2003 by David White <davidnwhite at optusnet.com.au> and the
+              Battle for Wesnoth project
+          (C) Mike Kershaw <dragorn at kismetwireless.net>
+This program is free software; you can redistribute it and/or modify it under
+the terms of the Do What The Fuck You Want To Public License, Version 2, as
+published by Sam Hocevar. See http://sam.zoy.org/wtfpl/ for more details.
+The sound effects are released under their own licences: applause.wav and
+pop.wav are covered by the LGPL, the others are covered by the GPL.
+.SH "SEE ALSO"
+The in-game help option.

Modified: packages/trunk/monsterz/debian/rules
===================================================================
--- packages/trunk/monsterz/debian/rules	2007-10-27 21:15:56 UTC (rev 4480)
+++ packages/trunk/monsterz/debian/rules	2007-10-27 21:39:02 UTC (rev 4481)
@@ -14,7 +14,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 install: build
@@ -37,7 +37,7 @@
 	dh_installexamples -i
 	dh_installmenu -i
 	dh_installcron -i
-	dh_installman -i
+	dh_installman -i debian/monsterz.1
 	dh_installinfo -i
 	dh_installchangelogs -i
 	dh_link -i

Added: packages/trunk/monsterz/debian/watch
===================================================================
--- packages/trunk/monsterz/debian/watch	                        (rev 0)
+++ packages/trunk/monsterz/debian/watch	2007-10-27 21:39:02 UTC (rev 4481)
@@ -0,0 +1,3 @@
+version=3
+
+http://sam.zoy.org/monsterz/monsterz-(.*)\.tar\.gz




More information about the Pkg-games-commits mailing list