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

Peter De Wachter pdewacht-guest at alioth.debian.org
Tue Jan 1 14:18:34 UTC 2008


Author: pdewacht-guest
Date: 2008-01-01 14:18:34 +0000 (Tue, 01 Jan 2008)
New Revision: 5149

Modified:
   packages/trunk/a7xpg/debian/changelog
   packages/trunk/a7xpg/debian/patches/makefile.patch
   packages/trunk/area2048/debian/patches/makefile.patch
   packages/trunk/gradle-unison/debian/patches/makefile.patch
   packages/trunk/gunroar/debian/changelog
   packages/trunk/gunroar/debian/patches/makefile.patch
   packages/trunk/ii-esu/debian/patches/makefile.patch
   packages/trunk/mu-cade/debian/changelog
   packages/trunk/mu-cade/debian/patches/makefile.patch
   packages/trunk/projectl/debian/patches/makefile.patch
   packages/trunk/tatan/debian/patches/makefile.patch
   packages/trunk/titanion/debian/changelog
   packages/trunk/titanion/debian/patches/makefile.patch
   packages/trunk/torus-trooper/debian/changelog
   packages/trunk/torus-trooper/debian/patches/fixes.patch
   packages/trunk/tumiki-fighters/debian/changelog
   packages/trunk/tumiki-fighters/debian/patches/makefile.patch
   packages/trunk/val-and-rick/debian/changelog
   packages/trunk/val-and-rick/debian/patches/makefile.patch
Log:
fixed gdc link command


Modified: packages/trunk/a7xpg/debian/changelog
===================================================================
--- packages/trunk/a7xpg/debian/changelog	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/a7xpg/debian/changelog	2008-01-01 14:18:34 UTC (rev 5149)
@@ -1,15 +1,17 @@
 a7xpg (0.11.dfsg1-3) UNRELEASED; urgency=low
 
