[renpy] 60/146: New Upstream Release

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch experimental
in repository renpy.

commit d65f6ea162fd9b882c7bf51a19c8f0de91d58d13
Author: Miriam Ruiz <miriam at debian.org>
Date:   Fri Aug 28 16:21:47 2009 +0000

    New Upstream Release
---
 debian/changelog                     | 10 ++++++++++
 debian/patches/00_module_setup.patch |  4 ++--
 debian/patches/01_abspaths.patch     | 14 +++++++-------
 debian/patches/02_traceback.patch    | 10 ++++------
 debian/patches/03_checkdir.patch     |  6 ++----
 debian/rules                         |  2 +-
 6 files changed, 26 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db30805..503f01a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/debian/patches/00_module_setup.patch b/debian/patches/00_module_setup.patch
index 5abce53..901f650 100644
--- a/debian/patches/00_module_setup.patch
+++ b/debian/patches/00_module_setup.patch
@@ -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 @@
  
  
diff --git a/debian/patches/01_abspaths.patch b/debian/patches/01_abspaths.patch
index 0355aa2..b74c653 100644
--- a/debian/patches/01_abspaths.patch
+++ b/debian/patches/01_abspaths.patch
@@ -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 @@ Index: renpy-6.8.0/renpy.py
      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():
diff --git a/debian/patches/02_traceback.patch b/debian/patches/02_traceback.patch
index 4846b4b..e5c289a 100644
--- a/debian/patches/02_traceback.patch
+++ b/debian/patches/02_traceback.patch
@@ -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 @@ Index: renpy-6.8.0/renpy/bootstrap.py
  
          f.write(codecs.BOM_UTF8)
  
-@@ -358,10 +372,18 @@
+@@ -376,10 +390,18 @@
          f.close()
  
          try:
diff --git a/debian/patches/03_checkdir.patch b/debian/patches/03_checkdir.patch
index 4c1c8bc..df8470b 100644
--- a/debian/patches/03_checkdir.patch
+++ b/debian/patches/03_checkdir.patch
@@ -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()
diff --git a/debian/rules b/debian/rules
index 08ef20a..56b5627 100755
--- a/debian/rules
+++ b/debian/rules
@@ -131,4 +131,4 @@ binary-arch: build install-arch
 	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git



More information about the Pkg-games-commits mailing list