debian/0000775000000000000000000000000011673727370007205 5ustar debian/copyright0000664000000000000000000000174411670155163011136 0ustar This package was debianized by Stefan Potyra on Fri, 17 Feb 2006 00:16:05 +0100. It was downloaded from http://www.positro.net/trigger/#downloads Copyright (C) 2004-2006 Jasmine Langridge and Richard Langridge. License: Trigger is released under the GPL (see gpl.txt in source package, or http://www.gnu.org/licenses/gpl.txt ). NO WARRANTY WHATSOEVER. -- 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, version 2 of the License. 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. On Debian systems, the complete text of the GNU General Public License (version 2) can be found in `/usr/share/common-licenses/GPL-2'. debian/dirs0000664000000000000000000000004411670155163010057 0ustar /usr/share/games/trigger-rally /etc debian/compat0000664000000000000000000000000211670155163010373 0ustar 5 debian/changelog0000664000000000000000000000424411673727370011063 0ustar trigger-rally-data (0.6.0-1ubuntu1) precise; urgency=low * Add pre-depends against dpkg (>= 1.15.6) to ensure a safe upgrade path from Lucid LTS. Thanks to Micah Gersten for pointing that out. This change can be dropped after the precise release. -- Stefan Potyra Mon, 19 Dec 2011 22:37:51 +0100 trigger-rally-data (0.6.0-1) unstable; urgency=low * Team upload. [ Stefan Potyra ] * New upstream release. * debian/source/format: Switch to 3.0 (quilt) to make use of the upstream .tar.bz2 as is. * debian/control: + Add DM-Upload-Allowed: yes. + Add ${misc:Depends}. + Bump Standards-Version to 3.9.2 (no changes needed). * debian/rules: + Make some level data files non-executable. + add build-arch and build-indep targets, that do not get anything done, as there is nothing to be built. + select xz as compression algorithm as this gives the best results. + provide a compatibility link to work (at least somewhat) with trigger-rally, version 0.5.2.1-2+b1. * debian/TODO.debian: Removed. Doesn't match actual state. -- Bruno "Fuddl" Kleinert Thu, 08 Dec 2011 16:52:32 +0100 trigger-rally-data (0.5.2-2) unstable; urgency=low [ Stefan Potyra ] * Move trigger.config.defs to /etc, since it's a config file. * debian/rules: don't install crap.obj, not needed. * debian/rules: cleanup * debian/control: bump standards-version. [ Gonéri Le Bouder ] * data file are in /usr/share/games/trigger-rally * watch file fixed since upstream files had been moved (Closes: #450395). [ Cyril Brulebois ] * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. [ Barry deFreese ] * Rename to trigger-rally-data since that is what trigger-rally deps on * Add myself to uploaders. [ Jon Dowland ] * add Homepage: to source stanza [ Ansgar Burchardt ] * debian/control: Change XS-Vcs-* to Vcs-* * Remove Homepage semi-field from description -- Barry deFreese Tue, 24 Mar 2009 12:13:11 -0400 trigger-data (0.5.2-1) unstable; urgency=low * Initial release. -- Stefan Potyra Fri, 17 Feb 2006 01:30:11 +0100 debian/docs0000664000000000000000000000003511670155163010046 0ustar README-stereo.txt README.txt debian/rules0000775000000000000000000000345111670155163010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # must match DATADIR of trigger package. DATADIR=usr/share/games/trigger-rally # package name PACKAGE=trigger-rally-data # top-level dirs that are installed INSTALLDIRS=events \ fonts \ maps \ plugins \ sounds \ textures \ vehicles # game data that is shipped executable but shouldn't be EXECUTABLE_GAME_DATA= \ maps/greengrounds/colormap.jpg \ maps/mountainpass/heightmap.png \ maps/mountainpass/foliagemap.png \ maps/mountainpass/colormap.jpg \ maps/greengrounds/greengrounds.level \ maps/mountainpass/mountainpass.level \ maps/greengrounds/foliagemap.png \ maps/greengrounds/heightmap.png # top-level files that go to /etc and are linked to # DATADIR LINKEDCONFFILES=trigger.config.defs clean: dh_testdir dh_testroot dh_clean --exclude=vehicles/seat/seat.vehicle.orig install: dh_testdir dh_testroot dh_clean --exclude=vehicles/seat/seat.vehicle.orig dh_installdirs # manually installing all files for i in $(INSTALLDIRS); do \ cp -r $$i debian/$(PACKAGE)/$(DATADIR); \ done for i in $(LINKEDCONFFILES); do \ cp -r $$i debian/$(PACKAGE)/etc; \ dh_link etc/$$i $(DATADIR)/$$i; \ done # fix execute permissions for for i in $(EXECUTABLE_GAME_DATA); do \ chmod ugo-x debian/$(PACKAGE)/$(DATADIR)/$$i; \ done # compatibility link for trigger version 0.5.2.1-2+b1 dh_link $(DATADIR)/textures/dial_speed_mph.png \ $(DATADIR)/textures/dial_speed.png binary-arch: build install binary-indep: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb -- -Zxz # we don't build anything! build: build-arch: build-indep: binary: binary-indep binary-arch .PHONY: binary-indep binary-arch binary install build build-arch build-indep debian/control0000664000000000000000000000221511673727247010613 0ustar Source: trigger-rally-data Section: games Priority: optional Maintainer: Stefan Potyra XSBC-Original-Maintainer: Debian Games Team Build-Depends: debhelper (>= 5.0.0) Standards-Version: 3.9.2 Uploaders: Stefan Potyra , Barry deFreese Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/trigger-data/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/trigger-data/?op=log Homepage: http://www.positro.net/trigger/ DM-Upload-Allowed: yes Package: trigger-rally-data Architecture: all Pre-Depends: dpkg (>= 1.15.6) Depends: ${misc:Depends} Recommends: trigger-rally (>= 0.5.2) Description: free 3D rally racing car game - data files Trigger is a free 3D rally car racing game. Fun for all the family! You race a sequence of 6 courses, with increasing levels of difficulty. . Trigger is highly customisable, and it's easy to add new levels and vehicles. . System Requirements: * 400 MHz CPU * 64 MB Ram * good OpenGL hardware accellerated video card (NVidia Geforce or better) . This package contains the data-files. debian/source/0000775000000000000000000000000011670155163010475 5ustar debian/source/format0000664000000000000000000000001411670155163011703 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000010711670155163010224 0ustar version=3 http://sf.net/trigger-rally/trigger-(\d+\..+)-data\.tar\.bz2