Author: baby-guest Date: 2007-08-26 20:59:15 +0000 (Sun, 26 Aug 2007) New Revision: 3876
Added: packages/trunk/tumiki-fighters/debian/tumiki-fighters-data.install packages/trunk/tumiki-fighters/debian/tumiki-fighters.6 packages/trunk/tumiki-fighters/debian/tumiki-fighters.desktop packages/trunk/tumiki-fighters/debian/tumiki-fighters.install Removed: packages/trunk/tumiki-fighters/debian/tukimi-fighters-data.install packages/trunk/tumiki-fighters/debian/tukimi-fighters.6 packages/trunk/tumiki-fighters/debian/tukimi-fighters.desktop packages/trunk/tumiki-fighters/debian/tukimi-fighters.install Modified: packages/trunk/tumiki-fighters/debian/changelog packages/trunk/tumiki-fighters/debian/control packages/trunk/tumiki-fighters/debian/menu packages/trunk/tumiki-fighters/debian/patches/directories.patch packages/trunk/tumiki-fighters/debian/rules Log: Renamed Modified: packages/trunk/tumiki-fighters/debian/changelog =================================================================== --- packages/trunk/tumiki-fighters/debian/changelog 2007-08-26 20:52:42 UTC (rev 3875) +++ packages/trunk/tumiki-fighters/debian/changelog 2007-08-26 20:59:15 UTC (rev 3876) @@ -1,4 +1,4 @@ -tukimi-fighters (0.2.dfsg1-1) unstable; urgency=low +tumiki-fighters (0.2.dfsg1-1) unstable; urgency=low * Initial release (Closes: #439713) Modified: packages/trunk/tumiki-fighters/debian/control =================================================================== --- packages/trunk/tumiki-fighters/debian/control 2007-08-26 20:52:42 UTC (rev 3875) +++ packages/trunk/tumiki-fighters/debian/control 2007-08-26 20:59:15 UTC (rev 3876) @@ -1,4 +1,4 @@ -Source: tukimi-fighters +Source: tumiki-fighters Section: games Priority: extra Maintainer: Debian Games Team <[EMAIL PROTECTED]> @@ -7,32 +7,32 @@ libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libsdl1.2-dev, libsdl-mixer1.2-dev Standards-Version: 3.7.2 -XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/tukimi-fighters/ -XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/tukimi-fighters/?op=log +XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/tumiki-fighters/ +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/tumiki-fighters/?op=log -Package: tukimi-fighters +Package: tumiki-fighters Architecture: any -Depends: tukimi-fighters-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: tumiki-fighters-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: sticky 2D shooter Tumiki Fighters brings a different twist to the side-scrolling shooter genre. With simple 3D graphics, the player has to control a ship and shoot down the enemies. The player can swoop in and attach the wreckage to its own hull for bonus points and protection from enemy attacks. . . - Tukimi Fighters is another gem among many by Kenta Cho. + Tumiki Fighters is another gem among many by Kenta Cho. . Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/tf_e.html -Package: tukimi-fighters-data +Package: tumiki-fighters-data Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: tukimi-fighters +Recommends: tumiki-fighters Description: sticky 2D shooter - game data Tumiki Fighters brings a different twist to the side-scrolling shooter genre. With simple 3D graphics, the player has to control a ship and shoot down the enemies. The player can swoop in and attach the wreckage to its own hull for bonus points and protection from enemy attacks. . . - This package includes the architecture-independent data for the game Tukimi Fighters. + This package includes the architecture-independent data for the game Tumiki Fighters. . Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/tf_e.html Modified: packages/trunk/tumiki-fighters/debian/menu =================================================================== --- packages/trunk/tumiki-fighters/debian/menu 2007-08-26 20:52:42 UTC (rev 3875) +++ packages/trunk/tumiki-fighters/debian/menu 2007-08-26 20:59:15 UTC (rev 3876) @@ -1,3 +1,3 @@ -?package(tukimi-fighters):needs="X11" section="Games/Action"\ - title="Tukimi Fighters" command="/usr/games/tukimi-fighters" \ - icon="/usr/share/pixmaps/tukimi-fighters.xpm" +?package(tumiki-fighters):needs="X11" section="Games/Action"\ + title="Tumiki Fighters" command="/usr/games/tumiki-fighters" \ + icon="/usr/share/pixmaps/tumiki-fighters.xpm" Modified: packages/trunk/tumiki-fighters/debian/patches/directories.patch =================================================================== --- packages/trunk/tumiki-fighters/debian/patches/directories.patch 2007-08-26 20:52:42 UTC (rev 3875) +++ packages/trunk/tumiki-fighters/debian/patches/directories.patch 2007-08-26 20:59:15 UTC (rev 3876) @@ -1,29 +1,29 @@ # Copyright (C) 2007 Miriam Ruiz <[EMAIL PROTECTED]> # Distributed under the same license as the game. See debian/copyright. -Index: tukimi-fighters-0.2.dfsg1/src/abagames/tf/barragemanager.d +Index: tumiki-fighters-0.2.dfsg1/src/abagames/tf/barragemanager.d =================================================================== ---- tukimi-fighters-0.2.dfsg1.orig/src/abagames/tf/barragemanager.d 2007-08-26 20:11:35.000000000 +0000 -+++ tukimi-fighters-0.2.dfsg1/src/abagames/tf/barragemanager.d 2007-08-26 20:12:04.000000000 +0000 +--- tumiki-fighters-0.2.dfsg1.orig/src/abagames/tf/barragemanager.d 2004-05-14 23:35:38.000000000 +0000 ++++ tumiki-fighters-0.2.dfsg1/src/abagames/tf/barragemanager.d 2007-08-26 20:55:53.000000000 +0000 @@ -18,7 +18,7 @@ public class BarrageManager { private: static BulletMLParserTinyXML *parser[char[]]; - static const char[] BARRAGE_DIR_NAME = "barrage"; -+ static const char[] BARRAGE_DIR_NAME = "/usr/share/games/tukimi-fighters/barrage"; ++ static const char[] BARRAGE_DIR_NAME = "/usr/share/games/tumiki-fighters/barrage"; public static void loadBulletMLs() { char[][] dirs = listdir(BARRAGE_DIR_NAME); -Index: tukimi-fighters-0.2.dfsg1/src/abagames/util/sdl/sound.d +Index: tumiki-fighters-0.2.dfsg1/src/abagames/util/sdl/sound.d =================================================================== ---- tukimi-fighters-0.2.dfsg1.orig/src/abagames/util/sdl/sound.d 2007-08-26 20:12:25.000000000 +0000 -+++ tukimi-fighters-0.2.dfsg1/src/abagames/util/sdl/sound.d 2007-08-26 20:12:51.000000000 +0000 +--- tumiki-fighters-0.2.dfsg1.orig/src/abagames/util/sdl/sound.d 2004-05-14 23:35:40.000000000 +0000 ++++ tumiki-fighters-0.2.dfsg1/src/abagames/util/sdl/sound.d 2007-08-26 20:55:53.000000000 +0000 @@ -62,7 +62,7 @@ public class Music: Sound { public: static int fadeOutSpeed = 1280; - static char[] dir = "sounds/"; -+ static char[] dir = "/usr/share/games/tukimi-fighters/sounds/"; ++ static char[] dir = "/usr/share/games/tumiki-fighters/sounds/"; private: Mix_Music* music; @@ -32,20 +32,20 @@ public class Chunk: Sound { public: - static char[] dir = "sounds/"; -+ static char[] dir = "/usr/share/games/tukimi-fighters/sounds/"; ++ static char[] dir = "/usr/share/games/tumiki-fighters/sounds/"; private: Mix_Chunk* chunk; int chunkChannel; -Index: tukimi-fighters-0.2.dfsg1/src/abagames/util/sdl/texture.d +Index: tumiki-fighters-0.2.dfsg1/src/abagames/util/sdl/texture.d =================================================================== ---- tukimi-fighters-0.2.dfsg1.orig/src/abagames/util/sdl/texture.d 2007-08-26 20:13:07.000000000 +0000 -+++ tukimi-fighters-0.2.dfsg1/src/abagames/util/sdl/texture.d 2007-08-26 20:13:26.000000000 +0000 +--- tumiki-fighters-0.2.dfsg1.orig/src/abagames/util/sdl/texture.d 2004-05-14 23:35:40.000000000 +0000 ++++ tumiki-fighters-0.2.dfsg1/src/abagames/util/sdl/texture.d 2007-08-26 20:55:53.000000000 +0000 @@ -15,7 +15,7 @@ */ public class Texture { public: - static char[] imagesDir = "images/"; -+ static char[] imagesDir = "/usr/share/games/tukimi-fighters/images/"; ++ static char[] imagesDir = "/usr/share/games/tumiki-fighters/images/"; private: GLuint num; Modified: packages/trunk/tumiki-fighters/debian/rules =================================================================== --- packages/trunk/tumiki-fighters/debian/rules 2007-08-26 20:52:42 UTC (rev 3875) +++ packages/trunk/tumiki-fighters/debian/rules 2007-08-26 20:59:15 UTC (rev 3876) @@ -71,7 +71,7 @@ rm tf/*.exe rm tf/lib/*.lib rm tf/resource/*.RES - tar cvfz ../tukimi-fighters_0.2.dfsg1.orig.tar.gz tf + tar cvfz ../tumiki-fighters_0.2.dfsg1.orig.tar.gz tf rm -rf tf0_2.zip tf binary: binary-indep binary-arch Deleted: packages/trunk/tumiki-fighters/debian/tukimi-fighters-data.install =================================================================== --- packages/trunk/tumiki-fighters/debian/tukimi-fighters-data.install 2007-08-26 20:52:42 UTC (rev 3875) +++ packages/trunk/tumiki-fighters/debian/tukimi-fighters-data.install 2007-08-26 20:59:15 UTC (rev 3876) @@ -1,3 +0,0 @@ -images usr/share/games/tukimi-fighters/ -sounds usr/share/games/tukimi-fighters/ -barrage usr/share/games/tukimi-fighters/ Deleted: packages/trunk/tumiki-fighters/debian/tukimi-fighters.6 =================================================================== --- packages/trunk/tumiki-fighters/debian/tukimi-fighters.6 2007-08-26 20:52:42 UTC (rev 3875) +++ packages/trunk/tumiki-fighters/debian/tukimi-fighters.6 2007-08-26 20:59:15 UTC (rev 3876) @@ -1,79 +0,0 @@ -.\" (c) 2007 Miriam Ruiz <[EMAIL PROTECTED]> -.\" (c) 2004 Kenta Cho <[EMAIL PROTECTED]> -.\" -.\" This document is free software; you can redistribute it and/or modify -.\" it under the terms of the GNU General Public License as published by -.\" the Free Software Foundation; either version 2 of the License, or -.\" (at your option) any later version. -.\" -.\" This package is distributed in the hope that it will be useful, -.\" but WITHOUT ANY WARRANTY; without even the implied warranty of -.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.\" GNU General Public License for more details. -.\" -.\" You should have received a copy of the GNU General Public License -.\" along with this package; if not, write to the Free Software -.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -.TH "Tukimi Fighters" "6" "" "" "" -.SH "NAME" -tukimi\-fighters \- sticky 2D shooter -.SH "DESCRIPTION" - -.SH "OPTIONS" -These options are available: -.TP -\fB\-brightness n\fR -Set the brightness of the screen.(n = 0 \- 100, default = 100) -.TP -\fB\-res x y\fR -Set ths screen resolution to (x, y). -.TP -\fB\-nosound\fR -Stop the sound. -.TP -\fB\-window\fR -Launch the game in a window. -.TP -\fB\-fullscreen\fR -Launch the game in fullscreen. -.TP -\fB\-reverse\fR -Reverse the shot key and the slow key. -.SH "USAGE" -How to play: -.TP -\fBMovement\fR -Arrow / Num / [WASD] / Joystick -.TP -\fBShot\fR -[Z][L\-Ctrl][.] / Trigger 1, 4, 5, 8 -.TP -\fBSlow/Pull in\fR -[X][L\-Alt][L\-Shift][/] / Trigger 2, 3, 6, 7 -.TP -\fBPause\fR -[P] -.P - -At the title screen, push a shot key to start the game. - -Control your ship and destroy enemies. -You can catch the enemy's broken piece. -Pieces are stuck to your ship and counterattack to enemies. -You can earn the bonus score by keeping many pieces stuck. -Stuck pieces are destroyed when they touch a enemy's bullet. - -While holding a slow key, the ship becomes slow and the ship direction is fixed. -Stuck pieces are pulled in and you can prevent a crash of them, but the bonus score reduces to one fifth. -Enemy's pieces are not stuck while holding this key. - -If you stick many pieces, enemies become more offensive and tend to fire more bullets. - -The ship is destroyed when it is hit by a bullet. -The body of the enemy has no collision damage. - -The ship extends at 200,000 and every 500,000 points. -.SH "SEE ALSO" -You can find more about the game on its homepage: http://www.asahi\-net.or.jp/~cs8k\-cyu/windows/tf_e.html -.SH "AUTHOR" -This game has been written by Kenta Cho <[EMAIL PROTECTED]> Deleted: packages/trunk/tumiki-fighters/debian/tukimi-fighters.desktop =================================================================== --- packages/trunk/tumiki-fighters/debian/tukimi-fighters.desktop 2007-08-26 20:52:42 UTC (rev 3875) +++ packages/trunk/tumiki-fighters/debian/tukimi-fighters.desktop 2007-08-26 20:59:15 UTC (rev 3876) @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=Application -Encoding=UTF-8 -Name=Tukimi Fighters -GenericName= -Comment=Kenta Cho's Tukimi Fighters -Icon=tukimi-fighters.xpm -Exec=/usr/games/tukimi-fighters -Terminal=false -Categories=Game;ArcadeGame; Deleted: packages/trunk/tumiki-fighters/debian/tukimi-fighters.install =================================================================== --- packages/trunk/tumiki-fighters/debian/tukimi-fighters.install 2007-08-26 20:52:42 UTC (rev 3875) +++ packages/trunk/tumiki-fighters/debian/tukimi-fighters.install 2007-08-26 20:59:15 UTC (rev 3876) @@ -1,3 +0,0 @@ -a7xpg usr/games/ -debian/*.xpm usr/share/pixmaps/ -debian/*.desktop usr/share/applications/ Copied: packages/trunk/tumiki-fighters/debian/tumiki-fighters-data.install (from rev 3875, packages/trunk/tumiki-fighters/debian/tukimi-fighters-data.install) =================================================================== --- packages/trunk/tumiki-fighters/debian/tumiki-fighters-data.install (rev 0) +++ packages/trunk/tumiki-fighters/debian/tumiki-fighters-data.install 2007-08-26 20:59:15 UTC (rev 3876) @@ -0,0 +1,3 @@ +images usr/share/games/tumiki-fighters/ +sounds usr/share/games/tumiki-fighters/ +barrage usr/share/games/tumiki-fighters/ Copied: packages/trunk/tumiki-fighters/debian/tumiki-fighters.6 (from rev 3875, packages/trunk/tumiki-fighters/debian/tukimi-fighters.6) =================================================================== --- packages/trunk/tumiki-fighters/debian/tumiki-fighters.6 (rev 0) +++ packages/trunk/tumiki-fighters/debian/tumiki-fighters.6 2007-08-26 20:59:15 UTC (rev 3876) @@ -0,0 +1,79 @@ +.\" (c) 2007 Miriam Ruiz <[EMAIL PROTECTED]> +.\" (c) 2004 Kenta Cho <[EMAIL PROTECTED]> +.\" +.\" This document is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This package is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this package; if not, write to the Free Software +.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +.TH "Tumiki Fighters" "6" "" "" "" +.SH "NAME" +tumiki\-fighters \- sticky 2D shooter +.SH "DESCRIPTION" + +.SH "OPTIONS" +These options are available: +.TP +\fB\-brightness n\fR +Set the brightness of the screen.(n = 0 \- 100, default = 100) +.TP +\fB\-res x y\fR +Set ths screen resolution to (x, y). +.TP +\fB\-nosound\fR +Stop the sound. +.TP +\fB\-window\fR +Launch the game in a window. +.TP +\fB\-fullscreen\fR +Launch the game in fullscreen. +.TP +\fB\-reverse\fR +Reverse the shot key and the slow key. +.SH "USAGE" +How to play: +.TP +\fBMovement\fR +Arrow / Num / [WASD] / Joystick +.TP +\fBShot\fR +[Z][L\-Ctrl][.] / Trigger 1, 4, 5, 8 +.TP +\fBSlow/Pull in\fR +[X][L\-Alt][L\-Shift][/] / Trigger 2, 3, 6, 7 +.TP +\fBPause\fR +[P] +.P + +At the title screen, push a shot key to start the game. + +Control your ship and destroy enemies. +You can catch the enemy's broken piece. +Pieces are stuck to your ship and counterattack to enemies. +You can earn the bonus score by keeping many pieces stuck. +Stuck pieces are destroyed when they touch a enemy's bullet. + +While holding a slow key, the ship becomes slow and the ship direction is fixed. +Stuck pieces are pulled in and you can prevent a crash of them, but the bonus score reduces to one fifth. +Enemy's pieces are not stuck while holding this key. + +If you stick many pieces, enemies become more offensive and tend to fire more bullets. + +The ship is destroyed when it is hit by a bullet. +The body of the enemy has no collision damage. + +The ship extends at 200,000 and every 500,000 points. +.SH "SEE ALSO" +You can find more about the game on its homepage: http://www.asahi\-net.or.jp/~cs8k\-cyu/windows/tf_e.html +.SH "AUTHOR" +This game has been written by Kenta Cho <[EMAIL PROTECTED]> Copied: packages/trunk/tumiki-fighters/debian/tumiki-fighters.desktop (from rev 3875, packages/trunk/tumiki-fighters/debian/tukimi-fighters.desktop) =================================================================== --- packages/trunk/tumiki-fighters/debian/tumiki-fighters.desktop (rev 0) +++ packages/trunk/tumiki-fighters/debian/tumiki-fighters.desktop 2007-08-26 20:59:15 UTC (rev 3876) @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=Tumiki Fighters +GenericName= +Comment=Kenta Cho's Tumiki Fighters +Icon=tumiki-fighters.xpm +Exec=/usr/games/tumiki-fighters +Terminal=false +Categories=Game;ArcadeGame; Copied: packages/trunk/tumiki-fighters/debian/tumiki-fighters.install (from rev 3875, packages/trunk/tumiki-fighters/debian/tukimi-fighters.install) =================================================================== --- packages/trunk/tumiki-fighters/debian/tumiki-fighters.install (rev 0) +++ packages/trunk/tumiki-fighters/debian/tumiki-fighters.install 2007-08-26 20:59:15 UTC (rev 3876) @@ -0,0 +1,3 @@ +a7xpg usr/games/ +debian/*.xpm usr/share/pixmaps/ +debian/*.desktop usr/share/applications/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

