The following commit has been merged in the master branch:
commit 2b783b7ba3878b6dca090d5f21a3205ecef6a27f
Author: Bruno Kleinert <[email protected]>
Date: Thu Jul 29 21:43:06 2010 -0400
Fix lintian warning about missing ${misc:Depends}
diff --git a/debian/changelog b/debian/changelog
index cac3a48..225429f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ sauerbraten (0.0.20100728.dfsg-1) unstable; urgency=low
* New upstream release
* Refresh 30-fix-indirect-linking-for-binutils-gold.diff
+ * Fix lintian warning about missing ${misc:Depends} in Depends fields of
+ binary packages
- -- Bruno "Fuddl" Kleinert <[email protected]> Thu, 29 Jul 2010 21:40:33 -0400
+ -- Bruno "Fuddl" Kleinert <[email protected]> Thu, 29 Jul 2010 21:42:36 -0400
sauerbraten (0.0.20090504.dfsg-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 23034f6..c51f6e1 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: http://sauerbraten.org/
Package: sauerbraten
Architecture: any
-Depends: ${shlibs:Depends}, sauerbraten-data (>= ${sauerbraten-data-ver})
+Depends: ${misc:Depends}, ${shlibs:Depends}, sauerbraten-data (>=
${sauerbraten-data-ver})
Recommends: sauerbraten-wake6
Description: 3D first-person game engine
Sauerbraten is a networked fast-paced 3D first person first-person shooter
@@ -29,7 +29,7 @@ Package: sauerbraten-dbg
Section: contrib/debug
Priority: extra
Architecture: any
-Depends: sauerbraten (= ${binary:Version})
+Depends: ${misc:Depends}, sauerbraten (= ${binary:Version})
Description: Debug symbols for the Sauerbraten game engine
Sauerbraten is a networked fast-paced 3D first person first-person shooter
game. It supports rather modern graphic effects and a some nice graphic
@@ -44,7 +44,7 @@ Description: Debug symbols for the Sauerbraten game engine
Package: sauerbraten-server
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: sauerbraten
Description: Standalone server for the Sauerbraten game
Sauerbraten is a networked fast-paced 3D first person first-person shooter
--
Packaging for sauerbraten game engine
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits