Author: fourmond
Date: 2012-01-07 09:08:08 +0000 (Sat, 07 Jan 2012)
New Revision: 13070

Added:
   packages/trunk/gunroar/debian/source/
   packages/trunk/gunroar/debian/source/format
Modified:
   packages/trunk/gunroar/debian/changelog
   packages/trunk/gunroar/debian/control
   packages/trunk/gunroar/debian/patches/makefile.patch
   packages/trunk/gunroar/debian/rules
Log:
[gunroar] explicitly depend on D version 1

Modified: packages/trunk/gunroar/debian/changelog
===================================================================
--- packages/trunk/gunroar/debian/changelog     2012-01-06 22:45:49 UTC (rev 
13069)
+++ packages/trunk/gunroar/debian/changelog     2012-01-07 09:08:08 UTC (rev 
13070)
@@ -1,3 +1,13 @@
+gunroar (0.15.dfsg1-5) unstable; urgency=medium
+
+  * Team upload.
+  * Drop quilt over a switch to source format 3.0 (quilt)
+  * Explicitly build using D version 1 (closes: #653084)
+  * Provides debian/rule targets build-arch and build-indep
+  * Bump to standards 3.9.2
+
+ -- Vincent Fourmond <[email protected]>  Sat, 07 Jan 2012 10:05:54 +0100
+
 gunroar (0.15.dfsg1-4) unstable; urgency=low
 
   [ Miriam Ruiz ]

Modified: packages/trunk/gunroar/debian/control
===================================================================
--- packages/trunk/gunroar/debian/control       2012-01-06 22:45:49 UTC (rev 
13069)
+++ packages/trunk/gunroar/debian/control       2012-01-07 09:08:08 UTC (rev 
13070)
@@ -3,10 +3,10 @@
 Priority: extra
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Miriam Ruiz <[email protected]>, Peter De Wachter 
<[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
-Standards-Version: 3.7.3
+Standards-Version: 3.9.2
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/gr_e.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/gunroar/
 Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/gunroar/?op=log

Modified: packages/trunk/gunroar/debian/patches/makefile.patch
===================================================================
--- packages/trunk/gunroar/debian/patches/makefile.patch        2012-01-06 
22:45:49 UTC (rev 13069)
+++ packages/trunk/gunroar/debian/patches/makefile.patch        2012-01-07 
09:08:08 UTC (rev 13070)
@@ -19,14 +19,14 @@
 +DFLAGS=-O -release
 +#DFLAGS=-g -debug
 +CC=gcc
-+DC=gdmd
++DC=gdmd-v1
 +LIBS=-lGLU -lGL `sdl-config --libs` -lSDL_mixer 
 +EXE=gunroar
 +
 +all: $(EXE)
 +
 +$(EXE): $(LOBJS) $(OBJS) $(COBJS)
-+      gdc $(LDFLAGS) -o $@ $+ $(LIBS)
++      gdc-v1 $(LDFLAGS) -o $@ $+ $(LIBS)
 +
 +$(LOBJS): %.o: %.d
 +      $(DC) -d -c -of$@ $(DFLAGS) -Iimport $<

Modified: packages/trunk/gunroar/debian/rules
===================================================================
--- packages/trunk/gunroar/debian/rules 2012-01-06 22:45:49 UTC (rev 13069)
+++ packages/trunk/gunroar/debian/rules 2012-01-07 09:08:08 UTC (rev 13070)
@@ -16,10 +16,13 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       $(MAKE) -f /usr/share/quilt/quilt.make patch
        touch $@
 
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+build-indep: build-stamp
+
 build-stamp: configure-stamp 
        dh_testdir
        #ant -v
@@ -35,7 +38,6 @@
        [ ! -f Makefile ] || $(MAKE) clean
        rm -f gunroar
        rm -f `find . -name "*.o"`
-       $(MAKE) -f /usr/share/quilt/quilt.make unpatch
        dh_clean 
 
 install: build

Added: packages/trunk/gunroar/debian/source/format
===================================================================
--- packages/trunk/gunroar/debian/source/format                         (rev 0)
+++ packages/trunk/gunroar/debian/source/format 2012-01-07 09:08:08 UTC (rev 
13070)
@@ -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