Author: pabs Date: 2010-12-04 08:52:22 +0000 (Sat, 04 Dec 2010) New Revision: 11561
Added: packages/trunk/primrose/debian/source/ packages/trunk/primrose/debian/source/format Removed: packages/trunk/primrose/debian/README.source Modified: packages/trunk/primrose/debian/changelog packages/trunk/primrose/debian/control packages/trunk/primrose/debian/rules Log: Switch to dpkg-source v3 Deleted: packages/trunk/primrose/debian/README.source =================================================================== --- packages/trunk/primrose/debian/README.source 2010-12-04 05:51:29 UTC (rev 11560) +++ packages/trunk/primrose/debian/README.source 2010-12-04 08:52:22 UTC (rev 11561) @@ -1,2 +0,0 @@ -This package uses quilt for patch management, for more information see -the file /usr/share/doc/quilt/README.source in the quilt package. Modified: packages/trunk/primrose/debian/changelog =================================================================== --- packages/trunk/primrose/debian/changelog 2010-12-04 05:51:29 UTC (rev 11560) +++ packages/trunk/primrose/debian/changelog 2010-12-04 08:52:22 UTC (rev 11561) @@ -1,3 +1,9 @@ +primrose (6+dfsg1-2) UNRELEASED; urgency=low + + * Switch to dpkg-source v3 + + -- Paul Wise <[email protected]> Sat, 04 Dec 2010 16:45:35 +0800 + primrose (6+dfsg1-1) unstable; urgency=low * New upstream release Modified: packages/trunk/primrose/debian/control =================================================================== --- packages/trunk/primrose/debian/control 2010-12-04 05:51:29 UTC (rev 11560) +++ packages/trunk/primrose/debian/control 2010-12-04 08:52:22 UTC (rev 11561) @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Paul Wise <[email protected]>, Christoph Egger <[email protected]> -Build-Depends: debhelper (>= 7), quilt, libsdl1.2-dev +Build-Depends: debhelper (>= 7), libsdl1.2-dev Standards-Version: 3.8.1 Homepage: http://primrose.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/primrose/ Modified: packages/trunk/primrose/debian/rules =================================================================== --- packages/trunk/primrose/debian/rules 2010-12-04 05:51:29 UTC (rev 11560) +++ packages/trunk/primrose/debian/rules 2010-12-04 08:52:22 UTC (rev 11561) @@ -3,8 +3,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/quilt/quilt.make - CFLAGS = -Wall -g ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) @@ -19,7 +17,7 @@ endif configure: configure-stamp -configure-stamp: $(QUILT_STAMPFN) +configure-stamp: dh_testdir chmod u+x tilePlacementGames/game1/configure cd tilePlacementGames/game1 && platformSelection=1 ./configure Added: packages/trunk/primrose/debian/source/format =================================================================== --- packages/trunk/primrose/debian/source/format (rev 0) +++ packages/trunk/primrose/debian/source/format 2010-12-04 08:52:22 UTC (rev 11561) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

