Author: andrenarchy-guest Date: 2010-04-05 15:59:21 +0000 (Mon, 05 Apr 2010) New Revision: 10906
Modified: packages/trunk/mmpong/debian/ packages/trunk/mmpong/debian/changelog packages/trunk/mmpong/debian/control packages/trunk/mmpong/debian/rules Log: Prepare new upstream release: replace non-free with free font (Closes: #543782) Property changes on: packages/trunk/mmpong/debian ___________________________________________________________________ Modified: svn-bp:origUrl - http://pkg-games.alioth.debian.org/tarballs/mmpong_0.9.orig.tar.gz + http://pkg-games.alioth.debian.org/tarballs/mmpong_0.9.1.orig.tar.gz Modified: packages/trunk/mmpong/debian/changelog =================================================================== --- packages/trunk/mmpong/debian/changelog 2010-04-03 18:57:33 UTC (rev 10905) +++ packages/trunk/mmpong/debian/changelog 2010-04-05 15:59:21 UTC (rev 10906) @@ -1,3 +1,9 @@ +mmpong (0.9.1-1) unstable; urgency=low + + * New upstream release: replace non-free with free font (Closes: #543782) + + -- André Gaul <[email protected]> Thu, 01 Apr 2010 23:05:35 +0200 + mmpong (0.9-4) unstable; urgency=low [ Barry deFreese ] Modified: packages/trunk/mmpong/debian/control =================================================================== --- packages/trunk/mmpong/debian/control 2010-04-03 18:57:33 UTC (rev 10905) +++ packages/trunk/mmpong/debian/control 2010-04-05 15:59:21 UTC (rev 10906) @@ -98,7 +98,7 @@ Package: mmpong-gl-data Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ttf-freefont, ${shlibs:Depends}, ${misc:Depends} Description: massively multiplayer pong game client data (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 Modified: packages/trunk/mmpong/debian/rules =================================================================== --- packages/trunk/mmpong/debian/rules 2010-04-03 18:57:33 UTC (rev 10905) +++ packages/trunk/mmpong/debian/rules 2010-04-05 15:59:21 UTC (rev 10906) @@ -7,6 +7,8 @@ DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR) install/mmpong-gl-data:: + rm ./debian/tmp/usr/share/games/mmpong-gl/CEGUI/fonts/FreeSansBold.ttf + ln -s /usr/share/fonts/truetype/freefont/FreeSansBold.ttf ./debian/tmp/usr/share/games/mmpong-gl/CEGUI/fonts/FreeSansBold.ttf rm ./debian/tmp/usr/share/games/mmpong-gl/CEGUI/copyright rm ./debian/tmp/usr/share/games/mmpong-gl/sounds/copyright _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

