Author: jmtd-guest Date: 2009-06-17 21:04:04 +0000 (Wed, 17 Jun 2009) New Revision: 9864
Modified: packages/trunk/freedoom/debian/changelog packages/trunk/freedoom/debian/control Log: experimental changes Modified: packages/trunk/freedoom/debian/changelog =================================================================== --- packages/trunk/freedoom/debian/changelog 2009-06-17 19:57:09 UTC (rev 9863) +++ packages/trunk/freedoom/debian/changelog 2009-06-17 21:04:04 UTC (rev 9864) @@ -1,3 +1,10 @@ +freedoom (0.6.4-2) experimental; urgency=low + + * use python-minimal instead of python. + * require boom-engine instead of doom-engine. + + -- Jon Dowland <[email protected]> Wed, 17 Jun 2009 22:05:07 +0100 + freedoom (0.6.4-1) unstable; urgency=low * Add Build-Depends-Indep: on python. Thanks Daniel Schepler Modified: packages/trunk/freedoom/debian/control =================================================================== --- packages/trunk/freedoom/debian/control 2009-06-17 19:57:09 UTC (rev 9863) +++ packages/trunk/freedoom/debian/control 2009-06-17 21:04:04 UTC (rev 9864) @@ -13,7 +13,7 @@ Package: freedoom Architecture: all -Depends: doom-engine +Depends: boom-engine Provides: boom-wad Conflicts: prboom (<< 2:2.4.7+dfsg-3) Description: free game files for the 3D game DOOM @@ -25,12 +25,12 @@ Free, you currently still need one of the proprietary IWAD files from id in order to play Doom. Freedoom aims to create a Free alternative. . - Combined with the GPL-licensed Doom source code this will result in a - complete Free Doom-based game. + Combined with any boom compatible Doom engine (such as prboom) this will + result in a complete Free Doom-based game. Package: freedm Architecture: all -Depends: doom-engine +Depends: boom-engine Provides: boom-wad Conflicts: prboom (<< 2:2.4.7+dfsg-3) Description: multiplayer-oriented maps for Doom @@ -41,5 +41,5 @@ play. . FreeDM does not require Freedoom to play and can be used in conjunction - with a doom-engine. Please note that this is designed for multiplayer and + with a boom-engine. Please note that this is designed for multiplayer and will not be of much use for single player. _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

