Author: fourmond
Date: 2012-01-07 15:29:15 +0000 (Sat, 07 Jan 2012)
New Revision: 13080

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

Modified: packages/trunk/tatan/debian/changelog
===================================================================
--- packages/trunk/tatan/debian/changelog       2012-01-07 10:08:55 UTC (rev 
13079)
+++ packages/trunk/tatan/debian/changelog       2012-01-07 15:29:15 UTC (rev 
13080)
@@ -1,3 +1,13 @@
+tatan (1.0.dfsg1-3) unstable; urgency=low
+
+  * Team upload.
+  * Explicitly build with D version 1 (closes: #653090)
+  * 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:23:42 +0100
+
 tatan (1.0.dfsg1-2) unstable; urgency=low
 
   [ Ansgar Burchardt ]

Modified: packages/trunk/tatan/debian/control
===================================================================
--- packages/trunk/tatan/debian/control 2012-01-07 10:08:55 UTC (rev 13079)
+++ packages/trunk/tatan/debian/control 2012-01-07 15:29:15 UTC (rev 13080)
@@ -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://hizuoka.web.fc2.com/game/tatan/index_en.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/tatan/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/tatan/?op=log

Modified: packages/trunk/tatan/debian/patches/makefile.patch
===================================================================
--- packages/trunk/tatan/debian/patches/makefile.patch  2012-01-07 10:08:55 UTC 
(rev 13079)
+++ packages/trunk/tatan/debian/patches/makefile.patch  2012-01-07 15:29:15 UTC 
(rev 13080)
@@ -7,7 +7,7 @@
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
 +++ tatan-1.0/Makefile 2007-09-05 11:50:48.000000000 +0000
 @@ -0,0 +1,23 @@
-+DC=gdmd
++DC=gdmd-v1
 +DFLAGS=-g -O -d -release
 +DOUT=-of
 +
@@ -19,7 +19,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+      gdc -o $@ $(OBJS) -lSDL -lGL -lGLU -lSDL_mixer
++      gdc-v1 -o $@ $(OBJS) -lSDL -lGL -lGLU -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
 +      $(DC) -c $(DOUT)$@ $(DFLAGS) -Iimport -Isrc $<

Modified: packages/trunk/tatan/debian/rules
===================================================================
--- packages/trunk/tatan/debian/rules   2012-01-07 10:08:55 UTC (rev 13079)
+++ packages/trunk/tatan/debian/rules   2012-01-07 15:29:15 UTC (rev 13080)
@@ -16,10 +16,12 @@
 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
@@ -34,7 +36,6 @@
        [ ! -f Makefile ] || $(MAKE) clean
        rm -f tatan
        rm -f `find . -name "*.o"`
-       $(MAKE) -f /usr/share/quilt/quilt.make unpatch
        dh_clean 
 
 install: build

Added: packages/trunk/tatan/debian/source/format
===================================================================
--- packages/trunk/tatan/debian/source/format                           (rev 0)
+++ packages/trunk/tatan/debian/source/format   2012-01-07 15:29:15 UTC (rev 
13080)
@@ -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