Author: andrenarchy-guest Date: 2009-03-12 15:37:59 +0000 (Thu, 12 Mar 2009) New Revision: 9111
Modified: packages/trunk/mmpong/debian/changelog packages/trunk/mmpong/debian/control Log: * Depend on libcegui-mk2-dev to work around #519359 * update Vcs-Svn and Vcs-Browser Modified: packages/trunk/mmpong/debian/changelog =================================================================== --- packages/trunk/mmpong/debian/changelog 2009-03-12 06:12:53 UTC (rev 9110) +++ packages/trunk/mmpong/debian/changelog 2009-03-12 15:37:59 UTC (rev 9111) @@ -1,3 +1,9 @@ +mmpong (0.9-2) unstable; urgency=low + + * Depend on libcegui-mk2-dev to work around #519359 + + -- André Gaul <[email protected]> Thu, 12 Mar 2009 16:32:10 +0100 + mmpong (0.9-1) unstable; urgency=low * Initial release (Closes: #511530) Modified: packages/trunk/mmpong/debian/control =================================================================== --- packages/trunk/mmpong/debian/control 2009-03-12 06:12:53 UTC (rev 9110) +++ packages/trunk/mmpong/debian/control 2009-03-12 15:37:59 UTC (rev 9111) @@ -7,8 +7,8 @@ libsdl-image1.2-dev, libsdl-mixer1.2-dev, libcaca-dev (>=0.99.beta16),. libcegui-mk2-dev, pkg-config Standards-Version: 3.8.0 -Vcs-Svn: https://web-yard.de/svn/debian/mmpong/ -Vcs-Browser: https://web-yard.de/svn/debian/mmpong/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/mmpong +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/mmpong/?op=log Homepage: http://www.mmpong.net Package: libmmpong0.9 @@ -77,10 +77,13 @@ . This package contains the game client (caca version). +# mmpong-gl depends on libcegui-mk2-dev as long as #425983 is not +# fixed in libcegui-mk2 Package: mmpong-gl Architecture: any Depends: libmmpong0.9 (= ${binary:Version}), . - mmpong-gl-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} + mmpong-gl-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, + libcegui-mk2-dev Description: massively multiplayer pong game client (OpenGL version) mmpong is an ATARI-pong-like multiplayer game, where a moving ball reflects on impact from paddles on the left and right sides of the _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

