r13058 - packages/trunk/fretsonfire/debian

Paul Wise pabs at alioth.debian.org
Sun Jan 1 04:52:05 UTC 2012


Author: pabs
Date: 2012-01-01 04:52:04 +0000 (Sun, 01 Jan 2012)
New Revision: 13058

Modified:
   packages/trunk/fretsonfire/debian/changelog
   packages/trunk/fretsonfire/debian/control
Log:
FoF is implemented in python, no need for ${shlibs:Depends}

Modified: packages/trunk/fretsonfire/debian/changelog
===================================================================
--- packages/trunk/fretsonfire/debian/changelog	2012-01-01 04:47:15 UTC (rev 13057)
+++ packages/trunk/fretsonfire/debian/changelog	2012-01-01 04:52:04 UTC (rev 13058)
@@ -10,6 +10,7 @@
   * Switch from ttf-mgopen to fonts-mgopen
   * Drop dependency on libgl1-mesa-dev since it is no longer needed
     (Closes: #561314, #561985)
+  * FoF is implemented in python, no need for ${shlibs:Depends}
 
   [ Andrew Higginson ]
   * Better description for package 'fretsonfire' describing gameplay,

Modified: packages/trunk/fretsonfire/debian/control
===================================================================
--- packages/trunk/fretsonfire/debian/control	2012-01-01 04:47:15 UTC (rev 13057)
+++ packages/trunk/fretsonfire/debian/control	2012-01-01 04:52:04 UTC (rev 13058)
@@ -30,7 +30,7 @@
 
 Package: fretsonfire-game
 Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, 
+Depends: ${python:Depends}, 
          python-pygame, python-opengl, python-imaging, 
          python-ogg, python-pyvorbis, 
          ${misc:Depends}, 




More information about the Pkg-games-commits mailing list