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

Miriam Ruiz miriam at moszumanska.debian.org
Sun Mar 2 01:45:37 UTC 2014


Author: miriam
Date: 2014-03-02 01:45:37 +0000 (Sun, 02 Mar 2014)
New Revision: 14945

Modified:
   packages/trunk/renpy/debian/changelog
   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/patches/04_typo.patch
Log:
Revert changes and prepare for release



Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog	2014-03-02 01:14:17 UTC (rev 14944)
+++ packages/trunk/renpy/debian/changelog	2014-03-02 01:45:37 UTC (rev 14945)
@@ -1,4 +1,4 @@
-renpy (6.17.2-1) UNRELEASED; urgency=medium
+renpy (6.16.5-1) unstable; urgency=medium
 
   [ Miriam Ruiz ]
   * New Upstream Release.
@@ -7,7 +7,7 @@
   * Removed potential privacy breach by fetching data from Google at runtime in
     the documentation files
 
- -- Miriam Ruiz <miriam at debian.org>  Sun, 02 Mar 2014 01:55:36 +0100
+ -- Miriam Ruiz <miriam at debian.org>  Wed, 19 Feb 2014 00:42:22 +0100
 
 renpy (6.15.7-1) unstable; urgency=low
 

Modified: packages/trunk/renpy/debian/patches/01_abspaths.patch
===================================================================
--- packages/trunk/renpy/debian/patches/01_abspaths.patch	2014-03-02 01:14:17 UTC (rev 14944)
+++ packages/trunk/renpy/debian/patches/01_abspaths.patch	2014-03-02 01:45:37 UTC (rev 14945)
@@ -1,7 +1,7 @@
-Index: renpy-6.17.2-source/renpy.py
+Index: renpy-6.16.5-source/renpy.py
 ===================================================================
---- renpy-6.17.2-source.orig/renpy.py	2014-01-28 04:53:02.000000000 +0100
-+++ renpy-6.17.2-source/renpy.py	2014-03-02 02:13:36.000000000 +0100
+--- renpy-6.16.5-source.orig/renpy.py	2014-02-19 00:49:23.114460913 +0100
++++ renpy-6.16.5-source/renpy.py	2014-02-19 00:50:41.202649634 +0100
 @@ -59,6 +59,12 @@
  
          return rv

Modified: packages/trunk/renpy/debian/patches/02_traceback.patch
===================================================================
--- packages/trunk/renpy/debian/patches/02_traceback.patch	2014-03-02 01:14:17 UTC (rev 14944)
+++ packages/trunk/renpy/debian/patches/02_traceback.patch	2014-03-02 01:45:37 UTC (rev 14945)
@@ -1,8 +1,8 @@
-Index: renpy-6.17.2-source/renpy/bootstrap.py
+Index: renpy-6.16.5-source/renpy/bootstrap.py
 ===================================================================
---- renpy-6.17.2-source.orig/renpy/bootstrap.py	2014-01-28 04:53:02.000000000 +0100
-+++ renpy-6.17.2-source/renpy/bootstrap.py	2014-03-02 02:13:36.000000000 +0100
-@@ -478,10 +478,24 @@
+--- renpy-6.16.5-source.orig/renpy/bootstrap.py	2014-02-19 00:51:20.242743907 +0100
++++ renpy-6.16.5-source/renpy/bootstrap.py	2014-02-19 00:52:57.758979165 +0100
+@@ -454,10 +454,24 @@
      simple = simple.getvalue()
      full = full.getvalue()
  

Modified: packages/trunk/renpy/debian/patches/03_checkdir.patch
===================================================================
--- packages/trunk/renpy/debian/patches/03_checkdir.patch	2014-03-02 01:14:17 UTC (rev 14944)
+++ packages/trunk/renpy/debian/patches/03_checkdir.patch	2014-03-02 01:45:37 UTC (rev 14945)
@@ -1,11 +1,11 @@
-Index: renpy-6.17.2-source/renpy/main.py
+Index: renpy-6.16.5-source/renpy/main.py
 ===================================================================
---- renpy-6.17.2-source.orig/renpy/main.py	2014-03-02 02:13:47.816595095 +0100
-+++ renpy-6.17.2-source/renpy/main.py	2014-03-02 02:13:47.816595095 +0100
-@@ -162,6 +162,10 @@
-     renpy.display.touch = "touch" in renpy.config.variants
+--- renpy-6.16.5-source.orig/renpy/main.py	2014-02-19 00:55:25.495252488 +0100
++++ renpy-6.16.5-source/renpy/main.py	2014-02-19 00:57:03.751410784 +0100
+@@ -161,6 +161,10 @@
+     # Set up variants.
+     choose_variants()
  
- 
 +    # Check if the game directory exists and is a directory
 +    if not os.path.isdir(renpy.config.gamedir):
 +        raise Exception("The game directory '%s' doesn't exist" % renpy.config.gamedir)

Modified: packages/trunk/renpy/debian/patches/04_typo.patch
===================================================================
--- packages/trunk/renpy/debian/patches/04_typo.patch	2014-03-02 01:14:17 UTC (rev 14944)
+++ packages/trunk/renpy/debian/patches/04_typo.patch	2014-03-02 01:45:37 UTC (rev 14945)
@@ -1,26 +1,26 @@
-Index: renpy-6.17.2-source/module/gen/renpy.angle.gldraw.c
+Index: renpy-6.16.5-source/module/gen/renpy.angle.gldraw.c
 ===================================================================
