[trigger-rally-data] 02/06: Imported Debian patch 0.5.2-2
Tobias Frost
tobi at moszumanska.debian.org
Thu Jun 18 18:00:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
tobi pushed a commit to branch master
in repository trigger-rally-data.
commit d3abbc291deae44315d54535ec9fe826a06d8aa6
Author: Barry deFreese <bdefreese at debian.org>
Date: Tue Mar 24 12:13:11 2009 -0400
Imported Debian patch 0.5.2-2
---
debian/TODO.Debian | 3 +++
debian/changelog | 33 +++++++++++++++++++++++++++++
debian/compat | 1 +
debian/control | 26 +++++++++++++++++++++++
debian/copyright | 29 ++++++++++++++++++++++++++
debian/dirs | 2 ++
debian/docs | 2 ++
debian/rules | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
debian/watch | 2 ++
9 files changed, 159 insertions(+)
diff --git a/debian/TODO.Debian b/debian/TODO.Debian
new file mode 100644
index 0000000..a16aaa9
--- /dev/null
+++ b/debian/TODO.Debian
@@ -0,0 +1,3 @@
+Eventually, see trigger's TODO.Debian as well:
+* have the snowlevel extracted during build (to not
+ mess up with user installed plugins)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6d35d52
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,33 @@
+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 <bdefreese at debian.org> Tue, 24 Mar 2009 12:13:11 -0400
+
+trigger-data (0.5.2-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Stefan Potyra <sistpoty at ubuntu.com> Fri, 17 Feb 2006 01:30:11 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..31036f9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: trigger-rally-data
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.0)
+Standards-Version: 3.8.0
+Uploaders: Stefan Potyra <sistpoty at ubuntu.com>, Gonéri Le Bouder <goneri at rulezlan.org>, Barry deFreese <bdefreese at debian.org>
+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/
+
+Package: trigger-rally-data
+Architecture: all
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a01e240
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Stefan Potyra <sistpoty at ubuntu.com> 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'.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..8c14964
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+/usr/share/games/trigger-rally
+/etc
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..607a1a6
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README-stereo.txt
+README.txt
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7d4bef5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,61 @@
+#!/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\
+ materials\
+ plugins\
+ sounds\
+ textures\
+ vehicles
+
+# 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
+
+
+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
+
+# we don't build anything!
+build:
+
+binary: binary-indep binary-arch
+.PHONY: binary-indep binary-arch binary install build
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..226ec7c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/trigger-rally/trigger-(\d+\..+)-data\.tar\.bz2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/trigger-rally-data.git
More information about the Pkg-games-commits
mailing list