r3977 - in packages/trunk/tumiki-fighters/debian: . patches
Miriam Ruiz
baby-guest at alioth.debian.org
Wed Aug 29 18:56:01 UTC 2007
Author: baby-guest
Date: 2007-08-29 18:56:01 +0000 (Wed, 29 Aug 2007)
New Revision: 3977
Added:
packages/trunk/tumiki-fighters/debian/patches/makefile.patch
Modified:
packages/trunk/tumiki-fighters/debian/control
packages/trunk/tumiki-fighters/debian/patches/fixes.patch
packages/trunk/tumiki-fighters/debian/patches/series
Log:
It compiles now
Modified: packages/trunk/tumiki-fighters/debian/control
===================================================================
--- packages/trunk/tumiki-fighters/debian/control 2007-08-29 18:50:09 UTC (rev 3976)
+++ packages/trunk/tumiki-fighters/debian/control 2007-08-29 18:56:01 UTC (rev 3977)
@@ -3,9 +3,9 @@
Priority: extra
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Peter De Wachter <pdewacht at gmail.com>
-Build-Depends: debhelper (>= 5), ant, quilt, gdc,
+Build-Depends: debhelper (>= 5), quilt, gdc,
libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
- libsdl1.2-dev, libsdl-mixer1.2-dev
+ libsdl1.2-dev, libsdl-mixer1.2-dev, libbulletml-dev
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/tumiki-fighters/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/tumiki-fighters/?op=log
Modified: packages/trunk/tumiki-fighters/debian/patches/fixes.patch
===================================================================
--- packages/trunk/tumiki-fighters/debian/patches/fixes.patch 2007-08-29 18:50:09 UTC (rev 3976)
+++ packages/trunk/tumiki-fighters/debian/patches/fixes.patch 2007-08-29 18:56:01 UTC (rev 3977)
@@ -955,36 +955,6 @@
+ use the SDL_Version() macro.
+ */
+SDL_version * SDL_Linked_Version();
-Index: tukimi-fighters-0.2.dfsg1/Makefile
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ tukimi-fighters-0.2.dfsg1/Makefile 2007-08-26 19:56:41.000000000 +0000
-@@ -0,0 +1,25 @@
-+DC=gdmd
-+#DC=gdc
-+ifeq ($(DC), gdmd)
-+DFLAGS=-g -debug -O -Iimport -Isrc
-+#DFLAGS=-g -debug -Iimport -Isrc
-+DOUT=-of
-+else
-+DFLAGS=-O -debug -Iimport -Isrc
-+#DFLAGS=-g -fdebug -Iimport -Isrc
-+DOUT=-o
-+endif
-+
-+DSRC=$(shell find src/ -name "*.d")
-+SOURCES=$(DSRC) import/SDL_video.d import/SDL_mixer.d
-+OBJS=$(SOURCES:.d=.o)
-+EXE=tumikifighters
-+
-+all: $(EXE)
-+
-+$(EXE): $(OBJS)
-+ gcc -o $@ $(OBJS) -lbulletml_d -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer
-+
-+$(OBJS): %.o: %.d
-+ gdmd -d -c -of$@ $(DFLAGS) $<
-+
Index: tukimi-fighters-0.2.dfsg1/src/abagames/tf/boot.d
===================================================================
--- tukimi-fighters-0.2.dfsg1.orig/src/abagames/tf/boot.d 2004-05-14 23:35:38.000000000 +0000
Added: packages/trunk/tumiki-fighters/debian/patches/makefile.patch
===================================================================
--- packages/trunk/tumiki-fighters/debian/patches/makefile.patch (rev 0)
+++ packages/trunk/tumiki-fighters/debian/patches/makefile.patch 2007-08-29 18:56:01 UTC (rev 3977)
@@ -0,0 +1,37 @@
+Index: tumiki-fighters-0.2.dfsg1/Makefile
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ tumiki-fighters-0.2.dfsg1/Makefile 2007-08-29 18:54:38.000000000 +0000
+@@ -0,0 +1,32 @@
++DC=gdmd
++#DC=gdc
++ifeq ($(DC), gdmd)
++DFLAGS=-g -debug -O
++#DFLAGS=-g -debug
++DOUT=-of
++else
++DFLAGS=-O -debug
++#DFLAGS=-g -fdebug
++DOUT=-o
++endif
++
++DSRC=$(shell find src/ -name "*.d")
++SOURCES=$(DSRC) import/SDL_video.d import/SDL_mixer.d
++OBJS=$(SOURCES:.d=.o)
++EXE=tumiki-fighters
++
++all: $(EXE)
++
++$(EXE): $(OBJS)
++ gcc -o $@ $(OBJS) -lbulletml -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer
++
++$(OBJS): %.o: %.d
++ gdmd -d -c -of$@ $(DFLAGS) -Iimport -Isrc $<
++
++clean:
++ $(RM) src/*.o
++ $(RM) src/abagames/p47/*.o
++ $(RM) src/abagames/util/*.o
++ $(RM) src/abagames/util/sdl/*.o
++ $(RM) src/abagames/util/bulletml/*.o
++ $(RM) import/*.o
Modified: packages/trunk/tumiki-fighters/debian/patches/series
===================================================================
--- packages/trunk/tumiki-fighters/debian/patches/series 2007-08-29 18:50:09 UTC (rev 3976)
+++ packages/trunk/tumiki-fighters/debian/patches/series 2007-08-29 18:56:01 UTC (rev 3977)
@@ -2,3 +2,4 @@
directories.patch
windowed.patch
dotfile.patch
+makefile.patch
More information about the Pkg-games-commits
mailing list