Author: fourmond Date: 2012-01-07 10:07:25 +0000 (Sat, 07 Jan 2012) New Revision: 13078
Added: packages/trunk/projectl/debian/source/ packages/trunk/projectl/debian/source/format Modified: packages/trunk/projectl/debian/changelog packages/trunk/projectl/debian/control packages/trunk/projectl/debian/patches/makefile.patch packages/trunk/projectl/debian/rules Log: [projectl] Explicitly depend on D version 1 Modified: packages/trunk/projectl/debian/changelog =================================================================== --- packages/trunk/projectl/debian/changelog 2012-01-07 09:46:36 UTC (rev 13077) +++ packages/trunk/projectl/debian/changelog 2012-01-07 10:07:25 UTC (rev 13078) @@ -1,3 +1,13 @@ +projectl (1.001.dfsg1-4) unstable; urgency=medium + + * Team upload. + * Explicitly build with D version 1 (closes: #653089) + * 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 11:05:18 +0100 + projectl (1.001.dfsg1-3) unstable; urgency=low * Patched for changes in the D language. (Closes: #574301) Modified: packages/trunk/projectl/debian/control =================================================================== --- packages/trunk/projectl/debian/control 2012-01-07 09:46:36 UTC (rev 13077) +++ packages/trunk/projectl/debian/control 2012-01-07 10:07:25 UTC (rev 13078) @@ -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.8.0 +Standards-Version: 3.9.2 Homepage: http://hizuoka.web.fc2.com/game/projectL/index_en.html Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/projectl/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/projectl/?op=log Modified: packages/trunk/projectl/debian/patches/makefile.patch =================================================================== --- packages/trunk/projectl/debian/patches/makefile.patch 2012-01-07 09:46:36 UTC (rev 13077) +++ packages/trunk/projectl/debian/patches/makefile.patch 2012-01-07 10:07:25 UTC (rev 13078) @@ -18,10 +18,10 @@ +all: $(EXE) + +$(EXE): import/SDL_keysym.d $(OBJS) -+ gdc $(CFLAGS) -o $@ $(OBJS) -lGL -lSDL -lSDL_mixer ++ gdc-v1 $(CFLAGS) -o $@ $(OBJS) -lGL -lSDL -lSDL_mixer + +$(OBJS): %.o: %.d -+ gdmd -d -c -of$@ $(DFLAGS) -Iimport -Isrc $< ++ gdmd-v1 -d -c -of$@ $(DFLAGS) -Iimport -Isrc $< + + +clean: Modified: packages/trunk/projectl/debian/rules =================================================================== --- packages/trunk/projectl/debian/rules 2012-01-07 09:46:36 UTC (rev 13077) +++ packages/trunk/projectl/debian/rules 2012-01-07 10:07:25 UTC (rev 13078) @@ -16,10 +16,13 @@ patch: patch-stamp patch-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: patch-stamp dh_testdir $(MAKE) CFLAGS="$(CFLAGS)" DFLAGS="$(DFLAGS)" @@ -32,7 +35,6 @@ #[ ! -f Makefile ] || $(MAKE) clean rm -f projectl rm -f `find . -name "*.o"` - $(MAKE) -f /usr/share/quilt/quilt.make unpatch dh_clean install: build Added: packages/trunk/projectl/debian/source/format =================================================================== --- packages/trunk/projectl/debian/source/format (rev 0) +++ packages/trunk/projectl/debian/source/format 2012-01-07 10:07:25 UTC (rev 13078) @@ -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