---- renpy-6.17.2-source.orig/module/gen/renpy.angle.gldraw.c	2014-03-02 02:13:47.832595139 +0100
-+++ renpy-6.17.2-source/module/gen/renpy.angle.gldraw.c	2014-03-02 02:13:47.828595129 +0100
-@@ -2119,7 +2119,7 @@
+--- renpy-6.16.5-source.orig/module/gen/renpy.angle.gldraw.c	2014-02-19 00:58:17.539530666 +0100
++++ renpy-6.16.5-source/module/gen/renpy.angle.gldraw.c	2014-02-19 00:58:17.535530660 +0100
+@@ -1832,7 +1832,7 @@
+  */
  
- /* Python wrapper */
- static PyObject *__pyx_pw_5renpy_5angle_6gldraw_6GLDraw_3set_mode(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
--static char __pyx_doc_5renpy_5angle_6gldraw_6GLDraw_2set_mode[] = "\n        This changes the video mode. It also initializes OpenGL, if it\n        can. It returns True if it was succesful, or False if OpenGL isn't\n        working for some reason.\n        ";
-+static char __pyx_doc_5renpy_5angle_6gldraw_6GLDraw_2set_mode[] = "\n        This changes the video mode. It also initializes OpenGL, if it\n        can. It returns True if it was successful, or False if OpenGL isn't\n        working for some reason.\n        ";
- static PyObject *__pyx_pw_5renpy_5angle_6gldraw_6GLDraw_3set_mode(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
+ static PyObject *__pyx_pf_5renpy_5angle_6gldraw_6GLDraw_1set_mode(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
+-static char __pyx_doc_5renpy_5angle_6gldraw_6GLDraw_1set_mode[] = "\n        This changes the video mode. It also initializes OpenGL, if it\n        can. It returns True if it was succesful, or False if OpenGL isn't\n        working for some reason.\n        ";
++static char __pyx_doc_5renpy_5angle_6gldraw_6GLDraw_1set_mode[] = "\n        This changes the video mode. It also initializes OpenGL, if it\n        can. It returns True if it was successful, or False if OpenGL isn't\n        working for some reason.\n        ";
+ static PyObject *__pyx_pf_5renpy_5angle_6gldraw_6GLDraw_1set_mode(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
    PyObject *__pyx_v_virtual_size = 0;
    PyObject *__pyx_v_physical_size = 0;
-Index: renpy-6.17.2-source/module/gen/renpy.gl.gldraw.c
+Index: renpy-6.16.5-source/module/gen/renpy.gl.gldraw.c
 ===================================================================
---- renpy-6.17.2-source.orig/module/gen/renpy.gl.gldraw.c	2014-03-02 02:13:47.832595139 +0100
-+++ renpy-6.17.2-source/module/gen/renpy.gl.gldraw.c	2014-03-02 02:13:47.832595139 +0100
-@@ -2137,7 +2137,7 @@
+--- renpy-6.16.5-source.orig/module/gen/renpy.gl.gldraw.c	2014-02-19 00:58:17.539530666 +0100
++++ renpy-6.16.5-source/module/gen/renpy.gl.gldraw.c	2014-02-19 00:58:17.535530660 +0100
+@@ -1846,7 +1846,7 @@
+  */
  
- /* Python wrapper */
- static PyObject *__pyx_pw_5renpy_2gl_6gldraw_6GLDraw_3set_mode(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
--static char __pyx_doc_5renpy_2gl_6gldraw_6GLDraw_2set_mode[] = "\n        This changes the video mode. It also initializes OpenGL, if it\n        can. It returns True if it was succesful, or False if OpenGL isn't\n        working for some reason.\n        ";
-+static char __pyx_doc_5renpy_2gl_6gldraw_6GLDraw_2set_mode[] = "\n        This changes the video mode. It also initializes OpenGL, if it\n        can. It returns True if it was successful, or False if OpenGL isn't\n        working for some reason.\n        ";
- static PyObject *__pyx_pw_5renpy_2gl_6gldraw_6GLDraw_3set_mode(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
+ static PyObject *__pyx_pf_5renpy_2gl_6gldraw_6GLDraw_1set_mode(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
+-static char __pyx_doc_5renpy_2gl_6gldraw_6GLDraw_1set_mode[] = "\n        This changes the video mode. It also initializes OpenGL, if it\n        can. It returns True if it was succesful, or False if OpenGL isn't\n        working for some reason.\n        ";
++static char __pyx_doc_5renpy_2gl_6gldraw_6GLDraw_1set_mode[] = "\n        This changes the video mode. It also initializes OpenGL, if it\n        can. It returns True if it was successful, or False if OpenGL isn't\n        working for some reason.\n        ";
+ static PyObject *__pyx_pf_5renpy_2gl_6gldraw_6GLDraw_1set_mode(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds) {
    PyObject *__pyx_v_virtual_size = 0;
    PyObject *__pyx_v_physical_size = 0;




More information about the Pkg-games-commits mailing list