Author: kgoetz-guest Date: 2009-11-08 12:10:35 +0000 (Sun, 08 Nov 2009) New Revision: 10490
Modified: mrconfig/.mrconfig Log: * Include a request to maintain sorting in file with new packages * Sorted packages into alphabetic order, no additions/removals. * Moved (commented out) non-free section to the bottom of the file. Modified: mrconfig/.mrconfig =================================================================== --- mrconfig/.mrconfig 2009-11-08 11:59:40 UTC (rev 10489) +++ mrconfig/.mrconfig 2009-11-08 12:10:35 UTC (rev 10490) @@ -5,6 +5,8 @@ # This wiki page explains how to use mr with pkg-games: # http://wiki.debian.org/Games/VCS +# Please attempt to include new packages in the list alphabetically. + [ballz] checkout = git clone git://git.debian.org/git/pkg-games/ballz.git @@ -17,6 +19,21 @@ [cel] checkout = git clone git://git.debian.org/git/pkg-games/cel.git +[chocolate-doom] +checkout = git clone git://git.debian.org/git/pkg-games/chocolate-doom.git + +[clanlib2] +checkout = git clone git://git.debian.org/git/pkg-games/clanlib2.git + +[corewars] +checkout = git clone git://git.debian.org/git/pkg-games/corewars.git + +[crystalspace] +checkout = git clone git://git.debian.org/git/pkg-games/crystalspace.git + +[deutex] +checkout = git clone git://git.debian.org/git/pkg-games/deutex.git + [enet] checkout = git clone git://git.debian.org/git/pkg-games/enet.git @@ -26,6 +43,9 @@ [freedink] checkout = git clone git://git.debian.org/git/pkg-games/freedink.git +[freedoom] +checkout = git clone git://git.debian.org/git/pkg-games/freedoom.git + [freedink-data] checkout = git clone git://git.debian.org/git/pkg-games/freedink-data.git @@ -35,6 +55,9 @@ [funguloids] checkout = git clone git://git.debian.org/git/pkg-games/funguloids.git +[game-data-packager] +checkout = git clone git://git.debian.org/git/pkg-games/game-data-packager.git + [gargoyle-free] checkout = git clone git://git.debian.org/git/pkg-games/gargoyle-free.git @@ -95,43 +118,22 @@ [gtkatlantic] checkout = git clone git://git.debian.org/git/pkg-games/gtkatlantic.git -# Commented out because we may not want this by default. -#[non-free] -#checkout = svn co svn+ssh://svn.debian.org/svn/pkg-games/non-free/packages/trunk non-free +[spacehero] +checkout = git clone git://git.debian.org/git/pkg-games/spacehero.git +[prboom] +checkout = git clone git://git.debian.org/git/pkg-games/prboom.git + [xteddy] checkout = git clone git://git.debian.org/git/pkg-games/xteddy.git [xwelltris] checkout = git clone git://git.debian.org/git/pkg-games/xwelltris.git -[spacehero] -checkout = git clone git://git.debian.org/git/pkg-games/spacehero.git - -[corewars] -checkout = git clone git://git.debian.org/git/pkg-games/corewars.git - -[crystalspace] -checkout = git clone git://git.debian.org/git/pkg-games/crystalspace.git - -[chocolate-doom] -checkout = git clone git://git.debian.org/git/pkg-games/chocolate-doom.git - -[deutex] -checkout = git clone git://git.debian.org/git/pkg-games/deutex.git - -[freedoom] -checkout = git clone git://git.debian.org/git/pkg-games/freedoom.git - -[game-data-packager] -checkout = git clone git://git.debian.org/git/pkg-games/game-data-packager.git - -[prboom] -checkout = git clone git://git.debian.org/git/pkg-games/prboom.git - [xmris] checkout = git clone git://git.debian.org/git/pkg-games/xmris.git -[clanlib2] -checkout = git clone git://git.debian.org/git/pkg-games/clanlib2.git +# Commented out because we may not want this by default. +#[non-free] +#checkout = svn co svn+ssh://svn.debian.org/svn/pkg-games/non-free/packages/trunk non-free _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

