[SCM] team based FPS game - packaging branch, debian, updated. debian/1.1.0-4.1-33-g855d6ce

Simon McVittie smcv at debian.org
Sat Jul 17 14:11:08 UTC 2010


The following commit has been merged in the debian branch:
commit a83b65bc94af581390e6d6b39779297d3b6c597e
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Jul 17 12:26:28 2010 +0100

    Add ${misc:Depends} dependencies

diff --git a/debian/changelog b/debian/changelog
index 942ec6a..6bdb608 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ tremulous (1.1.0-5) UNRELEASED; urgency=low
       used like this)
     - give that dedicated user ID a home directory, since Tremulous needs one
   * Fix sections in menu and doc-base
+  * Add ${misc:Depends}
 
  -- Simon McVittie <smcv at debian.org>  Mon, 12 Jul 2010 22:22:25 +0100
 
diff --git a/debian/control b/debian/control
index afbf299..cefe732 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/tremulous.git
 Package: tremulous
 Architecture: any
 Section: contrib/games
-Depends: ${shlibs:Depends}, tremulous-data (>= 1.1.0-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, tremulous-data (>= 1.1.0-1)
 Suggests: tremulous-doc, tremulous-server
 Description: Aliens vs Humans, team based FPS game with elements of an RTS
  Tremulous is a free, open source game that blends a team based First Person
@@ -39,7 +39,8 @@ Description: Aliens vs Humans, team based FPS game with elements of an RTS
 Package: tremulous-server
 Architecture: any
 Section: contrib/games
-Depends: ${shlibs:Depends}, tremulous-data (>= 1.1.0-1), adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, tremulous-data (>= 1.1.0-1),
+         adduser
 Suggests: tremulous-doc, tremulous
 Description: Tremulous server
  The package provides the dedicated server for Tremulous.
@@ -68,6 +69,7 @@ Description: Tremulous server
 Package: tremulous-doc
 Architecture: all
 Section: contrib/games
+Depends: ${misc:Depends}
 Recommends: tremulous
 Suggests: tremulous-server
 Description: Tremulous documentation

-- 
team based FPS game - packaging



More information about the Pkg-games-commits mailing list