The following commit has been merged in the master branch:
commit 28f03e20237b99861a73c717a1f9c05746e20bec
Author: Bruno Kleinert <[email protected]>
Date:   Wed Jul 28 20:47:29 2010 -0400

    Add ${misc:Depends} in Depends fields
    
    Oops, but thanks to lintian :)

diff --git a/debian/control b/debian/control
index 22a5efe..22d44a6 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Homepage: http://scorched3d.sourceforge.net/
 
 Package: scorched3d
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends},
         scorched3d-data (= ${source:Version})
 Description: 3D artillery game similar to Scorched Earth
  Scorched3D is a game based heavily on the classic DOS game Scorched Earth 
@@ -43,7 +43,7 @@ Package: scorched3d-dbg
 Architecture: any
 Priority: extra
 Section: debug
-Depends: scorched3d (= ${binary:Version})
+Depends: ${misc:Depends}, scorched3d (= ${binary:Version})
 Description: 3D artillery game similar to Scorched Earth, debug data
  Scorched3D is a game based heavily on the classic DOS game Scorched Earth 
  "The Mother Of All Games". Scorched3D adds amongst other new features 
@@ -57,7 +57,7 @@ Description: 3D artillery game similar to Scorched Earth, 
debug data
 Package: scorched3d-data
 Architecture: all
 Suggests: scorched3d
-Depends: ttf-dejavu-core
+Depends: ${misc:Depends}, ttf-dejavu-core
 Description: data files for Scorched3D game
  Scorched3D is a game based heavily on the classic DOS game Scorched Earth 
  "The Mother Of All Games". Scorched3D adds amongst other new features 

-- 
Packaging for scorched3d

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to