r14075 - in packages/trunk: ! dirs' list truncated !

Peter De Wachter pdewacht-guest at alioth.debian.org
Sun May 19 13:02:32 UTC 2013


Author: pdewacht-guest
Date: 2013-05-19 13:02:32 +0000 (Sun, 19 May 2013)
New Revision: 14075

Modified:
   packages/trunk/titanion/debian/patches/makefile.patch
   packages/trunk/tumiki-fighters/debian/patches/makefile.patch
Log:
titanion, tumiki-fighters: ensure fixed link order, just in case that matters


Modified: packages/trunk/titanion/debian/patches/makefile.patch
===================================================================
--- packages/trunk/titanion/debian/patches/makefile.patch	2013-05-19 02:15:22 UTC (rev 14074)
+++ packages/trunk/titanion/debian/patches/makefile.patch	2013-05-19 13:02:32 UTC (rev 14075)
@@ -5,7 +5,7 @@
 --- /dev/null
 +++ b/Makefile
 @@ -0,0 +1,10 @@
-+DSRC=import/SDL_video.d import/SDL_mixer.d $(shell find src/abagames -name "*.d")
++DSRC=import/SDL_video.d import/SDL_mixer.d $(shell find src/abagames -name "*.d" | sort)
 +EXE=titanion
 +
 +all: $(EXE)

Modified: packages/trunk/tumiki-fighters/debian/patches/makefile.patch
===================================================================
--- packages/trunk/tumiki-fighters/debian/patches/makefile.patch	2013-05-19 02:15:22 UTC (rev 14074)
+++ packages/trunk/tumiki-fighters/debian/patches/makefile.patch	2013-05-19 13:02:32 UTC (rev 14075)
@@ -5,7 +5,7 @@
 --- /dev/null
 +++ b/Makefile
 @@ -0,0 +1,10 @@
-+DSRC=import/SDL_video.d import/SDL_mixer.d $(shell find src/abagames -name "*.d")
++DSRC=import/SDL_video.d import/SDL_mixer.d $(shell find src/abagames -name "*.d" | sort)
 +EXE=tumiki-fighters
 +
 +all: $(EXE)




More information about the Pkg-games-commits mailing list