Author: fuddl-guest Date: 2008-03-11 00:45:11 +0000 (Tue, 11 Mar 2008) New Revision: 6017
Modified: packages/trunk/nexuiz/debian/control Log: * correect package dependencies. i must have understood something wrong Modified: packages/trunk/nexuiz/debian/control =================================================================== --- packages/trunk/nexuiz/debian/control 2008-03-10 21:41:23 UTC (rev 6016) +++ packages/trunk/nexuiz/debian/control 2008-03-11 00:45:11 UTC (rev 6017) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]>, Gonéri Le Bouder <[EMAIL PROTECTED]>, Gerfried Fuchs <[EMAIL PROTECTED]> -Build-Depends: debhelper (> 5.0.0), libsdl-dev, sharutils, imagemagick, dpatch +Build-Depends: debhelper (>= 5.0.0), libsdl-dev, sharutils, imagemagick, dpatch Standards-Version: 3.7.3 Homepage: http://www.nexuiz.com/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/nexuiz/ @@ -11,8 +11,8 @@ Package: nexuiz Architecture: any -Depends: ${shlibs:Depends}, nexuiz-data (> ${source:Upstream-Version}), libvorbisfile3, libcurl3 -Recommends: nexuiz-music (> ${source:Upstream-Version}), xqf +Depends: ${shlibs:Depends}, nexuiz-data (>= ${source:Upstream-Version}), libvorbisfile3, libcurl3 +Recommends: nexuiz-music (>= ${source:Upstream-Version}), xqf Description: A fast-paced 3D first-person shooter Nexuiz is a fast-paced 3D deathmatch game with high-end and complex graphics effects. It is intended to be played over the Internet or over a local network. @@ -28,7 +28,7 @@ Package: nexuiz-server Architecture: any -Depends: ${shlibs:Depends}, nexuiz-data (> ${source:Upstream-Version}) +Depends: ${shlibs:Depends}, nexuiz-data (>= ${source:Upstream-Version}) Description: Standalone server for Nexuiz Nexuiz is a fast-paced 3D deathmatch game with high-end and complex graphics effects. It is intended to be played over the Internet or over a local network. _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

