r13084 - in packages/trunk/torus-trooper/debian: . patches source

Vincent Fourmond fourmond at alioth.debian.org
Sat Jan 7 15:44:26 UTC 2012


Author: fourmond
Date: 2012-01-07 15:44:26 +0000 (Sat, 07 Jan 2012)
New Revision: 13084

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

Modified: packages/trunk/torus-trooper/debian/changelog
===================================================================
--- packages/trunk/torus-trooper/debian/changelog	2012-01-07 15:36:04 UTC (rev 13083)
+++ packages/trunk/torus-trooper/debian/changelog	2012-01-07 15:44:26 UTC (rev 13084)
@@ -1,3 +1,14 @@
+torus-trooper (0.22.dfsg1-7) unstable; urgency=low
+
+  * Team upload.
+  * Explicitly build with D version 1 (closes: #653092)
+  * 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 <fourmond at debian.org>  Sat, 07 Jan 2012 16:40:02 +0100
+
 torus-trooper (0.22.dfsg1-6) unstable; urgency=low
 
   * Patched for changes in the D language. (Closes: #574326)

Modified: packages/trunk/torus-trooper/debian/control
===================================================================
--- packages/trunk/torus-trooper/debian/control	2012-01-07 15:36:04 UTC (rev 13083)
+++ packages/trunk/torus-trooper/debian/control	2012-01-07 15:44:26 UTC (rev 13084)
@@ -3,10 +3,10 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Peter De Wachter <pdewacht at gmail.com>
-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.1
+Standards-Version: 3.9.2
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/tt_e.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/torus-trooper/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/torus-trooper/?op=log

Modified: packages/trunk/torus-trooper/debian/patches/fixes.patch
===================================================================
--- packages/trunk/torus-trooper/debian/patches/fixes.patch	2012-01-07 15:36:04 UTC (rev 13083)
+++ packages/trunk/torus-trooper/debian/patches/fixes.patch	2012-01-07 15:44:26 UTC (rev 13084)
@@ -109,10 +109,10 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+	gdc -o $@ $(OBJS) -lbulletml -lSDL -lGL -lGLU -lSDL_mixer
++	gdc-v1 -o $@ $(OBJS) -lbulletml -lSDL -lGL -lGLU -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
-+	gdc -c -o $@ -Iimport -Isrc $(DFLAGS) $<
++	gdc-v1 -c -o $@ -Iimport -Isrc $(DFLAGS) $<
 --- a/src/abagames/util/logger.d
 +++ b/src/abagames/util/logger.d
 @@ -5,7 +5,7 @@
@@ -319,7 +319,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(OBJS)
-+	gdc -o $@ $(OBJS) -lbulletml -lSDL -lGL -lGLU -lSDL_mixer
++	gdc-v1 -o $@ $(OBJS) -lbulletml -lSDL -lGL -lGLU -lSDL_mixer
 +
 +$(OBJS): %.o: %.d
-+	gdc -c -o $@ -Iimport -Isrc-hiz -fversion=pure $(DFLAGS) $<
++	gdc-v1 -c -o $@ -Iimport -Isrc-hiz -fversion=pure $(DFLAGS) $<

Modified: packages/trunk/torus-trooper/debian/rules
===================================================================
--- packages/trunk/torus-trooper/debian/rules	2012-01-07 15:36:04 UTC (rev 13083)
+++ packages/trunk/torus-trooper/debian/rules	2012-01-07 15:44:26 UTC (rev 13084)
@@ -13,12 +13,15 @@
 patch: patch-stamp
 patch-stamp:
 	dh_testdir
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	cp -a src src-hiz
 	cd src-hiz && patch -p2 < ../debian/patches/torus-trooper-pure.patch
 	touch $@
 
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+build-indep: build-stamp
+
 build-stamp: patch-stamp 
 	dh_testdir
 	$(MAKE) DFLAGS="$(DFLAGS)"
@@ -32,7 +35,6 @@
 	rm -rf src-hiz
 	rm -f torus-trooper torus-trooper-pure
 	rm -f `find . -name "*.o"`
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 
 
 install: build

Added: packages/trunk/torus-trooper/debian/source/format
===================================================================
--- packages/trunk/torus-trooper/debian/source/format	                        (rev 0)
+++ packages/trunk/torus-trooper/debian/source/format	2012-01-07 15:44:26 UTC (rev 13084)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-games-commits mailing list