r13074 - in packages/trunk/parsec47/debian: . patches source

Vincent Fourmond fourmond at alioth.debian.org
Sat Jan 7 09:34:09 UTC 2012


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

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

Modified: packages/trunk/parsec47/debian/changelog
===================================================================
--- packages/trunk/parsec47/debian/changelog	2012-01-07 09:23:42 UTC (rev 13073)
+++ packages/trunk/parsec47/debian/changelog	2012-01-07 09:34:09 UTC (rev 13074)
@@ -1,3 +1,13 @@
+parsec47 (0.2.dfsg1-4) unstable; urgency=low
+
+  * Team upload.
+  * Explicitly build with D version 1 (closes: #653087)
+  * 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 10:27:49 +0100
+
 parsec47 (0.2.dfsg1-3) unstable; urgency=low
 
   [ Peter De Wachter ]

Modified: packages/trunk/parsec47/debian/control
===================================================================
--- packages/trunk/parsec47/debian/control	2012-01-07 09:23:42 UTC (rev 13073)
+++ packages/trunk/parsec47/debian/control	2012-01-07 09:34:09 UTC (rev 13074)
@@ -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,
  libgl1-mesa-dev | libgl-dev,
  libsdl1.2-dev, libsdl-mixer1.2-dev, libbulletml-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Homepage: http://www.asahi-net.or.jp/~cs8k-cyu/windows/p47_e.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/parsec47/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/parsec47/?op=log

Modified: packages/trunk/parsec47/debian/patches/makefile.patch
===================================================================
--- packages/trunk/parsec47/debian/patches/makefile.patch	2012-01-07 09:23:42 UTC (rev 13073)
+++ packages/trunk/parsec47/debian/patches/makefile.patch	2012-01-07 09:34:09 UTC (rev 13074)
@@ -38,10 +38,10 @@
 +all: $(EXE)
 +
 +$(EXE): import/SDL_Keysym.d $(OBJS)
-+	gdc -o $@ $(OBJS)  -lbulletml -lSDL_mixer -lSDL -lGL -lm
++	gdc-v1 -o $@ $(OBJS)  -lbulletml -lSDL_mixer -lSDL -lGL -lm
 +
 +%.o: %.d
-+	gdmd -d -c -of$@ $(DFLAGS) -Iimport -Isrc -I/usr/X11R6/include/ $<
++	gdmd-v1 -d -c -of$@ $(DFLAGS) -Iimport -Isrc -I/usr/X11R6/include/ $<
 +
 +%.o: %.c
 +	gcc -c $< -o $@ $(CFLAGS)

Modified: packages/trunk/parsec47/debian/rules
===================================================================
--- packages/trunk/parsec47/debian/rules	2012-01-07 09:23:42 UTC (rev 13073)
+++ packages/trunk/parsec47/debian/rules	2012-01-07 09:34:09 UTC (rev 13074)
@@ -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 parsec47
 	rm -f `find . -name "*.o"`
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 
 
 install: build

Modified: packages/trunk/parsec47/debian/source/format
===================================================================
--- packages/trunk/parsec47/debian/source/format	2012-01-07 09:23:42 UTC (rev 13073)
+++ packages/trunk/parsec47/debian/source/format	2012-01-07 09:34:09 UTC (rev 13074)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Pkg-games-commits mailing list