r6149 - in packages/trunk/airstrike/debian: . patches

Barry deFreese bddebian-guest at alioth.debian.org
Mon Mar 17 22:12:48 UTC 2008


Author: bddebian-guest
Date: 2008-03-17 22:12:48 +0000 (Mon, 17 Mar 2008)
New Revision: 6149

Modified:
   packages/trunk/airstrike/debian/changelog
   packages/trunk/airstrike/debian/control
   packages/trunk/airstrike/debian/copyright
   packages/trunk/airstrike/debian/menu
   packages/trunk/airstrike/debian/patches/series
Log:
  * Acknowledge NMUs.
  * Add myself to uploaders.
  * Move old source changes to patches.
    + fix_paths.diff - Fix paths in Makefile, config.h, and airstrike.c.
    + manpage.diff - Add .SH section to manpage.
  * fix-spawn-level.diff. (Closes: #470471).
    + Start planes at same height.
  * Fix copyright encoding to UTF-8.
  * Bump Standards Version to 3.7.3.
    + Menu policy transition.
Fix changelog to match what is in the archive.


Modified: packages/trunk/airstrike/debian/changelog
===================================================================
--- packages/trunk/airstrike/debian/changelog	2008-03-17 21:56:44 UTC (rev 6148)
+++ packages/trunk/airstrike/debian/changelog	2008-03-17 22:12:48 UTC (rev 6149)
@@ -1,17 +1,26 @@
-airstrike (0.99+1.0pre6a-3.3) UNRELEASED; urgency=low
+airstrike (0.99+1.0pre6a-4) UNRELEASED; urgency=low
 
+  [ Ansgar Burchardt ]
   * Remove deprecated Encoding key from .desktop file
   * debian/control: Change XS-Vcs-* to Vcs-*
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 29 Feb 2008 03:08:21 +0100
+  [ Arthur Loiret ]
+  * debian/copyright: pention the current maintainer is the Debian Game team.
 
-airstrike (0.99+1.0pre6a-3.2) unstable; urgency=low
+  [ Barry deFreese ]
+  * Acknowledge NMUs.
+  * Add myself to uploaders.
+  * Move old source changes to patches.
+    + fix_paths.diff - Fix paths in Makefile, config.h, and airstrike.c.
+    + manpage.diff - Add .SH section to manpage.
+  * fix-spawn-level.diff. (Closes: #470471).
+    + Start planes at same height.
+  * Fix copyright encoding to UTF-8.
+  * Bump Standards Version to 3.7.3.
+    + Menu policy transition.
 
-  * debian/control: Add XS-Vcs-Svn and XS-Vcs-Browser.
-  * debian/copyright: pention the current maintainer is the Debian Game team.
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 29 Feb 2008 03:08:21 +0100
 
- -- Arthur Loiret <arthur.loiret at gmail.com>  Thu, 11 Oct 2007 17:02:25 +0200
-
 airstrike (0.99+1.0pre6a-3.1) unstable; urgency=low
 
   * NMU with current maintainer's authorization.

Modified: packages/trunk/airstrike/debian/control
===================================================================
--- packages/trunk/airstrike/debian/control	2008-03-17 21:56:44 UTC (rev 6148)
+++ packages/trunk/airstrike/debian/control	2008-03-17 22:12:48 UTC (rev 6149)
@@ -2,9 +2,9 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Sven Velt <sven at velt.de>
+Uploaders: Sven Velt <sven at velt.de>, Barry deFreese <bddebian at comcast.net>
 Build-Depends: debhelper (>= 5), quilt (>= 0.40), libsdl-image1.2-dev, libsdl-mixer1.2-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/airstrike/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/airstrike/?op=log
 Homepage: http://icculus.org/airstrike/

Modified: packages/trunk/airstrike/debian/copyright
===================================================================
--- packages/trunk/airstrike/debian/copyright	2008-03-17 21:56:44 UTC (rev 6148)
+++ packages/trunk/airstrike/debian/copyright	2008-03-17 22:12:48 UTC (rev 6149)
@@ -5,10 +5,10 @@
 
 It was downloaded from http://icculus.org/airstrike/
 
-Upstream Authors: Ulf Ektröm, Peter Eismann, Eero Tamminen, Alessandro Giusti
+Upstream Authors: Ulf Ektröm, Peter Eismann, Eero Tamminen, Alessandro Giusti
                   Development-Mailinglist: airstrike at icculus.org
 
-Copyright (C) 2002 Ulf Ekström
+Copyright (C) 2002 Ulf Ekström
 
 License:
 

Modified: packages/trunk/airstrike/debian/menu
===================================================================
--- packages/trunk/airstrike/debian/menu	2008-03-17 21:56:44 UTC (rev 6148)
+++ packages/trunk/airstrike/debian/menu	2008-03-17 22:12:48 UTC (rev 6149)
@@ -1,2 +1,2 @@
-?package(airstrike):needs=X11 section=Games/Arcade\
+?package(airstrike):needs=X11 section=Games/Action\
   title="Airstrike" command="/usr/games/airstrike"

Modified: packages/trunk/airstrike/debian/patches/series
===================================================================
--- packages/trunk/airstrike/debian/patches/series	2008-03-17 21:56:44 UTC (rev 6148)
+++ packages/trunk/airstrike/debian/patches/series	2008-03-17 22:12:48 UTC (rev 6149)
@@ -1,3 +1,5 @@
+fix_paths.diff
+manpage.diff
 fix-buffer-overflow.diff
 fix-red-baron-has-unlimited-bombs.diff
 fix-segfault-on-close.diff
@@ -2 +4,2 @@
 fix-unusable-on-amd64.diff
+fix-spawn-level.diff




More information about the Pkg-games-commits mailing list