r2627 - packages/trunk/openarena/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Tue May 1 21:29:39 UTC 2007


Author: fuddl-guest
Date: 2007-05-01 21:29:36 +0000 (Tue, 01 May 2007)
New Revision: 2627

Modified:
   packages/trunk/openarena/debian/changelog
   packages/trunk/openarena/debian/control
   packages/trunk/openarena/debian/rules
Log:
don't dlopen() libcurl

Modified: packages/trunk/openarena/debian/changelog
===================================================================
--- packages/trunk/openarena/debian/changelog	2007-05-01 19:56:40 UTC (rev 2626)
+++ packages/trunk/openarena/debian/changelog	2007-05-01 21:29:36 UTC (rev 2627)
@@ -3,8 +3,9 @@
   * Exchanged "Quake 3" stuff in swrapper scripts by "OpenArena"
   * Replaced german-english 'ego-shooter' mixture by first-person shooter (Closes: #411205)
   * Fixed bash-specific syntax in the openarena wrapper script (Closes: #411350)
+  * Don't dlopen() libcurl
 
- -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Sat, 28 Apr 2007 22:32:56 +0200
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Tue,  1 May 2007 23:28:44 +0200
 
 openarena (0.6.0-2) unstable; urgency=low
 

Modified: packages/trunk/openarena/debian/control
===================================================================
--- packages/trunk/openarena/debian/control	2007-05-01 19:56:40 UTC (rev 2626)
+++ packages/trunk/openarena/debian/control	2007-05-01 21:29:36 UTC (rev 2627)
@@ -8,7 +8,7 @@
 
 Package: openarena
 Architecture: any
-Depends: ${shlibs:Depends}, openarena-data, libcurl3
+Depends: ${shlibs:Depends}, openarena-data (= ${source:Upstream-Version})
 Description: A fast-paced 3D fisrt-person shooter
  OpenArena is an open-source content package for ioQuake3 licensed under the 
  GPL, effectively creating a free stand-alone game. Though OpenArena is a free 
@@ -23,7 +23,7 @@
 
 Package: openarena-server
 Architecture: any
-Depends: ${shlibs:Depends}, openarena-data, libcurl3
+Depends: ${shlibs:Depends}, openarena-data (= ${source:Upstream-Version})
 Description: Game server for the game OpenArena
  OpenArena is an open-source content package for ioQuake3 licensed under the 
  GPL, effectively creating a free stand-alone game. Though OpenArena is a free 

Modified: packages/trunk/openarena/debian/rules
===================================================================
--- packages/trunk/openarena/debian/rules	2007-05-01 19:56:40 UTC (rev 2626)
+++ packages/trunk/openarena/debian/rules	2007-05-01 21:29:36 UTC (rev 2627)
@@ -5,11 +5,12 @@
 
 # copied from ioq3 make scripts
 Q3ARCH=$(shell uname -m | sed -e s/i.86/i386/)
+IOQ3_BUILD_FLAGS="USE_CURL_DLOPEN=0 DUSE_OPENAL_DLOPEN=0"
 
 build: build-stamp
 build-stamp: patch
 	dh_testdir
-	$(MAKE)
+	$(MAKE) $(IOQ3_BUILD_FLAGS)
 	touch $@
 
 clean: clean-patched unpatch




More information about the Pkg-games-commits mailing list