r2564 - packages/trunk/vdrift-data/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Mon Apr 16 21:37:48 UTC 2007


Author: goneri-guest
Date: 2007-04-16 21:37:48 +0000 (Mon, 16 Apr 2007)
New Revision: 2564

Added:
   packages/trunk/vdrift-data/debian/rules
Modified:
   packages/trunk/vdrift-data/debian/
Log:
svn propset mergeWithUpstream 1 debian
import the rules file from the previous vdrift-data package



Property changes on: packages/trunk/vdrift-data/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/trunk/vdrift-data/debian/rules
===================================================================
--- packages/trunk/vdrift-data/debian/rules	2007-04-16 21:23:44 UTC (rev 2563)
+++ packages/trunk/vdrift-data/debian/rules	2007-04-16 21:37:48 UTC (rev 2564)
@@ -0,0 +1,62 @@
+#!/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
+
+
+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/games/vdrift
+	cp -r data/* $(CURDIR)/debian/vdrift-data/usr/share/games/vdrift
+	find  $(CURDIR)/debian/vdrift-data/ -name 'SConscript' -type f -prune -exec rm -Rf {} \;
+	find  $(CURDIR)/debian/vdrift-data/ -type f -prune -exec chmod 644 {} \;
+	find  $(CURDIR)/debian/vdrift-data/ -type d -prune -exec chmod 755 {} \;
+
+# 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_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
+


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




More information about the Pkg-games-commits mailing list