r9125 - in packages/trunk/geki2/debian: . patches

Gonéri Le Bouder goneri at alioth.debian.org
Sun Mar 15 01:36:27 UTC 2009


Author: goneri
Date: 2009-03-15 01:36:27 +0000 (Sun, 15 Mar 2009)
New Revision: 9125

Added:
   packages/trunk/geki2/debian/patches/098_no_bgm_mixup.diff
Modified:
   packages/trunk/geki2/debian/changelog
   packages/trunk/geki2/debian/control
   packages/trunk/geki2/debian/copyright
   packages/trunk/geki2/debian/geki2.6
   packages/trunk/geki2/debian/patches/series
   packages/trunk/geki2/debian/postinst
   packages/trunk/geki2/debian/postrm
   packages/trunk/geki2/debian/rules
Log:
* Apply William Steve Applegate patch to avoid garbled music (Closes: #495396)
* Standard Version 3.8.1                                                      
* Add 'set -e' in post{inst,rm}                                               
* Add the copyright notice                                                    
* Clean Quilt's .pc directory
* Add myself in uploader
* Fix the previous debian/changelog entry


Modified: packages/trunk/geki2/debian/changelog
===================================================================
--- packages/trunk/geki2/debian/changelog	2009-03-15 01:29:49 UTC (rev 9124)
+++ packages/trunk/geki2/debian/changelog	2009-03-15 01:36:27 UTC (rev 9125)
@@ -1,4 +1,4 @@
-geki2 (2.0.3-8) UNRELEASED; urgency=low
+geki2 (2.0.3-8) unstable; urgency=low
 
   [ Barry deFreese ]
   * Fix make distclean lintian warning
@@ -10,19 +10,26 @@
   [ Eddy Petrișor ]
   * fix Vcs-Svn URL to point to svn, not the incomplete ssh location
 
- -- Eddy Petrișor <eddy.petrisor at gmail.com>  Wed, 05 Mar 2008 02:01:32 +0200
+  [ Gonéri Le Bouder ]
+  * Apply William Steve Applegate patch to avoid garbled music (Closes: #495396)
+  * Standard Version 3.8.1
+  * Add 'set -e' in post{inst,rm}
+  * Add the copyright notice
+  * Clean Quilt's .pc directory
+  * Add myself in uploader
 
+  [ Jon Dowland ]
+  * update menu section to "Games/Action" for menu transition
+    (thanks Linas Žvirblis)
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun, 15 Mar 2009 02:00:47 +0100
+
 geki2 (2.0.3-7) unstable; urgency=low
 
-  [ Sam Hocevar (Debian packages) ]
   * Moved packaging to the Debian Games Team.
 
-  [ Jon Dowland ]
-  * update menu section to "Games/Action" for menu transition
-    (thanks Linas Žvirblis)
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sun, 14 May 2006 15:23:12 -0500
 
- -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 11:29:38 +0100
-
 geki2 (2.0.3-6) unstable; urgency=low
 
   * Use quilt for patch management.

Modified: packages/trunk/geki2/debian/control
===================================================================
--- packages/trunk/geki2/debian/control	2009-03-15 01:29:49 UTC (rev 9124)
+++ packages/trunk/geki2/debian/control	2009-03-15 01:36:27 UTC (rev 9125)
@@ -2,9 +2,9 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Gonéri Le Bouder <goneri at rulezlan.org>
 Build-Depends: debhelper (>= 5.0), quilt, libkxl0-dev (>= 1.1.7-8)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.1
 Homepage: http://kxl.orz.hm/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/geki2/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/geki2/?op=log

Modified: packages/trunk/geki2/debian/copyright
===================================================================
--- packages/trunk/geki2/debian/copyright	2009-03-15 01:29:49 UTC (rev 9124)
+++ packages/trunk/geki2/debian/copyright	2009-03-15 01:36:27 UTC (rev 9125)
@@ -4,6 +4,7 @@
 It was downloaded from http://kxl.hn.org/games.php
 
 Upstream Author: Katsuyoshi Sato <ml at kxl.hn.org>
+Copyright (C) 2001, Katsuyoshi Sato
 
   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the

Modified: packages/trunk/geki2/debian/geki2.6
===================================================================
--- packages/trunk/geki2/debian/geki2.6	2009-03-15 01:29:49 UTC (rev 9124)
+++ packages/trunk/geki2/debian/geki2.6	2009-03-15 01:36:27 UTC (rev 9125)
@@ -16,7 +16,7 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-Geki 2 \- a vertical shoot'em-up
+Geki2 - a vertical shoot'em-up
 .SH SYNOPSIS
 .B geki2
 [

Added: packages/trunk/geki2/debian/patches/098_no_bgm_mixup.diff
===================================================================
--- packages/trunk/geki2/debian/patches/098_no_bgm_mixup.diff	                        (rev 0)
+++ packages/trunk/geki2/debian/patches/098_no_bgm_mixup.diff	2009-03-15 01:36:27 UTC (rev 9125)
@@ -0,0 +1,12 @@
+--- geki2-2.0.3.orig/src/opening.c
++++ geki2-2.0.3/src/opening.c
+@@ -56,6 +56,9 @@
+   Uint16 i, j;
+   Uint8 buff[65];
+ 
++  /* stop all BGM playback */
++  KXL_PlaySound(0, KXL_SOUND_STOP_ALL);
++
+   /* title */
+   KXL_Rect rect = {AREA_LX, AREA_LY, DRAW_WIDTH, DRAW_HEIGHT};
+   KXL_ClearFrame(rect);

Modified: packages/trunk/geki2/debian/patches/series
===================================================================
--- packages/trunk/geki2/debian/patches/series	2009-03-15 01:29:49 UTC (rev 9124)
+++ packages/trunk/geki2/debian/patches/series	2009-03-15 01:36:27 UTC (rev 9125)
@@ -5,3 +5,4 @@
 020_score_path.diff -p1
 020_shot_keys.diff -p1
 020_game.diff -p1
+098_no_bgm_mixup.diff -p1

Modified: packages/trunk/geki2/debian/postinst
===================================================================
--- packages/trunk/geki2/debian/postinst	2009-03-15 01:29:49 UTC (rev 9124)
+++ packages/trunk/geki2/debian/postinst	2009-03-15 01:36:27 UTC (rev 9125)
@@ -1,5 +1,7 @@
 #! /bin/sh
 
+set -e
+
 PROG=/usr/games/geki2
 
 case "$1" in

Modified: packages/trunk/geki2/debian/postrm
===================================================================
--- packages/trunk/geki2/debian/postrm	2009-03-15 01:29:49 UTC (rev 9124)
+++ packages/trunk/geki2/debian/postrm	2009-03-15 01:36:27 UTC (rev 9125)
@@ -1,5 +1,7 @@
 #! /bin/sh
-                                                                                
+
+set -e
+
 case "$1" in
   purge|remove)
     if dpkg-statoverride --list /usr/games/geki2 >/dev/null; then

Modified: packages/trunk/geki2/debian/rules
===================================================================
--- packages/trunk/geki2/debian/rules	2009-03-15 01:29:49 UTC (rev 9124)
+++ packages/trunk/geki2/debian/rules	2009-03-15 01:36:27 UTC (rev 9125)
@@ -27,6 +27,7 @@
 	rm -f build-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	rm -rf .pc
 	dh_clean
 
 install: build




More information about the Pkg-games-commits mailing list