Author: bddebian-guest Date: 2007-11-04 17:26:06 +0000 (Sun, 04 Nov 2007) New Revision: 4547
Modified: packages/trunk/bouncy/debian/bouncy.desktop packages/trunk/bouncy/debian/changelog packages/trunk/bouncy/debian/control packages/trunk/bouncy/debian/rules Log: * New upstream release + Bugfixes * Add myself to uploaders * Add Homepage field to control * Remove deprecated Encoding tag from desktop file * Fix perms on some .py files I changed distro to unstable because I have uploaded it to mentors Modified: packages/trunk/bouncy/debian/bouncy.desktop =================================================================== --- packages/trunk/bouncy/debian/bouncy.desktop 2007-11-04 16:10:06 UTC (rev 4546) +++ packages/trunk/bouncy/debian/bouncy.desktop 2007-11-04 17:26:06 UTC (rev 4547) @@ -1,6 +1,5 @@ [Desktop Entry] Type=Application -Encoding=UTF-8 Name=Bouncy the Hungry Rabbit GenericName=bouncy Comment=Eat the yummy veggies in the garden (game for small kids) Modified: packages/trunk/bouncy/debian/changelog =================================================================== --- packages/trunk/bouncy/debian/changelog 2007-11-04 16:10:06 UTC (rev 4546) +++ packages/trunk/bouncy/debian/changelog 2007-11-04 17:26:06 UTC (rev 4547) @@ -1,8 +1,16 @@ -bouncy (0.5.20070616-2) UNRELEASED; urgency=low +bouncy (0.6.20071104-1) unstable; urgency=low [ Miriam Ruiz ] * Fixed man page. Closes: #436442 + [ Barry deFreese ] + * New upstream release + + Bugfixes + * Add myself to uploaders + * Add Homepage field to control + * Remove deprecated Encoding tag from desktop file + * Fix perms on some .py files + -- Miriam Ruiz <[EMAIL PROTECTED]> Tue, 7 Aug 2007 16:28:02 +0200 bouncy (0.5.20070616-1) unstable; urgency=low Modified: packages/trunk/bouncy/debian/control =================================================================== --- packages/trunk/bouncy/debian/control 2007-11-04 16:10:06 UTC (rev 4546) +++ packages/trunk/bouncy/debian/control 2007-11-04 17:26:06 UTC (rev 4547) @@ -2,9 +2,10 @@ Section: games Priority: extra Maintainer: Debian Games Team <[EMAIL PROTECTED]> -Uploaders: Miriam Ruiz <[EMAIL PROTECTED]> +Uploaders: Miriam Ruiz <[EMAIL PROTECTED]>, Barry deFreese <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5), quilt Standards-Version: 3.7.2 +Homepage: http://www.pyweek.org/e/bouncy/ XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/bouncy/ XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/bouncy/?op=log Modified: packages/trunk/bouncy/debian/rules =================================================================== --- packages/trunk/bouncy/debian/rules 2007-11-04 16:10:06 UTC (rev 4546) +++ packages/trunk/bouncy/debian/rules 2007-11-04 17:26:06 UTC (rev 4547) @@ -34,6 +34,12 @@ dh_testroot dh_clean -k chmod +x debian/game.sh + chmod +x $(CURDIR)/euclid.py + chmod +x $(CURDIR)/pyglyph/__init__.py + chmod +x $(CURDIR)/pyglyph/font.py + chmod +x $(CURDIR)/pyglyph/html.py + chmod +x $(CURDIR)/pyglyph/layout.py + chmod +x $(CURDIR)/pyglyph/ttf.py dh_installdirs # Build architecture-independent files here. _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

