r1798 - packages/trunk/vdrift/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Fri Oct 6 22:29:50 UTC 2006


Author: goneri-guest
Date: 2006-10-06 22:29:50 +0000 (Fri, 06 Oct 2006)
New Revision: 1798

Modified:
   packages/trunk/vdrift/debian/changelog
   packages/trunk/vdrift/debian/control
   packages/trunk/vdrift/debian/rules
Log:
remove builddeps on gcc3


Modified: packages/trunk/vdrift/debian/changelog
===================================================================
--- packages/trunk/vdrift/debian/changelog	2006-10-06 17:54:21 UTC (rev 1797)
+++ packages/trunk/vdrift/debian/changelog	2006-10-06 22:29:50 UTC (rev 1798)
@@ -5,6 +5,7 @@
    + remove fix_datadir.diff
    + do not create *_list.txt files anymore
     - remove post,prerm and post,preinst
+   + remove builddeps on gcc3
 
   [ Eddy Petrişor ]
   * fix strip command so it excludes comments and honour nostrip in

Modified: packages/trunk/vdrift/debian/control
===================================================================
--- packages/trunk/vdrift/debian/control	2006-10-06 17:54:21 UTC (rev 1797)
+++ packages/trunk/vdrift/debian/control	2006-10-06 22:29:50 UTC (rev 1798)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
 Build-Depends: debhelper (>= 5.0.0), libsdl-dev, libsdl-image1.2-dev,
- libsdl-net1.2-dev, libopenal-dev, libalut-dev, scons, g++-3.4, docbook-to-man,
+ libsdl-net1.2-dev, libopenal-dev, libalut-dev, scons, docbook-to-man,
  gettext, quilt
 Standards-Version: 3.7.2
 

Modified: packages/trunk/vdrift/debian/rules
===================================================================
--- packages/trunk/vdrift/debian/rules	2006-10-06 17:54:21 UTC (rev 1797)
+++ packages/trunk/vdrift/debian/rules	2006-10-06 22:29:50 UTC (rev 1798)
@@ -23,7 +23,7 @@
 build-stamp: configure-stamp 
 	dh_testdir
 	docbook-to-man debian/vdrift.sgml > debian/vdrift.6
-	scons use_gcc_34=1 destdir=debian/vdrift bindir=/usr/games release=1
+	scons destdir=debian/vdrift bindir=/usr/games release=1
 	scons  release=1
 	touch build-stamp
 




More information about the Pkg-games-commits mailing list