r1193 - in packages/trunk/vdrift: . debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Wed Jul 26 20:04:50 UTC 2006


Author: goneri-guest
Date: 2006-07-26 20:04:49 +0000 (Wed, 26 Jul 2006)
New Revision: 1193

Added:
   packages/trunk/vdrift/debian/
   packages/trunk/vdrift/debian/rules
Removed:
   packages/trunk/vdrift/debian/rules
   packages/trunk/vdrift/vdrift-data/
   packages/trunk/vdrift/vdrift/
Log:
just one source package by now


Copied: packages/trunk/vdrift/debian (from rev 1188, packages/trunk/vdrift/vdrift/debian)

Deleted: packages/trunk/vdrift/debian/rules
===================================================================
--- packages/trunk/vdrift/vdrift/debian/rules	2006-07-26 15:07:33 UTC (rev 1188)
+++ packages/trunk/vdrift/debian/rules	2006-07-26 20:04:49 UTC (rev 1193)
@@ -1,79 +0,0 @@
-#!/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
-
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-RELEASE=  "012"
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-
-
-build: build-stamp
-
-build-stamp: configure-stamp 
-	dh_testdir
-	docbook-to-man debian/vdrift.sgml > debian/vdrift.6
-	scons --directory . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2"   destdir=$(CURDIR)/debian/vdrift/ release=1 data_directory=$(CURDIR)/debian/vdrift/usr/share/games/vdrift
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -Rf rm vdrift.conf build debian/vdrift
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-	# workaround: in create these directorys first to avoid scons scripts issues
-	mkdir -p debian/vdrift/usr/share/games/vdrift/data/tracks/detroit/objects/
-	mkdir -p debian/vdrift/usr/share/locale/nl/LC_MESSAGES/
-	scons NLS=0 --directory . install
-
-
-# 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_installexamples
-	dh_install
-	dh_installmenu
-	dh_installman
-	dh_link
-	dh_strip
-	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

Copied: packages/trunk/vdrift/debian/rules (from rev 1192, packages/trunk/vdrift/vdrift/debian/rules)




More information about the Pkg-games-commits mailing list