debian/0000755000000000000000000000000012112440775007171 5ustar debian/control0000644000000000000000000000153112112440775010574 0ustar Source: triplane Section: games Priority: optional Maintainer: Debian Games Team Uploaders: Timo Juhani Lindfors Build-Depends: debhelper (>= 7.0.50~), libsdl-mixer1.2-dev, libsdl1.2-dev Standards-Version: 3.9.4 Homepage: http://triplane.sourceforge.net/ Vcs-Git: git://git.debian.org/pkg-games/triplane.git Vcs-Browser: http://git.debian.org/?p=pkg-games/triplane.git;a=summary Package: triplane Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: side-scrolling dogfighting game Triplane Classic is a side-scrolling dogfighting game featuring solo missions and multiplayer mode with up to four players. It is a port of the original Triplane Turmoil game for DOS and aims to match the original game exactly so that high scores remain comparable to the original. debian/source/0000755000000000000000000000000012112440742010463 5ustar debian/source/format0000644000000000000000000000001412112440742011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212112440742010361 0ustar 7 debian/rules0000755000000000000000000000076512112440742010253 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: make depend -- PREFIX=/usr dh_auto_build -- PREFIX=/usr override_dh_auto_install: dh_auto_install -- PREFIX=/usr DESTDIR=$(CURDIR)/debian/triplane mkdir -p $(CURDIR)/debian/triplane/usr/share/applications install -m 644 debian/triplane.desktop $(CURDIR)/debian/triplane/usr/share/applications mkdir -p $(CURDIR)/debian/triplane/usr/share/pixmaps install -m 644 data/application_icon/triplane.xpm $(CURDIR)/debian/triplane/usr/share/pixmaps debian/watch0000644000000000000000000000007012112440742010211 0ustar version=3 http://sf.net/triplane/triplane-(.*)\.tar\.gz debian/copyright0000644000000000000000000000205712112440742011122 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Source: http://sourceforge.net/projects/triplane/files/ Files: * Copyright: 1996, 1997, 2009, 2010, 2011 Dodekaedron Software Creations Oy License: GPL-3+ Files: debian/* Copyright: 2011 Timo Juhani Lindfors License: GPL-3+ License: GPL-3+ 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 Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program 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 program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/changelog0000644000000000000000000000123012112440771011033 0ustar triplane (1.0.8-1) unstable; urgency=low * New upstream release (Closes: #693037, #693038). * Fix icon name in .desktop file (Closes: #693036). * Bump standards-version to 3.9.4, no changes needed. -- Timo Juhani Lindfors Sun, 24 Feb 2013 14:56:14 +0000 triplane (1.0.7-1) unstable; urgency=low * New upstream release - Ensure that all .pgd files can be rebuilt from .pcx files -- Timo Juhani Lindfors Tue, 30 Aug 2011 21:11:28 +0000 triplane (1.0.6-1) unstable; urgency=low * Initial release (Closes: #628797) -- Timo Juhani Lindfors Sat, 04 Jun 2011 01:05:46 +0300 debian/triplane.desktop0000644000000000000000000000031312112440742012371 0ustar [Desktop Entry] Name=Triplane Classic Comment=side-scrolling dogfighting game Exec=triplane -nofullscreen -2 Icon=triplane StartupNotify=false Terminal=false Type=Application Categories=Game;ArcadeGame; debian/triplane.menu0000644000000000000000000000026012112440742011665 0ustar ?package(triplane):needs="X11" section="Games/Action"\ icon32x32="/usr/share/pixmaps/triplane.xpm"\ title="Triplane Classic" command="/usr/games/triplane -nofullscreen -2"