r1651 - in packages/trunk/gtkradiant-data-nexuiz/debian: . patches
Bruno Fuddl-guestquot; Fuddl"
Kleinert
fuddl-guest at costa.debian.org
Sat Sep 23 18:42:29 UTC 2006
Author: fuddl-guest
Date: 2006-09-23 18:42:28 +0000 (Sat, 23 Sep 2006)
New Revision: 1651
Added:
packages/trunk/gtkradiant-data-nexuiz/debian/patches/
packages/trunk/gtkradiant-data-nexuiz/debian/patches/00list
packages/trunk/gtkradiant-data-nexuiz/debian/patches/10_debian-paths.dpatch
Modified:
packages/trunk/gtkradiant-data-nexuiz/debian/control
packages/trunk/gtkradiant-data-nexuiz/debian/rules
Log:
included patch to correct q3map2 path for debian
Modified: packages/trunk/gtkradiant-data-nexuiz/debian/control
===================================================================
--- packages/trunk/gtkradiant-data-nexuiz/debian/control 2006-09-23 18:25:54 UTC (rev 1650)
+++ packages/trunk/gtkradiant-data-nexuiz/debian/control 2006-09-23 18:42:28 UTC (rev 1651)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Bruno "Fuddl" Kleinert <fuddl at gmx.de>, Frits Daalmans <fritsd at wanadoo.nl>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), dpatch
Standards-Version: 3.7.2
Package: gtkradiant-data-nexuiz
Added: packages/trunk/gtkradiant-data-nexuiz/debian/patches/00list
===================================================================
--- packages/trunk/gtkradiant-data-nexuiz/debian/patches/00list (rev 0)
+++ packages/trunk/gtkradiant-data-nexuiz/debian/patches/00list 2006-09-23 18:42:28 UTC (rev 1651)
@@ -0,0 +1,2 @@
+00list
+10_debian-paths.dpatch
Added: packages/trunk/gtkradiant-data-nexuiz/debian/patches/10_debian-paths.dpatch
===================================================================
--- packages/trunk/gtkradiant-data-nexuiz/debian/patches/10_debian-paths.dpatch (rev 0)
+++ packages/trunk/gtkradiant-data-nexuiz/debian/patches/10_debian-paths.dpatch 2006-09-23 18:42:28 UTC (rev 1651)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_debian-paths.dpatch by Bruno "Fuddl" Kleinert <fuddl at gmx.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: correct path to debianized q3map2
+
+ at DPATCH@
+diff -urNad gtkradiant-data-nexuiz-1.5.0+svn20060914~/nexuiz.game/default_build_menu.xml gtkradiant-data-nexuiz-1.5.0+svn20060914/nexuiz.game/default_build_menu.xml
+--- gtkradiant-data-nexuiz-1.5.0+svn20060914~/nexuiz.game/default_build_menu.xml 2006-05-13 12:51:15.000000000 +0200
++++ gtkradiant-data-nexuiz-1.5.0+svn20060914/nexuiz.game/default_build_menu.xml 2006-09-23 20:39:17.716533750 +0200
+@@ -5,7 +5,7 @@
+ [EnginePath]: path to the engine .. C:\quake3\ C:\Program Files\Quake III Arena\ /usr/local/games/quake3/
+ -->
+ <project version="2.0">
+-<var name="q3map2">"[RadiantPath]q3map2.[ExecutableType]" -v<cond value="[MonitorAddress]"> -connect [MonitorAddress]</cond> -game quake3 -fs_basepath "[EnginePath]"<cond value="[GameName]"> -fs_game [GameName]</cond></var>
++ <var name="q3map2">"/usr/games/q3map2" -v<cond value="[MonitorAddress]"> -connect [MonitorAddress]</cond> -game quake3 -fs_basepath "[EnginePath]"<cond value="[GameName]"> -fs_game [GameName]</cond></var>
+ <build name="Q3Map2: (single) BSP -meta">
+ <command>[q3map2] -meta "[MapFile]"</command>
+ </build>
Property changes on: packages/trunk/gtkradiant-data-nexuiz/debian/patches/10_debian-paths.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Modified: packages/trunk/gtkradiant-data-nexuiz/debian/rules
===================================================================
--- packages/trunk/gtkradiant-data-nexuiz/debian/rules 2006-09-23 18:25:54 UTC (rev 1650)
+++ packages/trunk/gtkradiant-data-nexuiz/debian/rules 2006-09-23 18:42:28 UTC (rev 1651)
@@ -3,19 +3,21 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+include /usr/share/dpatch/dpatch.make
-configure: configure-stamp
-configure-stamp:
+config.status: patch configure
dh_testdir
touch configure-stamp
-
build: build-stamp
-build-stamp: configure-stamp
+build-stamp: config.status
dh_testdir
touch $@
-clean:
+patch: patch-stamp
+
+clean: clean-patched unpatch
+clean-patched:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
More information about the Pkg-games-commits
mailing list