Author: fourmond
Date: 2012-01-07 09:23:29 +0000 (Sat, 07 Jan 2012)
New Revision: 13072

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

Modified: packages/trunk/mu-cade/debian/changelog
===================================================================
--- packages/trunk/mu-cade/debian/changelog     2012-01-07 09:09:04 UTC (rev 
13071)
+++ packages/trunk/mu-cade/debian/changelog     2012-01-07 09:23:29 UTC (rev 
13072)
@@ -1,3 +1,13 @@
+mu-cade (0.11.dfsg1-6) unstable; urgency=medium
+
+  * Explicitly build with D version 1 (closes: #653086)
+  * Switch to source format 3.0 and drop quilt build-dep
+  * Provide soon-to-be-required build-arch and build-indep 
+    debian/rules targets
+  * Bump to 3.9.2
+
+ -- Vincent Fourmond <[email protected]>  Sat, 07 Jan 2012 10:14:24 +0100
+
 mu-cade (0.11.dfsg1-5) unstable; urgency=low
 
   [ Miriam Ruiz ]

Modified: packages/trunk/mu-cade/debian/control
===================================================================
--- packages/trunk/mu-cade/debian/control       2012-01-07 09:09:04 UTC (rev 
13071)
+++ packages/trunk/mu-cade/debian/control       2012-01-07 09:23:29 UTC (rev 
13072)
@@ -3,10 +3,10 @@
 Priority: extra
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Miriam Ruiz <[email protected]>, Peter De Wachter 
<[email protected]>, Barry deFreese <[email protected]>, Vincent Fourmond 
<[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, libode-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/mcd_e.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/mu-cade/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/mu-cade/?op=log

Modified: packages/trunk/mu-cade/debian/patches/makefile.patch
===================================================================
--- packages/trunk/mu-cade/debian/patches/makefile.patch        2012-01-07 
09:09:04 UTC (rev 13071)
+++ packages/trunk/mu-cade/debian/patches/makefile.patch        2012-01-07 
09:23:29 UTC (rev 13072)
@@ -5,11 +5,11 @@
 --- /dev/null
 +++ b/Makefile
 @@ -0,0 +1,66 @@
-+DC=gdmd
++DC=gdmd-v1
 +#DC=gdc
 +CC=gcc
 +
-+ifeq ($(DC), gdmd)
++ifeq ($(DC), gdmd-v1)
 +DFLAGS=-O -g -debug -d -release
 +#DFLAGS=-g -debug
 +DOUT=-of
@@ -57,7 +57,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+      gdc -o $@ $(OBJS) -lbulletml -lSDL -lGL -lGLU -lSDL_mixer -lode
++      gdc-v1 -o $@ $(OBJS) -lbulletml -lSDL -lGL -lGLU -lSDL_mixer -lode
 +
 +$(OBJS): %.o: %.d
 +      $(DC) -c $(DOUT)$@ $(DFLAGS) -Iimport -Isrc $<

Modified: packages/trunk/mu-cade/debian/rules
===================================================================
--- packages/trunk/mu-cade/debian/rules 2012-01-07 09:09:04 UTC (rev 13071)
+++ packages/trunk/mu-cade/debian/rules 2012-01-07 09:23:29 UTC (rev 13072)
@@ -17,10 +17,13 @@
 configure-stamp:
        dh_testdir
        #ant -v
-       $(MAKE) -f /usr/share/quilt/quilt.make patch
        touch $@
 
-build: build-stamp
+build: build-indep build-arch
+
+build-arch: build-stamp
+build-indep: build-stamp
+
 build-stamp: configure-stamp 
        dh_testdir
        $(MAKE) CFLAGS="$(CFLAGS)" DFLAGS="$(DFLAGS)"
@@ -34,7 +37,6 @@
        [ ! -f Makefile ] || $(MAKE) clean
        rm -f mu-cade
        rm -f `find . -name "*.o"`
-       $(MAKE) -f /usr/share/quilt/quilt.make unpatch
        dh_clean 
 
 install: build

Added: packages/trunk/mu-cade/debian/source/format
===================================================================
--- packages/trunk/mu-cade/debian/source/format                         (rev 0)
+++ packages/trunk/mu-cade/debian/source/format 2012-01-07 09:23:29 UTC (rev 
13072)
@@ -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