Author: fuddl-guest Date: 2008-03-11 00:46:28 +0000 (Tue, 11 Mar 2008) New Revision: 6018
Modified: packages/trunk/nexuiz-data/debian/control Log: * correct dependencies. i must have understood something wrong Modified: packages/trunk/nexuiz-data/debian/control =================================================================== --- packages/trunk/nexuiz-data/debian/control 2008-03-11 00:45:11 UTC (rev 6017) +++ packages/trunk/nexuiz-data/debian/control 2008-03-11 00:46:28 UTC (rev 6018) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]>, Gonéri Le Bouder <[EMAIL PROTECTED]> -Build-Depends: debhelper (> 4.0.0), fteqcc (> 3343-1) +Build-Depends: debhelper (>= 4.0.0), fteqcc (>= 3343-1) Build-Depends-Indep: unzip, zip, sharutils Standards-Version: 3.7.3 Homepage: http://www.nexuiz.com/ @@ -13,7 +13,7 @@ Package: nexuiz-data Architecture: all Recommends: nexuiz (>= ${source:Upstream-Version}) | nexuiz-server (>= ${source:Upstream-Version}) -Conflicts: nexuiz (< ${source:Upstream-Version}), nexuiz-server (< ${source:Upstream-Version}) +Conflicts: nexuiz (<= ${source:Upstream-Version}), nexuiz-server (<= ${source:Upstream-Version}) Suggests: fteqcc Description: Nexuiz game data files Nexuiz is a 3d deathmatch game made entirely over the internet. The purpose of _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

