r13088 - in packages/trunk/val-and-rick/debian: . patches source

Vincent Fourmond fourmond at alioth.debian.org
Sat Jan 7 16:01:44 UTC 2012


Author: fourmond
Date: 2012-01-07 16:01:44 +0000 (Sat, 07 Jan 2012)
New Revision: 13088

Added:
   packages/trunk/val-and-rick/debian/source/
   packages/trunk/val-and-rick/debian/source/format
Modified:
   packages/trunk/val-and-rick/debian/changelog
   packages/trunk/val-and-rick/debian/control
   packages/trunk/val-and-rick/debian/patches/makefile.patch
   packages/trunk/val-and-rick/debian/rules
Log:
[val-and-rick] also explicitly build with D version 1. Well, that was the last one !

Modified: packages/trunk/val-and-rick/debian/changelog
===================================================================
--- packages/trunk/val-and-rick/debian/changelog	2012-01-07 15:55:49 UTC (rev 13087)
+++ packages/trunk/val-and-rick/debian/changelog	2012-01-07 16:01:44 UTC (rev 13088)
@@ -1,13 +1,20 @@
-val-and-rick (0.1a.dfsg1-3) UNRELEASED; urgency=low
-
+val-and-rick (0.1a.dfsg1-3) unstable; urgency=low
+  
+  * Team upload
   [ Miriam Ruiz ]
   * Replaced XS-DM-Upload-Allowed by DM-Upload-Allowed in debian/control.
 
   [ Ansgar Burchardt ]
   * Remove deprecated Encoding key from .desktop file
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 29 Feb 2008 01:21:26 +0100
+  [ Vincent Fourmond ]
+  * Explicitly build with D version 1 (closes: #653094)
+  * 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:57:57 +0100
+
 val-and-rick (0.1a.dfsg1-2) unstable; urgency=low
 
   [ Peter De Wachter ]

Modified: packages/trunk/val-and-rick/debian/control
===================================================================
--- packages/trunk/val-and-rick/debian/control	2012-01-07 15:55:49 UTC (rev 13087)
+++ packages/trunk/val-and-rick/debian/control	2012-01-07 16:01:44 UTC (rev 13088)
@@ -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.7.3
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/val-and-rick/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/val-and-rick/?op=log
 DM-Upload-Allowed: yes

Modified: packages/trunk/val-and-rick/debian/patches/makefile.patch
===================================================================
--- packages/trunk/val-and-rick/debian/patches/makefile.patch	2012-01-07 15:55:49 UTC (rev 13087)
+++ packages/trunk/val-and-rick/debian/patches/makefile.patch	2012-01-07 16:01:44 UTC (rev 13088)
@@ -18,14 +18,14 @@
 +DFLAGS=-O -release
 +#DFLAGS=-g -debug
 +CC=gcc
-+DC=gdmd
++DC=gdmd-v1
 +LIBS=-lbulletml -lGLU -lGL `sdl-config --libs` -lSDL_mixer
 +EXE=val-and-rick
 +
 +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/val-and-rick/debian/rules
===================================================================
--- packages/trunk/val-and-rick/debian/rules	2012-01-07 15:55:49 UTC (rev 13087)
+++ packages/trunk/val-and-rick/debian/rules	2012-01-07 16:01:44 UTC (rev 13088)
@@ -16,12 +16,14 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	#ant -v
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	touch $@
 
-build: build-stamp
-build-stamp: configure-stamp 
+build: build-arch build-indep
+
+build-arch: build-stamp
+build-indep: build-stamp
+
+build-stamp: 
 	dh_testdir
 	$(MAKE) CFLAGS="$(CFLAGS)" DFLAGS="$(DFLAGS)"
 	touch $@
@@ -34,7 +36,6 @@
 	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f val-and-rick
 	rm -f `find . -name "*.o"`
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 
 
 install: build

Added: packages/trunk/val-and-rick/debian/source/format
===================================================================
--- packages/trunk/val-and-rick/debian/source/format	                        (rev 0)
+++ packages/trunk/val-and-rick/debian/source/format	2012-01-07 16:01:44 UTC (rev 13088)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-games-commits mailing list