r14536 - packages/trunk/renpy/debian/patches
Miriam Ruiz
miriam at alioth.debian.org
Sat Aug 31 04:49:47 UTC 2013
Author: miriam
Date: 2013-08-31 04:49:46 +0000 (Sat, 31 Aug 2013)
New Revision: 14536
Added:
packages/trunk/renpy/debian/patches/04_typo.patch
Modified:
packages/trunk/renpy/debian/patches/series
Log:
Fixed typo
Added: packages/trunk/renpy/debian/patches/04_typo.patch
===================================================================
--- packages/trunk/renpy/debian/patches/04_typo.patch (rev 0)
+++ packages/trunk/renpy/debian/patches/04_typo.patch 2013-08-31 04:49:46 UTC (rev 14536)
@@ -0,0 +1,26 @@
+Index: renpy-6.15.7-source/module/gen/renpy.angle.gldraw.c
+===================================================================
+--- renpy-6.15.7-source.orig/module/gen/renpy.angle.gldraw.c 2013-08-31 06:42:58.505161225 +0200
++++ renpy-6.15.7-source/module/gen/renpy.angle.gldraw.c 2013-08-31 06:42:58.497161225 +0200
+@@ -1836,7 +1836,7 @@
+ */
+
+ 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.15.7-source/module/gen/renpy.gl.gldraw.c
+===================================================================
+--- renpy-6.15.7-source.orig/module/gen/renpy.gl.gldraw.c 2013-06-17 04:11:50.000000000 +0200
++++ renpy-6.15.7-source/module/gen/renpy.gl.gldraw.c 2013-08-31 06:43:32.729161180 +0200
+@@ -1850,7 +1850,7 @@
+ */
+
+ 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;
Modified: packages/trunk/renpy/debian/patches/series
===================================================================
--- packages/trunk/renpy/debian/patches/series 2013-08-30 22:51:00 UTC (rev 14535)
+++ packages/trunk/renpy/debian/patches/series 2013-08-31 04:49:46 UTC (rev 14536)
@@ -1,3 +1,4 @@
01_abspaths.patch
02_traceback.patch
03_checkdir.patch
+04_typo.patch
More information about the Pkg-games-commits
mailing list