r568 - in packages/vdrift/vdrift/trunk/debian: . patches

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


Author: goneri-guest
Date: 2006-05-01 20:50:00 +0000 (Mon, 01 May 2006)
New Revision: 568

Added:
   packages/vdrift/vdrift/trunk/debian/patches/02_set_g++-3.4.patch
Modified:
   packages/vdrift/vdrift/trunk/debian/control
Log:
default cc to g++-3.4


Modified: packages/vdrift/vdrift/trunk/debian/control
===================================================================
--- packages/vdrift/vdrift/trunk/debian/control	2006-05-01 17:15:00 UTC (rev 567)
+++ packages/vdrift/vdrift/trunk/debian/control	2006-05-01 20:50:00 UTC (rev 568)
@@ -4,7 +4,7 @@
 Maintainer: Alioth Games Devel Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
 Build-Depends: cdbs, debhelper (>= 5.0.0), libsdl-dev, libsdl-image1.2-dev,
- libsdl-net1.2-dev, libopenal-dev, libalut-dev, scons 
+ libsdl-net1.2-dev, libopenal-dev, libalut-dev, scons, g++-3.4
 Standards-Version: 3.7.0
 
 Package: vdrift

Added: packages/vdrift/vdrift/trunk/debian/patches/02_set_g++-3.4.patch
===================================================================
--- packages/vdrift/vdrift/trunk/debian/patches/02_set_g++-3.4.patch	2006-05-01 17:15:00 UTC (rev 567)
+++ packages/vdrift/vdrift/trunk/debian/patches/02_set_g++-3.4.patch	2006-05-01 20:50:00 UTC (rev 568)
@@ -0,0 +1,13 @@
+diff -ru vdrift-0.2006.02.21.orig/SConstruct vdrift-0.2006.02.21/SConstruct
+--- vdrift-0.2006.02.21.orig/SConstruct	2006-05-01 22:45:17.000000000 +0000
++++ vdrift-0.2006.02.21/SConstruct	2006-05-01 22:46:00.000000000 +0000
+@@ -52,7 +52,7 @@
+ #--------------#
+ opts.Update(env)
+ opts.Save('vdrift.conf', env)
+-
++env['CXX'] = 'g++-3.4'
+ #--------------------------------------------#
+ # distcopy and tarballer functions           #
+ # by Paul Davis <paul at linuxaudiosystems.com> #
+Only in vdrift-0.2006.02.21: vdrift




More information about the Pkg-games-commits mailing list