r562 - in packages/vdrift/vdrift-data/trunk: . debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Mon May 1 02:23:21 UTC 2006


Author: goneri-guest
Date: 2006-05-01 02:23:20 +0000 (Mon, 01 May 2006)
New Revision: 562

Added:
   packages/vdrift/vdrift-data/trunk/debian/
   packages/vdrift/vdrift-data/trunk/debian/changelog
   packages/vdrift/vdrift-data/trunk/debian/compat
   packages/vdrift/vdrift-data/trunk/debian/control
   packages/vdrift/vdrift-data/trunk/debian/copyright
   packages/vdrift/vdrift-data/trunk/debian/rules
Log:
vdrift-data files


Added: packages/vdrift/vdrift-data/trunk/debian/changelog
===================================================================
--- packages/vdrift/vdrift-data/trunk/debian/changelog	2006-05-01 01:50:16 UTC (rev 561)
+++ packages/vdrift/vdrift-data/trunk/debian/changelog	2006-05-01 02:23:20 UTC (rev 562)
@@ -0,0 +1,6 @@
+vdrift-data (0.2006.02.21-1) unstable; urgency=low
+
+  * Initial release Closes: #365554
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Mon,  1 May 2006 03:58:31 +0200
+

Added: packages/vdrift/vdrift-data/trunk/debian/compat
===================================================================
--- packages/vdrift/vdrift-data/trunk/debian/compat	2006-05-01 01:50:16 UTC (rev 561)
+++ packages/vdrift/vdrift-data/trunk/debian/compat	2006-05-01 02:23:20 UTC (rev 562)
@@ -0,0 +1 @@
+5

Added: packages/vdrift/vdrift-data/trunk/debian/control
===================================================================
--- packages/vdrift/vdrift-data/trunk/debian/control	2006-05-01 01:50:16 UTC (rev 561)
+++ packages/vdrift/vdrift-data/trunk/debian/control	2006-05-01 02:23:20 UTC (rev 562)
@@ -0,0 +1,16 @@
+Source: vdrift-data
+Section: games
+Priority: optional
+Maintainer: Alioth Games Devel Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
+Build-Depends: debhelper (>= 5.0.0)
+Standards-Version: 3.7.0
+
+Package: vdrift-data
+Architecture: any
+Depends: vdrift 
+Description: data files for vdrift, a racing simulation 
+ VDrift is a cross-platform, open source driving simulation made with drift
+ racing in mind. It's powered by the excellent Vamos physics engine.
+ .
+ This package provide data files.

Added: packages/vdrift/vdrift-data/trunk/debian/copyright
===================================================================
--- packages/vdrift/vdrift-data/trunk/debian/copyright	2006-05-01 01:50:16 UTC (rev 561)
+++ packages/vdrift/vdrift-data/trunk/debian/copyright	2006-05-01 02:23:20 UTC (rev 562)
@@ -0,0 +1,26 @@
+This package was debianized by Gonéri Le Bouder <goneri at rulezlan.org> on
+Mon,  1 May 2006 03:58:31 +0200.
+
+It was downloaded from http://www.vdrift.net 
+
+Copyright Holder: Joe Venzon
+
+License:
+
+   This package 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
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+

Added: packages/vdrift/vdrift-data/trunk/debian/rules
===================================================================
--- packages/vdrift/vdrift-data/trunk/debian/rules	2006-05-01 01:50:16 UTC (rev 561)
+++ packages/vdrift/vdrift-data/trunk/debian/rules	2006-05-01 02:23:20 UTC (rev 562)
@@ -0,0 +1,69 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f $(CURDIR)/debian/files
+	rm -Rf $(CURDIR)/debian/vdrift-data
+	rm -f build-stamp configure-stamp
+
+install: build
+
+	dh_installdirs usr/share/data/vdrift-data
+	cp -r data $(CURDIR)/debian/vdrift-data/usr/share/data/vdrift-data
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: packages/vdrift/vdrift-data/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list