Author: nacho Date: 2007-07-13 21:05:57 +0000 (Fri, 13 Jul 2007) New Revision: 3389
Modified: packages/trunk/rabbyt/debian/control packages/trunk/rabbyt/debian/rules Log: minor tweaks Modified: packages/trunk/rabbyt/debian/control =================================================================== --- packages/trunk/rabbyt/debian/control 2007-07-13 20:50:08 UTC (rev 3388) +++ packages/trunk/rabbyt/debian/control 2007-07-13 21:05:57 UTC (rev 3389) @@ -17,8 +17,11 @@ Recommends: python-pygame Description: sprite library for Python with game development in mind Rabbyt is a sprite library for Python. It has two goals: - - To be fast, without sacrificing ease of use. - - To be easy to use, without sacrificing speed. . + * To be fast, without sacrificing ease of use. + * To be easy to use, without sacrificing speed. + . Rabbyt makes it very easy to create lots of sprites very fast that run very fast with little code. + . + Homepage: http://cheeseshop.python.org/pypi/Rabbyt/ Modified: packages/trunk/rabbyt/debian/rules =================================================================== --- packages/trunk/rabbyt/debian/rules 2007-07-13 20:50:08 UTC (rev 3388) +++ packages/trunk/rabbyt/debian/rules 2007-07-13 21:05:57 UTC (rev 3389) @@ -17,7 +17,6 @@ clean: dh_testdir dh_testroot - find $(CURDIR) -regex ".+.pyc" | xargs rm -rf rm -f $(CURDIR)/rabbyt/*.c $(CURDIR)/Rabbyt.egg-info/SOURCES.txt rm -f build-stamp configure-stamp build-python2.* install-python2.* rm -rf build _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

