Author: pabs Date: 2010-11-18 09:55:37 +0000 (Thu, 18 Nov 2010) New Revision: 11465
Removed: packages/trunk/gravitation/debian/README.source Modified: packages/trunk/gravitation/debian/changelog packages/trunk/gravitation/debian/control packages/trunk/gravitation/debian/rules Log: Switch to dpkg-source v3 format Deleted: packages/trunk/gravitation/debian/README.source =================================================================== --- packages/trunk/gravitation/debian/README.source 2010-11-17 21:52:56 UTC (rev 11464) +++ packages/trunk/gravitation/debian/README.source 2010-11-18 09:55:37 UTC (rev 11465) @@ -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/gravitation/debian/changelog =================================================================== --- packages/trunk/gravitation/debian/changelog 2010-11-17 21:52:56 UTC (rev 11464) +++ packages/trunk/gravitation/debian/changelog 2010-11-18 09:55:37 UTC (rev 11465) @@ -1,3 +1,9 @@ +gravitation (3+dfsg1-3) UNRELEASED; urgency=low + + * Switch to dpkg-source v3 format + + -- Paul Wise <[email protected]> Thu, 18 Nov 2010 17:53:10 +0800 + gravitation (3+dfsg1-2) unstable; urgency=low [ Paul Wise ] Modified: packages/trunk/gravitation/debian/control =================================================================== --- packages/trunk/gravitation/debian/control 2010-11-17 21:52:56 UTC (rev 11464) +++ packages/trunk/gravitation/debian/control 2010-11-18 09:55:37 UTC (rev 11465) @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Paul Wise <[email protected]> -Build-Depends: debhelper (>= 7), quilt, libsdl1.2-dev +Build-Depends: debhelper (>= 7), libsdl1.2-dev Standards-Version: 3.8.0 Homepage: http://hcsoftware.sourceforge.net/gravitation/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/gravitation/ Modified: packages/trunk/gravitation/debian/rules =================================================================== --- packages/trunk/gravitation/debian/rules 2010-11-17 21:52:56 UTC (rev 11464) +++ packages/trunk/gravitation/debian/rules 2010-11-18 09:55:37 UTC (rev 11465) @@ -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 game5/gameSource/configure cd game5/gameSource && platformSelection=1 ./configure _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

