Author: jscinoz-guest Date: 2008-07-01 12:34:30 +0000 (Tue, 01 Jul 2008) New Revision: 7637
Modified: packages/trunk/urbanterror/debian/changelog packages/trunk/urbanterror/debian/control Log: fixed some stuff broken by revert Modified: packages/trunk/urbanterror/debian/changelog =================================================================== --- packages/trunk/urbanterror/debian/changelog 2008-07-01 12:27:05 UTC (rev 7636) +++ packages/trunk/urbanterror/debian/changelog 2008-07-01 12:34:30 UTC (rev 7637) @@ -1,4 +1,4 @@ -urbanterror (1.0) UNRELEASED; urgency=low +urbanterror (20071220-0) UNRELEASED; urgency=low [ Jack Coulter ] * Initial release (Closes: #468325) Modified: packages/trunk/urbanterror/debian/control =================================================================== --- packages/trunk/urbanterror/debian/control 2008-07-01 12:27:05 UTC (rev 7636) +++ packages/trunk/urbanterror/debian/control 2008-07-01 12:34:30 UTC (rev 7637) @@ -2,22 +2,34 @@ Section: contrib/games Priority: optional Maintainer: Jack Coulter <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.51~) +Build-Depends: debhelper (>= 5.0.51~), libsdl1.2-dev (>= 1.2.13) Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/urbanterror Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/urbanterror/?op=log -Homepage: http://www.urbanterror.net +Homepage: http://www.urbanterror.net/ Standards-Version: 3.8.0 Package: urbanterror -Architecture: all -Depends: ioquake3, urbanterror-data -Description: Urban Terror game client specific menu entry and launcher scripts - This package contains man pages documenting, and a launcher script to play - Urban Terror with the ioQuake3 engine. +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, urbanterror-data (>= 4.1), + libcurl3 +Suggests: urbanterror-server +Description: Urban Terror client binary + This package contains the client binary for UrbanTerror. + . + Urban Terror could best be described as a Hollywood tactical shooter; it is + realism based to a certain extent (environments/weapons/player models), but + also goes by the motto "fun over realism" (fast gameplay and lots of action). + This combination of reality and action results in a very unique, enjoyable and + addictive game. Package: urbanterror-server -Architecture: all -Depends: ioquake3-server, urbanterror-data -Description: Urban Terror dedicated server specific launcher scripts - This package contains man pages documenting, and a launcher script to run a - Urban Terror dedicated server with the ioQuake3 engine. +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, urbanterror-data (>= 4.1) +Description: Urban Terror dedicated server binary + This package contains the dedicated server for UrbanTerror. + . + Urban Terror could best be described as a Hollywood tactical shooter; it is + realism based to a certain extent (environments/weapons/player models), but + also goes by the motto "fun over realism" (fast gameplay and lots of action). + This combination of reality and action results in a very unique, enjoyable and + addictive game. _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

