[Mud-builder-commits] r118 - in trunk/packages: . patch
keesj at garage.maemo.org
keesj at garage.maemo.org
Mon Feb 5 09:52:51 EET 2007
Author: keesj
Date: 2007-02-05 09:52:50 +0200 (Mon, 05 Feb 2007)
New Revision: 118
Modified:
trunk/packages/patch/xmoto.patch
trunk/packages/xmoto.xml
Log:
keesj:experimenting with Depends and build-Depends tags in the mud file.this apears to work
Modified: trunk/packages/patch/xmoto.patch
===================================================================
--- trunk/packages/patch/xmoto.patch 2007-02-04 17:11:05 UTC (rev 117)
+++ trunk/packages/patch/xmoto.patch 2007-02-05 07:52:50 UTC (rev 118)
@@ -1,21 +1,3 @@
-Index: debian/control
-===================================================================
---- debian/control (revision 1)
-+++ debian/control (working copy)
-@@ -2,11 +2,11 @@
- Section: unknown
- Priority: optional
- Maintainer: unknown <>
--Build-Depends: debhelper (>= 4.0.0)
-+Build-Depends: debhelper (>= 4.0.0) , libsdl-gfx-dev
- Standards-Version: 3.6.1
-
- Package: xmoto
- Architecture: any
--Depends: ${shlibs:Depends}, ${misc:Depends}
-+Depends: ${shlibs:Depends}, ${misc:Depends}, lua , libsdl-gfx1
- Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
Index: src/GameMenus.cpp
===================================================================
--- src/GameMenus.cpp (revision 1)
Modified: trunk/packages/xmoto.xml
===================================================================
--- trunk/packages/xmoto.xml 2007-02-04 17:11:05 UTC (rev 117)
+++ trunk/packages/xmoto.xml 2007-02-05 07:52:50 UTC (rev 118)
@@ -28,6 +28,8 @@
user home directory, the installes can perhaps ask for a username to use?
-->
<description>X-Moto is a challenging 2D motocross platform game\nX-Moto is a challenging 2D motocross platform game, where physics play an all important role in the gameplay. You need to control your bike to its limit, if you want to have a chance finishing the more difficult of the challenges.</description>
+ <Depends> ${shlibs:Depends}, ${misc:Depends}, lua , libsdl-gfx1, libode0</Depends>
+ <build-Depends> debhelper (>= 4.0.0) , libsdl-gfx-dev, libode0-dev</build-Depends>
<section>user/games</section>
</deb>
</package>
More information about the Mud-builder-commits
mailing list