r7540 - packages/trunk/quake3/debian

Jack Coulter jscinoz-guest at alioth.debian.org
Sat Jun 28 07:07:18 UTC 2008


Author: jscinoz-guest
Date: 2008-06-28 07:07:17 +0000 (Sat, 28 Jun 2008)
New Revision: 7540

Modified:
   packages/trunk/quake3/debian/quake3.install
   packages/trunk/quake3/debian/rules
Log:
removed need to figure out platform and arch

Modified: packages/trunk/quake3/debian/quake3.install
===================================================================
--- packages/trunk/quake3/debian/quake3.install	2008-06-28 05:52:47 UTC (rev 7539)
+++ packages/trunk/quake3/debian/quake3.install	2008-06-28 07:07:17 UTC (rev 7540)
@@ -2,5 +2,5 @@
 debian/quake3.xpm usr/share/pixmaps
 debian/scripts/quake3 usr/games
 ioquake3 usr/lib/games/quake3
-$(BR)/baseq3/vm usr/share/games/quake3/baseq3
-$(BR)/missionpack/vm usr/share/games/quake3/missionpack
+build/*/baseq3/vm usr/share/games/quake3/baseq3
+build/*/missionpack/vm usr/share/games/quake3/missionpack

Modified: packages/trunk/quake3/debian/rules
===================================================================
--- packages/trunk/quake3/debian/rules	2008-06-28 05:52:47 UTC (rev 7539)
+++ packages/trunk/quake3/debian/rules	2008-06-28 07:07:17 UTC (rev 7540)
@@ -9,11 +9,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]')
-ARCH=$(shell uname -m | sed -e s/i.86/i386/)
-BR=build/release-$(PLATFORM)-$(ARCH)
 
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -56,8 +52,8 @@
 	dh_installdirs -s
 	dh_icons -s
 
-	cp $(BR)/ioquake3.$(ARCH) ioquake3
-	cp $(BR)/ioq3ded.$(ARCH) ioq3ded
+	cp build/*/ioquake3.* ioquake3
+	cp build/*/ioq3ded.* ioq3ded
 
 	dh_desktop -pquake3 debian/quake3.desktop
 	dh_installman -pquake3 debian/quake3.6




More information about the Pkg-games-commits mailing list