Author: miriam Date: 2010-04-29 19:30:53 +0000 (Thu, 29 Apr 2010) New Revision: 10962
Modified: packages/trunk/renpy/debian/changelog packages/trunk/renpy/debian/rules packages/trunk/renpy/debian/watch Log: Fix watch file Modified: packages/trunk/renpy/debian/changelog =================================================================== --- packages/trunk/renpy/debian/changelog 2010-04-29 19:02:14 UTC (rev 10961) +++ packages/trunk/renpy/debian/changelog 2010-04-29 19:30:53 UTC (rev 10962) @@ -1,9 +1,10 @@ renpy (6.10.2.dfsg1-1) UNRELEASED; urgency=low [ Miriam Ruiz ] - * New Upstream Release + * New Upstream Release. Closes: #579352 * Added libfribidi-dev to Build-Depends * Upgraded Standards Version to 3.8.4 + * Fixed debian/watch file. Thanks to Yan Morin. Closes: #530950 -- Miriam Ruiz <[email protected]> Thu, 29 Apr 2010 20:49:29 +0200 Modified: packages/trunk/renpy/debian/rules =================================================================== --- packages/trunk/renpy/debian/rules 2010-04-29 19:02:14 UTC (rev 10961) +++ packages/trunk/renpy/debian/rules 2010-04-29 19:30:53 UTC (rev 10962) @@ -53,7 +53,7 @@ # Scripts that give additional features. dh_install -prenpy template/* usr/share/games/renpy/template/ - dh_install -prenpy-demo demo/* usr/share/games/renpy/demo/ + dh_install -prenpy-demo tutorial/* usr/share/games/renpy/demo/ chmod +x debian/renpy-demo.sh dh_install -prenpy-demo debian/renpy-demo.sh usr/share/games/renpy/ Modified: packages/trunk/renpy/debian/watch =================================================================== --- packages/trunk/renpy/debian/watch 2010-04-29 19:02:14 UTC (rev 10961) +++ packages/trunk/renpy/debian/watch 2010-04-29 19:30:53 UTC (rev 10962) @@ -1,5 +1,5 @@ version=3 -opts="uversionmangle=s/-full//" \ +opts="dversionmangle=s/\.dfsg\d//" \ http://www.renpy.org/wiki/renpy/Download_Ren%27Py \ - .*dl\/[\d\.]*\/renpy-([\d\.]*)-full.tar.bz2 + .*dl/[\d\.]*/renpy-([\d\.]*)-sdk\.tar\.bz2 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

