[SCM] Packaging for the Nexuiz engine branch, master, updated. debian/2.5.2-1-14-g7ec0653

Bruno Kleinert fuddl at tauware.de
Thu Jul 29 19:44:46 UTC 2010


The following commit has been merged in the master branch:
commit 7ec06531f31c92895932792a4625d30b48872663
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Thu Jul 29 15:44:27 2010 -0400

    Fix lintian warning about missing ${misc:Depends}

diff --git a/debian/changelog b/debian/changelog
index 26994f2..9a5441a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ nexuiz (2.5.2-3) unstable; urgency=low
     * Drop build dependency on quilt. dpkg does everything for us
   * Update to standards version 3.9.1 without any changes
   * Fix a typo in README.Debian
+  * Add ${misc:Depends} in Depends-field of each binary package. Thanks to
+    lintian!
 
- -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Thu, 29 Jul 2010 15:39:02 -0400
+ -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Thu, 29 Jul 2010 15:42:39 -0400
 
 nexuiz (2.5.2-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f683a3f..6250844 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/nexuiz.git;a=summary
 
 Package: nexuiz
 Architecture: any
-Depends: ${shlibs:Depends}, nexuiz-data (>= ${source:Upstream-Version}), libvorbisfile3, libcurl3
+Depends: ${misc:Depends}, ${shlibs:Depends}, nexuiz-data (>= ${source:Upstream-Version}), libvorbisfile3, libcurl3
 Recommends: nexuiz-music (>= ${source:Upstream-Version})
 Suggests: xqf
 Description: A fast-paced 3D first-person shooter
@@ -29,7 +29,7 @@ Description: A fast-paced 3D first-person shooter
 
 Package: nexuiz-server
 Architecture: any
-Depends: ${shlibs:Depends}, nexuiz-data (>= ${source:Upstream-Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, nexuiz-data (>= ${source:Upstream-Version})
 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.
@@ -45,7 +45,7 @@ Package: nexuiz-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: nexuiz (= ${binary:Version})
+Depends: ${misc:Depends}, nexuiz (= ${binary:Version})
 Description: Debug information for the game 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.
@@ -63,7 +63,7 @@ Package: nexuiz-server-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: nexuiz-server (= ${binary:Version})
+Depends: ${misc:Depends}, nexuiz-server (= ${binary:Version})
 Description: Debug symols for the Nexuiz game server
  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.

-- 
Packaging for the Nexuiz engine



More information about the Pkg-games-commits mailing list