r4063 - in packages/trunk/valandrick/debian: . patches

Miriam Ruiz baby-guest at alioth.debian.org
Tue Sep 4 14:23:19 UTC 2007


Author: baby-guest
Date: 2007-09-04 14:23:18 +0000 (Tue, 04 Sep 2007)
New Revision: 4063

Modified:
   packages/trunk/valandrick/debian/patches/makefile.patch
   packages/trunk/valandrick/debian/patches/series
   packages/trunk/valandrick/debian/valandrick-data.install
Log:
The package compiles and links properly now.
Added missing library libbulletml
Use absolute directories for data



Modified: packages/trunk/valandrick/debian/patches/makefile.patch
===================================================================
--- packages/trunk/valandrick/debian/patches/makefile.patch	2007-09-04 09:19:45 UTC (rev 4062)
+++ packages/trunk/valandrick/debian/patches/makefile.patch	2007-09-04 14:23:18 UTC (rev 4063)
@@ -1,10 +1,10 @@
 # Copyright (C) 2007  Miriam Ruiz <little_miry at yahoo.es>
 # Distributed under the same license as the game. See debian/copyright.
 
-Index: valandrick-0.1a/Makefile
+Index: valandrick-0.1a.dfsg1/Makefile
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ valandrick-0.1a/Makefile	2007-09-03 19:17:53.000000000 +0000
++++ valandrick-0.1a.dfsg1/Makefile	2007-09-04 14:07:14.000000000 +0000
 @@ -0,0 +1,36 @@
 +SOURCES=$(shell find src -name "*.d")
 +OBJS=$(SOURCES:.d=.o)
@@ -19,7 +19,7 @@
 +#DFLAGS=-g -debug
 +CC=gcc
 +DC=gdmd
-+LIBS=-lgphobos -lGLU -lGL `sdl-config --libs` -lSDL_mixer -lpthread -lm -lstdc++ 
++LIBS=-lgphobos -lbulletml -lGLU -lGL `sdl-config --libs` -lSDL_mixer -lpthread -lm -lstdc++ 
 +EXE=valandrick
 +
 +all: $(EXE)

Modified: packages/trunk/valandrick/debian/patches/series
===================================================================
--- packages/trunk/valandrick/debian/patches/series	2007-09-04 09:19:45 UTC (rev 4062)
+++ packages/trunk/valandrick/debian/patches/series	2007-09-04 14:23:18 UTC (rev 4063)
@@ -1,4 +1,5 @@
 import.patch
 fixes.patch
 makefile.patch
+directories.patch
 windowed.patch

Modified: packages/trunk/valandrick/debian/valandrick-data.install
===================================================================
--- packages/trunk/valandrick/debian/valandrick-data.install	2007-09-04 09:19:45 UTC (rev 4062)
+++ packages/trunk/valandrick/debian/valandrick-data.install	2007-09-04 14:23:18 UTC (rev 4063)
@@ -1,3 +1,3 @@
 images usr/share/games/valandrick/
-sounds usr/share/games/a7xpg/
-barrage usr/share/games/a7xpg/
+sounds usr/share/games/valandrick/
+barrage usr/share/games/valandrick/




More information about the Pkg-games-commits mailing list