Author: ansgar Date: 2011-03-14 14:13:55 +0000 (Mon, 14 Mar 2011) New Revision: 11926
Added: packages/trunk/kball/debian/source/ packages/trunk/kball/debian/source/format packages/trunk/kball/debian/source/local-options Modified: packages/trunk/kball/debian/changelog packages/trunk/kball/debian/control packages/trunk/kball/debian/rules Log: * Team upload. * Use source format 3.0 (quilt). Modified: packages/trunk/kball/debian/changelog =================================================================== --- packages/trunk/kball/debian/changelog 2011-03-14 14:06:09 UTC (rev 11925) +++ packages/trunk/kball/debian/changelog 2011-03-14 14:13:55 UTC (rev 11926) @@ -1,3 +1,10 @@ +kball (0.0.20041216-7) UNRELEASED; urgency=low + + * Team upload. + * Use source format 3.0 (quilt). + + -- Ansgar Burchardt <[email protected]> Mon, 14 Mar 2011 15:12:26 +0100 + kball (0.0.20041216-6) unstable; urgency=low [ Barry deFreese ] Modified: packages/trunk/kball/debian/control =================================================================== --- packages/trunk/kball/debian/control 2011-03-14 14:06:09 UTC (rev 11925) +++ packages/trunk/kball/debian/control 2011-03-14 14:13:55 UTC (rev 11926) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]>, Barry deFreese <[email protected]> -Build-Depends: debhelper (>= 5.0.0), quilt, libxxf86dga-dev, libxxf86vm-dev, liballegro4.2-dev | liballegro-dev, libdumb1-dev, libaldmb1-dev, sharutils, libxcursor-dev +Build-Depends: debhelper (>= 5.0.0), libxxf86dga-dev, libxxf86vm-dev, liballegro4.2-dev | liballegro-dev, libdumb1-dev, libaldmb1-dev, sharutils, libxcursor-dev Standards-Version: 3.8.1 Homepage: http://kball.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/kball/ @@ -17,8 +17,6 @@ is to move the ball around the map, without falling, without running out of time, and getting the prizes, in order to reach the exit. The main feature of the game is the built-in map editor, so anybody can make their own maps. - . - Webpage: http://kball.sourceforge.net/ Package: kball-data Architecture: all @@ -29,5 +27,3 @@ of the game is the built-in map editor, so anybody can make their own maps. . This package includes the data of the game. - . - Webpage: http://kball.sourceforge.net/ Modified: packages/trunk/kball/debian/rules =================================================================== --- packages/trunk/kball/debian/rules 2011-03-14 14:06:09 UTC (rev 11925) +++ packages/trunk/kball/debian/rules 2011-03-14 14:13:55 UTC (rev 11926) @@ -14,7 +14,6 @@ configure: configure-stamp configure-stamp: dh_testdir - $(MAKE) -f /usr/share/quilt/quilt.make patch touch configure-stamp build: build-stamp @@ -29,9 +28,8 @@ dh_testroot rm -f build-stamp configure-stamp [ ! -f target.os ] || $(MAKE) clean - $(MAKE) -f /usr/share/quilt/quilt.make unpatch - find ./ -name *.o -delete + find ./ -name "*.o" -delete dh_clean Added: packages/trunk/kball/debian/source/format =================================================================== --- packages/trunk/kball/debian/source/format (rev 0) +++ packages/trunk/kball/debian/source/format 2011-03-14 14:13:55 UTC (rev 11926) @@ -0,0 +1 @@ +3.0 (quilt) Added: packages/trunk/kball/debian/source/local-options =================================================================== --- packages/trunk/kball/debian/source/local-options (rev 0) +++ packages/trunk/kball/debian/source/local-options 2011-03-14 14:13:55 UTC (rev 11926) @@ -0,0 +1,2 @@ +abort-on-upstream-changes +unapply-patches _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

