r10228 - in packages/trunk/renpy/debian: . patches

Miriam Ruiz miriam at alioth.debian.org
Fri Aug 28 16:21:48 UTC 2009


Author: miriam
Date: 2009-08-28 16:21:47 +0000 (Fri, 28 Aug 2009)
New Revision: 10228

Modified:
   packages/trunk/renpy/debian/changelog
   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	2009-08-28 10:43:16 UTC (rev 10227)
+++ packages/trunk/renpy/debian/changelog	2009-08-28 16:21:47 UTC (rev 10228)
@@ -1,3 +1,13 @@
+renpy (6.9.3-1) UNRELEASED; urgency=low
+
+  [ Miriam Ruiz ]
+  * New Upstream Release
+    - This release fixes several bugs with Ren'Py, includes better support
+      for running from a portable storage device, and includes a rewritten
+      Ren'Py Launcher.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 28 Aug 2009 18:09:32 +0200
+
 renpy (6.9.2-1) unstable; urgency=low
 
   [ Miriam Ruiz ]

Modified: packages/trunk/renpy/debian/patches/00_module_setup.patch
===================================================================
--- packages/trunk/renpy/debian/patches/00_module_setup.patch	2009-08-28 10:43:16 UTC (rev 10227)
+++ packages/trunk/renpy/debian/patches/00_module_setup.patch	2009-08-28 16:21:47 UTC (rev 10228)
@@ -1,5 +1,5 @@
---- renpy-6.9.2.orig/module/setup.py
-+++ renpy-6.9.2/module/setup.py
+--- renpy-6.9.3.orig/module/setup.py
++++ renpy-6.9.3/module/setup.py
 @@ -12,7 +12,7 @@
  
  

Modified: packages/trunk/renpy/debian/patches/01_abspaths.patch
===================================================================
--- packages/trunk/renpy/debian/patches/01_abspaths.patch	2009-08-28 10:43:16 UTC (rev 10227)
+++ packages/trunk/renpy/debian/patches/01_abspaths.patch	2009-08-28 16:21:47 UTC (rev 10228)
@@ -1,11 +1,11 @@
-Index: renpy-6.8.0/renpy.py
-===================================================================
---- renpy-6.8.0.orig/renpy.py	2008-10-13 04:45:55.000000000 +0200
-+++ renpy-6.8.0/renpy.py	2008-11-13 11:03:29.000000000 +0100
-@@ -38,6 +38,13 @@
+--- renpy-6.9.3.orig/renpy.py
++++ renpy-6.9.3/renpy.py
+@@ -37,7 +37,14 @@
+ # the path to a directory that will hold save files.
  def path_to_saves(gamedir):
      import renpy
- 
+-    
++
 +    if gamedir.startswith("/usr/share/games/renpy"):
 +        # The gamename is the final component of the path to the gamedir
 +        gamename = gamedir[len("/usr/share/games/renpy"):]
@@ -16,7 +16,7 @@
      if not renpy.config.save_directory:
          return gamedir + "/saves"
  
-@@ -58,7 +65,7 @@
+@@ -72,7 +79,7 @@
  # 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	2009-08-28 10:43:16 UTC (rev 10227)
+++ packages/trunk/renpy/debian/patches/02_traceback.patch	2009-08-28 16:21:47 UTC (rev 10228)
@@ -1,8 +1,6 @@
-Index: renpy-6.8.0/renpy/bootstrap.py
-===================================================================
---- renpy-6.8.0.orig/renpy/bootstrap.py	2008-10-13 04:45:55.000000000 +0200
-+++ renpy-6.8.0/renpy/bootstrap.py	2008-11-13 11:03:46.000000000 +0100
-@@ -323,10 +323,24 @@
+--- renpy-6.9.3.orig/renpy/bootstrap.py
++++ renpy-6.9.3/renpy/bootstrap.py
+@@ -340,10 +340,24 @@
      print renpy.game.exception_info
      report_tb(sys.stdout, tb)
      
@@ -28,7 +26,7 @@
  
          f.write(codecs.BOM_UTF8)
  
-@@ -358,10 +372,18 @@
+@@ -376,10 +390,18 @@
          f.close()
  
          try:

Modified: packages/trunk/renpy/debian/patches/03_checkdir.patch
===================================================================
--- packages/trunk/renpy/debian/patches/03_checkdir.patch	2009-08-28 10:43:16 UTC (rev 10227)
+++ packages/trunk/renpy/debian/patches/03_checkdir.patch	2009-08-28 16:21:47 UTC (rev 10228)
@@ -1,7 +1,5 @@
-Index: renpy-6.8.0/renpy/main.py
-===================================================================
---- renpy-6.8.0.orig/renpy/main.py	2008-10-13 04:45:55.000000000 +0200
-+++ renpy-6.8.0/renpy/main.py	2008-11-13 11:03:46.000000000 +0100
+--- renpy-6.9.3.orig/renpy/main.py
++++ renpy-6.9.3/renpy/main.py
 @@ -124,6 +124,10 @@
      # Init the config after load.
      renpy.config.init()

Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2009-08-28 10:43:16 UTC (rev 10227)
+++ packages/trunk/renpy/debian/rules	2009-08-28 16:21:47 UTC (rev 10228)
@@ -131,4 +131,4 @@
 	dh_builddeb -a
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install-indep install-arch install configure get-doc get-orig-source
+.PHONY: build clean binary-indep binary-arch binary install-indep install-arch install configure get-doc




More information about the Pkg-games-commits mailing list