r2686 - packages/trunk/nexuiz/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Fri May 18 12:49:02 UTC 2007


Author: fuddl-guest
Date: 2007-05-18 12:49:02 +0000 (Fri, 18 May 2007)
New Revision: 2686

Modified:
   packages/trunk/nexuiz/debian/changelog
   packages/trunk/nexuiz/debian/control
Log:
depend on libcurl4 and libvorbisfile3 (was a missing dependency, nexuiz dlopen()'s this library)

Modified: packages/trunk/nexuiz/debian/changelog
===================================================================
--- packages/trunk/nexuiz/debian/changelog	2007-05-18 11:48:59 UTC (rev 2685)
+++ packages/trunk/nexuiz/debian/changelog	2007-05-18 12:49:02 UTC (rev 2686)
@@ -4,8 +4,9 @@
   * Replaced german-english mixture 'ego-shooter' by first-person shooter
   * Fixed a typo in the control file
   * Fixed bash-specific syntax in the nexuiz wrapper script
+  * Depend on libcurl4 and libvorbisfile3
 
- -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Tue, 20 Feb 2007 22:52:07 +0100
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Fri, 18 May 2007 14:43:56 +0200
 
 nexuiz (2.2.3-1) unstable; urgency=low
 

Modified: packages/trunk/nexuiz/debian/control
===================================================================
--- packages/trunk/nexuiz/debian/control	2007-05-18 11:48:59 UTC (rev 2685)
+++ packages/trunk/nexuiz/debian/control	2007-05-18 12:49:02 UTC (rev 2686)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Bruno "Fuddl" Kleinert <fuddl at gmx.de>, Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 4.0.0), libsdl1.2-dev, sharutils, imagemagick, dpatch
+Build-Depends: debhelper (>= 4.0.0), libsdl-dev, sharutils, imagemagick, dpatch
 Standards-Version: 3.7.2
 
 Package: nexuiz
 Architecture: any
-Depends: ${shlibs:Depends}, nexuiz-data (>= 2.2.3-1), libvorbisfile3, libcurl3
+Depends: ${shlibs:Depends}, nexuiz-data (>= 2.2.3-1), libvorbisfile3, libcurl4
 Recommends: nexuiz-music (>= 2.2.3-1), xqf
 Description: A fast-paced 3D first-person shooter
  Nexuiz is a fast-paced 3D deathmatch game with high-end and complex graphics 
@@ -30,7 +30,7 @@
 
 Package: nexuiz-server
 Architecture: any
-Depends: ${shlibs:Depends}, nexuiz-data (>= 2.2.3-1), libcurl3
+Depends: ${shlibs:Depends}, nexuiz-data (>= 2.2.3-1), libcurl4
 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.




More information about the Pkg-games-commits mailing list