r4091 - in packages/trunk/tatan/debian: . patches

Miriam Ruiz baby-guest at alioth.debian.org
Thu Sep 6 12:46:20 UTC 2007


Author: baby-guest
Date: 2007-09-06 12:46:20 +0000 (Thu, 06 Sep 2007)
New Revision: 4091

Modified:
   packages/trunk/tatan/debian/patches/makefile.patch
   packages/trunk/tatan/debian/rules
Log:
Removed unneccesary dependency on bulletml



Modified: packages/trunk/tatan/debian/patches/makefile.patch
===================================================================
--- packages/trunk/tatan/debian/patches/makefile.patch	2007-09-06 12:04:22 UTC (rev 4090)
+++ packages/trunk/tatan/debian/patches/makefile.patch	2007-09-06 12:46:20 UTC (rev 4091)
@@ -15,7 +15,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+	gcc -o $@ $(OBJS) -lbulletml -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer
++	gcc -o $@ $(OBJS) -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
 +	$(DC) -c $(DOUT)$@ $(DFLAGS) -Iimport -Isrc $<

Modified: packages/trunk/tatan/debian/rules
===================================================================
--- packages/trunk/tatan/debian/rules	2007-09-06 12:04:22 UTC (rev 4090)
+++ packages/trunk/tatan/debian/rules	2007-09-06 12:46:20 UTC (rev 4091)
@@ -34,6 +34,7 @@
 	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f tatan
 	rm -f `find . -name "*.o"`
+	rm -f import/bulletml.d
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 
 




More information about the Pkg-games-commits mailing list