Author: baby-guest Date: 2007-08-29 16:36:10 +0000 (Wed, 29 Aug 2007) New Revision: 3947
Modified: packages/trunk/a7xpg/debian/changelog packages/trunk/a7xpg/debian/patches/makefile.patch packages/trunk/a7xpg/debian/patches/series Log: Added patch to generate Makefile Modified: packages/trunk/a7xpg/debian/changelog =================================================================== --- packages/trunk/a7xpg/debian/changelog 2007-08-29 16:29:47 UTC (rev 3946) +++ packages/trunk/a7xpg/debian/changelog 2007-08-29 16:36:10 UTC (rev 3947) @@ -1,3 +1,10 @@ +a7xpg (0.11.dfsg1-2) UNRELEASED; urgency=low + + [Miriam Ruiz] + * Added patch to create Makefile + + -- Miriam Ruiz <[EMAIL PROTECTED]> Wed, 29 Aug 2007 16:35:01 +0000 + a7xpg (0.11.dfsg1-1) unstable; urgency=low * Initial release (Closes: #439595) Modified: packages/trunk/a7xpg/debian/patches/makefile.patch =================================================================== --- packages/trunk/a7xpg/debian/patches/makefile.patch 2007-08-29 16:29:47 UTC (rev 3946) +++ packages/trunk/a7xpg/debian/patches/makefile.patch 2007-08-29 16:36:10 UTC (rev 3947) @@ -1,8 +1,8 @@ Index: a7xpg-0.11.dfsg1/Makefile =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ a7xpg-0.11.dfsg1/Makefile 2007-08-29 16:28:16.000000000 +0000 -@@ -0,0 +1,33 @@ ++++ a7xpg-0.11.dfsg1/Makefile 2007-08-29 16:32:45.000000000 +0000 +@@ -0,0 +1,34 @@ +DSRC=$(shell find src -name "*.d") +SOURCES=$(DSRC) import/SDL_video.d import/SDL_mixer.d +OBJS=$(SOURCES:.d=.o) @@ -11,8 +11,9 @@ +LDFLAGS= +CFLAGS=-O2 -Wall +DFLAGS=-O -release ++#DFLAGS=-g -debug +CC=gcc -+DMD=gdmd ++DC=gdmd +LIBS=-lgphobos -lpthread -lGLU -lGL -lm -lstdc++ `sdl-config --libs` -lSDL_mixer +EXE=a7xpg + @@ -22,7 +23,7 @@ + $(CC) $(LDFLAGS) -o $@ $+ $(LIBS) + +$(OBJS): %.o: %.d -+ $(DMD) -d -c -of$@ $(DFLAGS) -Iimport -Isrc -I/usr/X11R6/include/ $< ++ $(DC) -d -c -of$@ $(DFLAGS) -Iimport -Isrc -I/usr/X11R6/include/ $< + +$(COBJS): %.o: %.c + $(CC) -c -o $@ $(CFLAGS) `sdl-config --cflags` $< Modified: packages/trunk/a7xpg/debian/patches/series =================================================================== --- packages/trunk/a7xpg/debian/patches/series 2007-08-29 16:29:47 UTC (rev 3946) +++ packages/trunk/a7xpg/debian/patches/series 2007-08-29 16:36:10 UTC (rev 3947) @@ -8,3 +8,4 @@ 08_adapt_build_file_to_linux_gdc.diff directories.patch windowed.patch +makefile.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

