[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.1-5-13-gdb9676b

Ansgar Burchardt ansgar at 43-1.org
Mon Jun 7 04:58:17 UTC 2010


The following commit has been merged in the master branch:
commit 494b02e4cf02ba7b8824fcf6c257ddac7c191496
Author: Ansgar Burchardt <ansgar at 43-1.org>
Date:   Mon Jun 7 13:37:53 2010 +0900

    debian/control: Add ${misc:Depends} to binary package dependencies.

diff --git a/debian/changelog b/debian/changelog
index a1a8214..e5acada 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ openarena (0.8.1-7) UNRELEASED; urgency=low
     + new patch: memmove.patch
   * Fix spelling error.
     + new patch: spelling.patch
+  * debian/control: Add ${misc:Depends} to binary package dependencies.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Mon, 07 Jun 2010 13:34:13 +0900
 
diff --git a/debian/control b/debian/control
index a4e3f27..d6cccd0 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: http://openarena.ws/
 
 Package: openarena
 Architecture: any
-Depends: ${shlibs:Depends}, openarena-data (>= 0.7.7)
+Depends: ${misc:Depends}, ${shlibs:Depends}, openarena-data (>= 0.7.7)
 Description: fast-paced 3D first-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
@@ -24,7 +24,7 @@ Description: fast-paced 3D first-person shooter
 
 Package: openarena-server
 Architecture: any
-Depends: ${shlibs:Depends}, openarena-data (>= 0.7.7)
+Depends: ${misc:Depends}, ${shlibs:Depends}, openarena-data (>= 0.7.7)
 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