-  * Don't abort if the audio device couldn't be opened. (Closes: #448786)
-
   [ Barry deFreese ]
   * Add watch file
 
   [ Jon Dowland ]
   * Add Homepage: control field to source stanza
 
- -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:43:23 +0000
+  [ Peter De Wachter ]
+  * Don't abort if the audio device couldn't be opened. (Closes: #448786)
+  * Fixed link command, patch from Arthur Loiret. (Closes: #458277)
 
+ -- Peter De Wachter <pdewacht at gmail.com>  Mon, 31 Dec 2007 22:51:11 +0100
+
 a7xpg (0.11.dfsg1-2) unstable; urgency=low
 
   [Miriam Ruiz]

Modified: packages/trunk/a7xpg/debian/patches/makefile.patch
===================================================================
--- packages/trunk/a7xpg/debian/patches/makefile.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/a7xpg/debian/patches/makefile.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -20,7 +20,7 @@
 +#DFLAGS=-g -debug
 +CC=gcc
 +DC=gdmd
-+LIBS=-lgphobos -lGLU -lGL `sdl-config --libs` -lSDL_mixer -lpthread -lm -lstdc++ 
++LIBS=-lGL `sdl-config --libs` -lSDL_mixer 
 +EXE=a7xpg
 +
 +all: $(EXE)

Modified: packages/trunk/area2048/debian/patches/makefile.patch
===================================================================
--- packages/trunk/area2048/debian/patches/makefile.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/area2048/debian/patches/makefile.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -16,7 +16,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+	gcc -o $@ $(OBJS) -lgphobos -lbulletml -lpthread -lm `sdl-config --libs` -lGL -lGLU -lSDL_mixer
++	gdc -o $@ $(OBJS) -lbulletml `sdl-config --libs` -lGL -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
 +	$(DC) -c $(DOUT)$@ $(DFLAGS) -Iimport -Isrc $<

Modified: packages/trunk/gradle-unison/debian/patches/makefile.patch
===================================================================
--- packages/trunk/gradle-unison/debian/patches/makefile.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/gradle-unison/debian/patches/makefile.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -19,7 +19,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+	gcc -o $@ $(OBJS) -lgphobos -lbulletml -lpthread -lm `sdl-config --libs` -lGL -lGLU -lSDL_mixer
++	gdc -o $@ $(OBJS) -lbulletml `sdl-config --libs` -lGL -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
 +	$(DC) -c $(DOUT)$@ $(DFLAGS) -Iimport -Isrc $<

Modified: packages/trunk/gunroar/debian/changelog
===================================================================
--- packages/trunk/gunroar/debian/changelog	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/gunroar/debian/changelog	2008-01-01 14:18:34 UTC (rev 5149)
@@ -5,8 +5,11 @@
   * Add Homepage field to control
   * Remove XS- from VCS fields in control
 
- -- Barry deFreese <bddebian at comcast.net>  Thu, 08 Nov 2007 17:57:26 -0500
+  [ Peter De Wachter ]
+  * Fixed link command, patch from Arthur Loiret. (Closes: #458278)
 
+ -- Peter De Wachter <pdewacht at gmail.com>  Mon, 31 Dec 2007 23:04:24 +0100
+
 gunroar (0.15.dfsg1-2) unstable; urgency=low
 
   [ Miriam Ruiz]

Modified: packages/trunk/gunroar/debian/patches/makefile.patch
===================================================================
--- packages/trunk/gunroar/debian/patches/makefile.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/gunroar/debian/patches/makefile.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -20,7 +20,7 @@
 +#DFLAGS=-g -debug
 +CC=gcc
 +DC=gdmd
-+LIBS=-lgphobos -lGLU -lGL `sdl-config --libs` -lSDL_mixer -lpthread -lm -lstdc++ 
++LIBS=-lGLU -lGL `sdl-config --libs` -lSDL_mixer 
 +EXE=gunroar
 +
 +all: $(EXE)

Modified: packages/trunk/ii-esu/debian/patches/makefile.patch
===================================================================
--- packages/trunk/ii-esu/debian/patches/makefile.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/ii-esu/debian/patches/makefile.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -19,7 +19,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+	gcc -o $@ $(OBJS) -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer
++	gdc -o $@ $(OBJS) -lSDL -lGL -lGLU -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
 +	$(DC) -c $(DOUT)$@ $(DFLAGS) -Iimport -Isrc $<

Modified: packages/trunk/mu-cade/debian/changelog
===================================================================
--- packages/trunk/mu-cade/debian/changelog	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/mu-cade/debian/changelog	2008-01-01 14:18:34 UTC (rev 5149)
@@ -8,8 +8,9 @@
 
   [ Peter De Wachter ]
   * Implement -fullscreen option (Closes: #449449)
+  * Fixed link command, patch from Arthur Loiret. (Closes: #458282)
 
- -- Peter De Wachter <pdewacht at gmail.com>  Tue, 27 Nov 2007 00:13:28 +0100
+ -- Peter De Wachter <pdewacht at gmail.com>  Mon, 31 Dec 2007 23:05:42 +0100
 
 mu-cade (0.11.dfsg1-1) unstable; urgency=low
 

Modified: packages/trunk/mu-cade/debian/patches/makefile.patch
===================================================================
--- packages/trunk/mu-cade/debian/patches/makefile.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/mu-cade/debian/patches/makefile.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -29,7 +29,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+	$(CC) -o $@ $(OBJS) -lbulletml -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer -lstdc++ -lode
++	gdc -o $@ $(OBJS) -lbulletml -lSDL -lGL -lGLU -lSDL_mixer -lode
 +
 +$(OBJS): %.o: %.d
 +	$(DC) -c $(DOUT)$@ $(DFLAGS) -Iimport -Isrc $<

Modified: packages/trunk/projectl/debian/patches/makefile.patch
===================================================================
--- packages/trunk/projectl/debian/patches/makefile.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/projectl/debian/patches/makefile.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -18,7 +18,7 @@
 +all: $(EXE)
 +
 +$(EXE): import/SDL_keysym.d $(OBJS)
-+	gcc $(CFLAGS) -o $@ $(OBJS) -lgphobos -lpthread -lGLU -lGL -lm -lstdc++ -lSDL -lSDL_mixer
++	gdc $(CFLAGS) -o $@ $(OBJS) -lGL -lSDL -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
 +	gdmd -d -c -of$@ $(DFLAGS) -Iimport -Isrc $<

Modified: packages/trunk/tatan/debian/patches/makefile.patch
===================================================================
--- packages/trunk/tatan/debian/patches/makefile.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/tatan/debian/patches/makefile.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -19,7 +19,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+	gcc -o $@ $(OBJS) -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer
++	gdc -o $@ $(OBJS) -lSDL -lGL -lGLU -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
 +	$(DC) -c $(DOUT)$@ $(DFLAGS) -Iimport -Isrc $<

Modified: packages/trunk/titanion/debian/changelog
===================================================================
--- packages/trunk/titanion/debian/changelog	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/titanion/debian/changelog	2008-01-01 14:18:34 UTC (rev 5149)
@@ -6,8 +6,11 @@
   * Add Homepage field in control
   * Remove XS- from VCS fields in control
 
- -- Barry deFreese <bddebian at comcast.net>  Fri, 09 Nov 2007 15:05:54 -0500
+  [ Peter De Wachter ]
+  * Fixed link command, patch from Arthur Loiret. (Closes: #458283)
 
+ -- Peter De Wachter <pdewacht at gmail.com>  Mon, 31 Dec 2007 23:06:07 +0100
+
 titanion (0.3.dfsg1-1) unstable; urgency=low
 
   * Initial release (Closes: #439682)

Modified: packages/trunk/titanion/debian/patches/makefile.patch
===================================================================
--- packages/trunk/titanion/debian/patches/makefile.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/titanion/debian/patches/makefile.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -27,7 +27,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+	gcc -o $@ $(OBJS) -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer
++	gdc -o $@ $(OBJS) -lSDL -lGL -lGLU -lSDL_mixer
 +
 +$(OBJS):
 +	$(DC) -c -op $(DFLAGS) -Iimport -Isrc $(SOURCES)

Modified: packages/trunk/torus-trooper/debian/changelog
===================================================================
--- packages/trunk/torus-trooper/debian/changelog	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/torus-trooper/debian/changelog	2008-01-01 14:18:34 UTC (rev 5149)
@@ -8,8 +8,9 @@
   [ Peter De Wachter ]
   * Save high score when quitting via escape (Closes: #444372)
   * Make level selection more intuitive (Closes: #444948)
+  * Fixed link command, patch from Arthur Loiret. (Closes: #458279)
 
- -- Peter De Wachter <pdewacht at gmail.com>  Wed, 03 Oct 2007 23:24:52 +0200
+ -- Peter De Wachter <pdewacht at gmail.com>  Mon, 31 Dec 2007 23:02:25 +0100
 
 torus-trooper (0.22.dfsg1-1) unstable; urgency=low
 

Modified: packages/trunk/torus-trooper/debian/patches/fixes.patch
===================================================================
--- packages/trunk/torus-trooper/debian/patches/fixes.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/torus-trooper/debian/patches/fixes.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -109,7 +109,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+	gcc -o $@ $(OBJS) -lbulletml -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer -lstdc++
++	gdc -o $@ $(OBJS) -lbulletml -lSDL -lGL -lGLU -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
 +	$(DC) -c $(DOUT)$@ $(DFLAGS) $<

Modified: packages/trunk/tumiki-fighters/debian/changelog
===================================================================
--- packages/trunk/tumiki-fighters/debian/changelog	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/tumiki-fighters/debian/changelog	2008-01-01 14:18:34 UTC (rev 5149)
@@ -5,8 +5,11 @@
   * Add Homepage field to control
   * Remove XS- from VCS fields
 
- -- Barry deFreese <bddebian at comcast.net>  Fri, 09 Nov 2007 15:20:06 -0500
+  [ Peter De Wachter ]
+  * Fixed link command, patch from Arthur Loiret. (Closes: #458280)
 
+ -- Peter De Wachter <pdewacht at gmail.com>  Mon, 31 Dec 2007 23:03:24 +0100
+
 tumiki-fighters (0.2.dfsg1-1) unstable; urgency=low
 
   * Initial release (Closes: #439713)

Modified: packages/trunk/tumiki-fighters/debian/patches/makefile.patch
===================================================================
--- packages/trunk/tumiki-fighters/debian/patches/makefile.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/tumiki-fighters/debian/patches/makefile.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -27,7 +27,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+	gcc -o $@ $(OBJS) -lbulletml -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer
++	gdc -o $@ $(OBJS) -lbulletml -lSDL -lGL -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
 +	gdmd -d -c -of$@ $(DFLAGS) -Iimport -Isrc $<

Modified: packages/trunk/val-and-rick/debian/changelog
===================================================================
--- packages/trunk/val-and-rick/debian/changelog	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/val-and-rick/debian/changelog	2008-01-01 14:18:34 UTC (rev 5149)
@@ -1,9 +1,13 @@
 val-and-rick (0.1a.dfsg1-2) UNRELEASED; urgency=low
 
-  * 
+  [ Miriam Ruiz ]
+  *
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 22 Dec 2007 20:03:13 +0000
+  [ Peter De Wachter ]
+  * Fixed link command, patch from Arthur Loiret. (Closes: #458281)
 
+ -- Peter De Wachter <pdewacht at gmail.com>  Mon, 31 Dec 2007 23:05:09 +0100
+
 val-and-rick (0.1a.dfsg1-1) unstable; urgency=low
 
   * Initial release. Closes: #440901

Modified: packages/trunk/val-and-rick/debian/patches/makefile.patch
===================================================================
--- packages/trunk/val-and-rick/debian/patches/makefile.patch	2008-01-01 14:15:02 UTC (rev 5148)
+++ packages/trunk/val-and-rick/debian/patches/makefile.patch	2008-01-01 14:18:34 UTC (rev 5149)
@@ -19,7 +19,7 @@
 +#DFLAGS=-g -debug
 +CC=gcc
 +DC=gdmd
-+LIBS=-lgphobos -lbulletml -lGLU -lGL `sdl-config --libs` -lSDL_mixer -lpthread -lm -lstdc++ 
++LIBS=-lbulletml -lGLU -lGL `sdl-config --libs` -lSDL_mixer
 +EXE=val-and-rick
 +
 +all: $(EXE)




More information about the Pkg-games-commits mailing list