Author: fourmond
Date: 2012-01-07 15:55:25 +0000 (Sat, 07 Jan 2012)
New Revision: 13086

Added:
   packages/trunk/tumiki-fighters/debian/source/
   packages/trunk/tumiki-fighters/debian/source/format
Modified:
   packages/trunk/tumiki-fighters/debian/changelog
   packages/trunk/tumiki-fighters/debian/control
   packages/trunk/tumiki-fighters/debian/patches/makefile.patch
   packages/trunk/tumiki-fighters/debian/rules
Log:
[tumiki-fighters] explicitly build with D version 1

Modified: packages/trunk/tumiki-fighters/debian/changelog
===================================================================
--- packages/trunk/tumiki-fighters/debian/changelog     2012-01-07 15:47:21 UTC 
(rev 13085)
+++ packages/trunk/tumiki-fighters/debian/changelog     2012-01-07 15:55:25 UTC 
(rev 13086)
@@ -1,3 +1,13 @@
+tumiki-fighters (0.2.dfsg1-5) unstable; urgency=low
+
+  * Team upload.
+  * Explicitly build with D version 1 (closes: #653093)
+  * Switch to format 3.0 (quilt) and drop build-dep on quilt
+  * Provide build-arch and build-indep targets
+  * Conforms to standards 3.9.2
+
+ -- Vincent Fourmond <[email protected]>  Sat, 07 Jan 2012 16:51:52 +0100
+
 tumiki-fighters (0.2.dfsg1-4) unstable; urgency=low
 
   * Patched for changes in the D language. (Closes: #574327)

Modified: packages/trunk/tumiki-fighters/debian/control
===================================================================
--- packages/trunk/tumiki-fighters/debian/control       2012-01-07 15:47:21 UTC 
(rev 13085)
+++ packages/trunk/tumiki-fighters/debian/control       2012-01-07 15:55:25 UTC 
(rev 13086)
@@ -5,10 +5,10 @@
 Uploaders: Miriam Ruiz <[email protected]>,
   Peter De Wachter <[email protected]>,
   Barry deFreese <[email protected]>
-Build-Depends: debhelper (>= 5), quilt, gdc,
+Build-Depends: debhelper (>= 5), gdc-v1,
  libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
  libsdl1.2-dev, libsdl-mixer1.2-dev, libbulletml-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.9.2
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/tf_e.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/tumiki-fighters/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/tumiki-fighters/?op=log

Modified: packages/trunk/tumiki-fighters/debian/patches/makefile.patch
===================================================================
--- packages/trunk/tumiki-fighters/debian/patches/makefile.patch        
2012-01-07 15:47:21 UTC (rev 13085)
+++ packages/trunk/tumiki-fighters/debian/patches/makefile.patch        
2012-01-07 15:55:25 UTC (rev 13086)
@@ -7,9 +7,9 @@
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
 +++ tumiki-fighters-0.2.dfsg1/Makefile 2007-09-08 17:35:31.000000000 +0000
 @@ -0,0 +1,32 @@
-+DC=gdmd
++DC=gdmd-v1
 +#DC=gdc
-+ifeq ($(DC), gdmd)
++ifeq ($(DC), gdmd-v1)
 +DFLAGS=-g -debug -O
 +#DFLAGS=-g -debug
 +DOUT=-of
@@ -27,10 +27,10 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+      gdc -o $@ $(OBJS) -lbulletml -lSDL -lGL -lSDL_mixer
++      gdc-v1 -o $@ $(OBJS) -lbulletml -lSDL -lGL -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
-+      gdmd -d -c -of$@ $(DFLAGS) -Iimport -Isrc $<
++      gdmd-v1 -d -c -of$@ $(DFLAGS) -Iimport -Isrc $<
 +
 +clean:
 +      $(RM) src/*.o

Modified: packages/trunk/tumiki-fighters/debian/rules
===================================================================
--- packages/trunk/tumiki-fighters/debian/rules 2012-01-07 15:47:21 UTC (rev 
13085)
+++ packages/trunk/tumiki-fighters/debian/rules 2012-01-07 15:55:25 UTC (rev 
13086)
@@ -13,15 +13,11 @@
        DFLAGS = -O -release -d
 endif
 
-patch: patch-stamp
-patch-stamp:
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp: 
        dh_testdir
-       $(MAKE) -f /usr/share/quilt/quilt.make patch
-       touch $@
-
-build: build-stamp
-build-stamp: patch-stamp 
-       dh_testdir
        #ant -v
        $(MAKE) CFLAGS="$(CFLAGS)" DFLAGS="$(DFLAGS)"
        touch $@
@@ -34,7 +30,6 @@
        [ ! -f Makefile ] || $(MAKE) clean
        rm -f tumiki-fighters
        rm -f `find . -name "*.o"`
-       $(MAKE) -f /usr/share/quilt/quilt.make unpatch
        dh_clean 
 
 install: build

Added: packages/trunk/tumiki-fighters/debian/source/format
===================================================================
--- packages/trunk/tumiki-fighters/debian/source/format                         
(rev 0)
+++ packages/trunk/tumiki-fighters/debian/source/format 2012-01-07 15:55:25 UTC 
(rev 13086)
@@ -0,0 +1 @@
+3.0 (quilt)


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to