Author: miriam Date: 2010-04-29 19:02:14 +0000 (Thu, 29 Apr 2010) New Revision: 10961
Modified: packages/trunk/renpy/debian/changelog packages/trunk/renpy/debian/control packages/trunk/renpy/debian/patches/00_module_setup.patch packages/trunk/renpy/debian/patches/01_abspaths.patch packages/trunk/renpy/debian/patches/02_traceback.patch packages/trunk/renpy/debian/patches/03_checkdir.patch packages/trunk/renpy/debian/rules Log: New Upstream Release Modified: packages/trunk/renpy/debian/changelog =================================================================== --- packages/trunk/renpy/debian/changelog 2010-04-29 02:00:44 UTC (rev 10960) +++ packages/trunk/renpy/debian/changelog 2010-04-29 19:02:14 UTC (rev 10961) @@ -1,3 +1,12 @@ +renpy (6.10.2.dfsg1-1) UNRELEASED; urgency=low + + [ Miriam Ruiz ] + * New Upstream Release + * Added libfribidi-dev to Build-Depends + * Upgraded Standards Version to 3.8.4 + + -- Miriam Ruiz <[email protected]> Thu, 29 Apr 2010 20:49:29 +0200 + renpy (6.9.3.dfsg1-1) unstable; urgency=low [ Miriam Ruiz ] Modified: packages/trunk/renpy/debian/control =================================================================== --- packages/trunk/renpy/debian/control 2010-04-29 02:00:44 UTC (rev 10960) +++ packages/trunk/renpy/debian/control 2010-04-29 19:02:14 UTC (rev 10961) @@ -7,8 +7,9 @@ python-all-dev, python-support (>= 0.6.4), python-setuptools, python-pygame (>= 1.8.1), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-sound1.2-dev, libsdl-ttf2.0-dev, libmodplug-dev, libspeex-dev, - libavutil-dev, libavformat-dev, libavcodec-dev, libswscale-dev -Standards-Version: 3.8.3 + libavutil-dev, libavformat-dev, libavcodec-dev, libswscale-dev, + libfribidi-dev +Standards-Version: 3.8.4 Homepage: http://www.renpy.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/renpy/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/renpy/?op=log Modified: packages/trunk/renpy/debian/patches/00_module_setup.patch =================================================================== --- packages/trunk/renpy/debian/patches/00_module_setup.patch 2010-04-29 02:00:44 UTC (rev 10960) +++ packages/trunk/renpy/debian/patches/00_module_setup.patch 2010-04-29 19:02:14 UTC (rev 10961) @@ -1,6 +1,6 @@ ---- renpy-6.9.3.orig/module/setup.py -+++ renpy-6.9.3/module/setup.py -@@ -12,7 +12,7 @@ +--- a/module/setup.py ++++ b/module/setup.py +@@ -12,7 +12,7 @@ except: # These control the level of optimization versus debugging. Modified: packages/trunk/renpy/debian/patches/01_abspaths.patch =================================================================== --- packages/trunk/renpy/debian/patches/01_abspaths.patch 2010-04-29 02:00:44 UTC (rev 10960) +++ packages/trunk/renpy/debian/patches/01_abspaths.patch 2010-04-29 19:02:14 UTC (rev 10961) @@ -1,6 +1,6 @@ ---- renpy-6.9.3.orig/renpy.py -+++ renpy-6.9.3/renpy.py -@@ -37,7 +37,14 @@ +--- a/renpy.py ++++ b/renpy.py +@@ -38,7 +38,14 @@ def path_to_common(renpy_base): # the path to a directory that will hold save files. def path_to_saves(gamedir): import renpy @@ -16,7 +16,7 @@ if not renpy.config.save_directory: return gamedir + "/saves" -@@ -72,7 +79,7 @@ +@@ -73,7 +80,7 @@ def path_to_saves(gamedir): # Returns the path to the Ren'Py base directory (containing common and # the launcher, usually.) def path_to_renpy_base(): Modified: packages/trunk/renpy/debian/patches/02_traceback.patch =================================================================== --- packages/trunk/renpy/debian/patches/02_traceback.patch 2010-04-29 02:00:44 UTC (rev 10960) +++ packages/trunk/renpy/debian/patches/02_traceback.patch 2010-04-29 19:02:14 UTC (rev 10961) @@ -1,6 +1,6 @@ ---- renpy-6.9.3.orig/renpy/bootstrap.py -+++ renpy-6.9.3/renpy/bootstrap.py -@@ -340,10 +340,24 @@ +--- a/renpy/bootstrap.py ++++ b/renpy/bootstrap.py +@@ -347,10 +347,24 @@ def report_exception(e): print renpy.game.exception_info report_tb(sys.stdout, tb) @@ -26,7 +26,7 @@ f.write(codecs.BOM_UTF8) -@@ -376,10 +390,18 @@ +@@ -383,10 +397,18 @@ def report_exception(e): f.close() try: Modified: packages/trunk/renpy/debian/patches/03_checkdir.patch =================================================================== --- packages/trunk/renpy/debian/patches/03_checkdir.patch 2010-04-29 02:00:44 UTC (rev 10960) +++ packages/trunk/renpy/debian/patches/03_checkdir.patch 2010-04-29 19:02:14 UTC (rev 10961) @@ -1,6 +1,6 @@ ---- renpy-6.9.3.orig/renpy/main.py -+++ renpy-6.9.3/renpy/main.py -@@ -124,6 +124,10 @@ +--- a/renpy/main.py ++++ b/renpy/main.py +@@ -126,6 +126,10 @@ def main(): # Init the config after load. renpy.config.init() Modified: packages/trunk/renpy/debian/rules =================================================================== --- packages/trunk/renpy/debian/rules 2010-04-29 02:00:44 UTC (rev 10960) +++ packages/trunk/renpy/debian/rules 2010-04-29 19:02:14 UTC (rev 10961) @@ -138,7 +138,7 @@ dh_md5sums -a dh_builddeb -a -VERSIONID=6.9.3 +VERSIONID=6.10.2 get-orig-source: rm -f renpy-$(VERSIONID)-sdk.tar.bz2 @@ -151,6 +151,7 @@ rm -rf `find renpy-$(VERSIONID) -name "*.dll"` rm -rf `find renpy-$(VERSIONID) -name "*.lib"` rm -rf `find renpy-$(VERSIONID) -name "*.pyc"` + rm -rf `find renpy-$(VERSIONID) -name "*.rpyc"` rm -rf `find renpy-$(VERSIONID) -name "*.rpymc"` rm -rf `find renpy-$(VERSIONID) -name "*.pyo"` rm -rf `find renpy-$(VERSIONID) -name "*.so"` _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

