r8742 - packages/trunk/alienblaster/debian

Barry deFreese bdefreese at alioth.debian.org
Fri Feb 6 16:20:11 UTC 2009


Author: bdefreese
Date: 2009-02-06 16:20:11 +0000 (Fri, 06 Feb 2009)
New Revision: 8742

Added:
   packages/trunk/alienblaster/debian/alienblaster.6
   packages/trunk/alienblaster/debian/alienblaster.desktop
Modified:
   packages/trunk/alienblaster/debian/changelog
   packages/trunk/alienblaster/debian/control
   packages/trunk/alienblaster/debian/rules
Log:
  * Add myself to uploaders.
  * Install simple man page. (Closes: #490232).
    + Thanks to Mike Ayers for the man page!
  * Add and install desktop file. (Closes: #502621).
    + Add dh_desktop call.
  * Bump Standards Version to 3.8.0. (No changes needed).


Added: packages/trunk/alienblaster/debian/alienblaster.6
===================================================================
--- packages/trunk/alienblaster/debian/alienblaster.6	                        (rev 0)
+++ packages/trunk/alienblaster/debian/alienblaster.6	2009-02-06 16:20:11 UTC (rev 8742)
@@ -0,0 +1,45 @@
+.\" In .TH, FOO should be all caps, SECTION should be 1-8, maybe w/ 
+subsection
+.\" other parms are allowed: see man(7), man(1)
+.\"
+.\" This template provided by Tom Christiansen <tchrist at jhereg.perl.com>.
+.\"
+.TH ALIENBLASTER 6 "July 10, 2008"
+.SH NAME
+alienblaster
+.SH SYNOPSIS
+Alienblaster is an action-loaded 2D arcade shooter game.
+It can be played in a 1-Player, 2-Player or Arcade mode.
+.SH DESCRIPTION
+.\" Putting a newline after each sentence can generate better output.
+Your mission is simple: stop the invasion of the aliens and blast them!
+.SH OPTIONS  (Important Keys)
+.B F1
+- Configure Keys
+
+.B F5
+- Full Screen
+
+.B F6
+- Display Enemy Stats
+
+.B F7
+- Toggle Music
+
+.B F10
+- Pause Game
+.SH AUTHOR
+Arne Hormann
+
+Daniel Kuhn
+
+Paul Grathwohl
+
+Sonke Scwardt
+.SH DEBIAN MAINTAINER
+Debian Games Team
+.SH AlienBlaster Homepage
+http://www.schwardtnet.de/alienblaster/
+.SH LICENCE  
+GNU GENERAL PUBLIC LICENSE
+Version 2, June 1991

Added: packages/trunk/alienblaster/debian/alienblaster.desktop
===================================================================
--- packages/trunk/alienblaster/debian/alienblaster.desktop	                        (rev 0)
+++ packages/trunk/alienblaster/debian/alienblaster.desktop	2009-02-06 16:20:11 UTC (rev 8742)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=AlienBlaster
+GenericName=2D Action Shooter
+Comment=Blast the invading aliens
+Type=Application
+Exec=alienblaster
+Icon=alienblaster
+Terminal=false
+Categories=Game;ActionGame;
+

Modified: packages/trunk/alienblaster/debian/changelog
===================================================================
--- packages/trunk/alienblaster/debian/changelog	2009-02-06 16:04:56 UTC (rev 8741)
+++ packages/trunk/alienblaster/debian/changelog	2009-02-06 16:20:11 UTC (rev 8742)
@@ -1,9 +1,18 @@
 alienblaster (1.1.0-3) UNRELEASED; urgency=low
 
+  [ Ansgar Burchardt ]
   * debian/control: Add Homepage field
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 29 May 2008 19:44:42 +0200
+  [ Barry deFreese ]
+  * Add myself to uploaders.
+  * Install simple man page. (Closes: #490232).
+    + Thanks to Mike Ayers for the man page!
+  * Add and install desktop file. (Closes: #502621).
+    + Add dh_desktop call.
+  * Bump Standards Version to 3.8.0. (No changes needed).
 
+ -- Barry deFreese <bdefreese at debian.org>  Fri, 06 Feb 2009 10:55:38 -0500
+
 alienblaster (1.1.0-2) unstable; urgency=low
 
   [ Barry deFreese ]

Modified: packages/trunk/alienblaster/debian/control
===================================================================
--- packages/trunk/alienblaster/debian/control	2009-02-06 16:04:56 UTC (rev 8741)
+++ packages/trunk/alienblaster/debian/control	2009-02-06 16:20:11 UTC (rev 8742)
@@ -2,9 +2,9 @@
 Section: games
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Moritz Muehlenhoff <jmm at debian.org>
+Uploaders: Moritz Muehlenhoff <jmm at debian.org>, Barry deFreese <bdefreese at debian.org>
 Build-Depends: debhelper (>= 5), libsdl1.2-dev, libsdl-mixer1.2-dev, quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://www.schwardtnet.de/alienblaster/
 DM-Upload-Allowed: yes
 
@@ -31,5 +31,4 @@
  It supports both a single player mode and a cooperative two player mode
  for two persons playing on one computer.
  .
- This package provides the architecture-independant game media. 
-
+ This package provides the architecture-independant game media.

Modified: packages/trunk/alienblaster/debian/rules
===================================================================
--- packages/trunk/alienblaster/debian/rules	2009-02-06 16:04:56 UTC (rev 8741)
+++ packages/trunk/alienblaster/debian/rules	2009-02-06 16:20:11 UTC (rev 8742)
@@ -69,7 +69,9 @@
 	dh_clean -k -s 
 
 	mkdir -p ./debian/alienblaster/usr/games
+	mkdir -p ./debian/alienblaster/usr/share/applications
 	cp ./alienblaster ./debian/alienblaster/usr/games
+	cp ./debian/alienblaster.desktop ./debian/alienblaster/usr/share/applications
 
 	dh_install -s
 # Must not depend on anything. This is to be called by
@@ -82,7 +84,8 @@
 	dh_installdocs
 	dh_installexamples
 	dh_installmenu
-	dh_installman
+	dh_installman debian/alienblaster.6
+	dh_desktop
 	dh_link
 	dh_strip
 	dh_compress 




More information about the Pkg-games-commits mailing list