r12595 - packages/trunk/funguloids/debian

Paul Wise pabs at alioth.debian.org
Sat Aug 13 19:47:56 UTC 2011


Author: pabs
Date: 2011-08-13 19:47:55 +0000 (Sat, 13 Aug 2011)
New Revision: 12595

Modified:
   packages/trunk/funguloids/debian/changelog
   packages/trunk/funguloids/debian/control
Log:
Use ${misc:Depends} since debhelper might need it

Modified: packages/trunk/funguloids/debian/changelog
===================================================================
--- packages/trunk/funguloids/debian/changelog	2011-08-13 19:42:52 UTC (rev 12594)
+++ packages/trunk/funguloids/debian/changelog	2011-08-13 19:47:55 UTC (rev 12595)
@@ -15,6 +15,7 @@
   * Don't use reserved characters outside of quotes in the menu file
   * Clean up the watch file
   * Add DEP-3 headers to the patches
+  * Use ${misc:Depends} since debhelper might need it
 
  -- Paul Wise <pabs at debian.org>  Sat, 02 Apr 2011 13:12:20 +0800
 

Modified: packages/trunk/funguloids/debian/control
===================================================================
--- packages/trunk/funguloids/debian/control	2011-08-13 19:42:52 UTC (rev 12594)
+++ packages/trunk/funguloids/debian/control	2011-08-13 19:47:55 UTC (rev 12595)
@@ -21,7 +21,7 @@
 
 Package: funguloids
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: space-flying-mushroom-picking-simulator game
  "Those Funny Funguloids!" is actually a nice little piece of entertainment.
  You collect mushrooms, bring them back to your home base and profit! That's




More information about the Pkg-games-commits mailing list