[renpy] 93/146: Fixed typo

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:10 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 62a3027f1207298c4f2bd770d2db3de27a8438ec
Author: Miriam Ruiz <miriam at debian.org>
Date:   Sat Aug 31 04:49:46 2013 +0000

    Fixed typo
---
 debian/patches/04_typo.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series        |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/04_typo.patch b/debian/patches/04_typo.patch
new file mode 100644
index 0000000..830bc55
--- /dev/null
+++ b/debian/patches/04_typo.patch
@@ -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;
diff --git a/debian/patches/series b/debian/patches/series
index 399411d..5722499 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01_abspaths.patch
 02_traceback.patch
 03_checkdir.patch
+04_typo.patch

-- 
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