[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.1-7-17-g7521e4f

Simon McVittie smcv at debian.org
Wed Jul 21 22:46:40 UTC 2010


The following commit has been merged in the master branch:
commit 9015b4fd06ed680b29b0076182c580de652cdc61
Author: Simon McVittie <smcv at debian.org>
Date:   Wed Dec 2 23:27:55 2009 +0000

    Depend on openarena-data 0.8.1 specifically
    
    Now that we're shipping the game logic in this package but the artwork,
    levels etc. in openarena-data, we need to tie the two together more
    strictly.

diff --git a/debian/control b/debian/control
index fbb51c6..c5094d6 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Homepage: http://openarena.ws/
 
 Package: openarena
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, openarena-data (>= 0.7.7),
+Depends: ${misc:Depends}, ${shlibs:Depends},
+         openarena-data (>= 0.8.1), openarena-data (<< 0.8.2~),
          openarena-server (= ${binary:Version})
 Description: fast-paced 3D first-person shooter
  OpenArena is an open-source content package for ioQuake3 licensed under the
@@ -25,7 +26,8 @@ Description: fast-paced 3D first-person shooter
 
 Package: openarena-server
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, openarena-data (>= 0.7.7)
+Depends: ${misc:Depends}, ${shlibs:Depends},
+         openarena-data (>= 0.8.1), openarena-data (<< 0.8.2~)
 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

-- 
Packaging for the OpenArena engine



More information about the Pkg-games-commits mailing list