This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository renpy.
commit f3574e5fbd0f328384b4bb1882a5b3d361516c14 Author: Markus Koschany <[email protected]> Date: Tue Jan 12 19:11:56 2016 +0100 Use standard DEP-3 header --- debian/patches/01_abspaths.patch | 15 +++++++++++--- debian/patches/02_traceback.patch | 15 +++++++++++--- debian/patches/03_checkdir.patch | 15 +++++++++++--- debian/patches/04_typo.patch | 28 +++++++++++++++++--------- debian/patches/05_pxi_files.patch | 42 +++++++++++++++++++++++++++++---------- 5 files changed, 86 insertions(+), 29 deletions(-) diff --git a/debian/patches/01_abspaths.patch b/debian/patches/01_abspaths.patch index 1b2fd99..8d0d9fb 100644 --- a/debian/patches/01_abspaths.patch +++ b/debian/patches/01_abspaths.patch @@ -1,7 +1,16 @@ -Index: renpy-6.17.6-source/renpy.py +From: Debian Games Team <[email protected]> +Date: Tue, 12 Jan 2016 19:11:48 +0100 +Subject: _abspaths + =================================================================== ---- renpy-6.17.6-source.orig/renpy.py -+++ renpy-6.17.6-source/renpy.py +--- + renpy.py | 8 +++++++- + 1 file changed, 7 insertions(+), 1 deletion(-) + +diff --git a/renpy.py b/renpy.py +index d1f28b5..93d5325 100644 +--- a/renpy.py ++++ b/renpy.py @@ -59,6 +59,12 @@ def path_to_saves(gamedir): return rv diff --git a/debian/patches/02_traceback.patch b/debian/patches/02_traceback.patch index 598b895..cff81fb 100644 --- a/debian/patches/02_traceback.patch +++ b/debian/patches/02_traceback.patch @@ -1,7 +1,16 @@ -Index: renpy-6.17.6-source/renpy/error.py +From: Debian Games Team <[email protected]> +Date: Tue, 12 Jan 2016 19:11:48 +0100 +Subject: _traceback + =================================================================== ---- renpy-6.17.6-source.orig/renpy/error.py -+++ renpy-6.17.6-source/renpy/error.py +--- + renpy/error.py | 16 +++++++++++++++- + 1 file changed, 15 insertions(+), 1 deletion(-) + +diff --git a/renpy/error.py b/renpy/error.py +index c621188..06c5093 100644 +--- a/renpy/error.py ++++ b/renpy/error.py @@ -197,10 +197,24 @@ def report_exception(e, editor=True): simple = simple.getvalue() full = full.getvalue() diff --git a/debian/patches/03_checkdir.patch b/debian/patches/03_checkdir.patch index 6e99d90..a4dc46b 100644 --- a/debian/patches/03_checkdir.patch +++ b/debian/patches/03_checkdir.patch @@ -1,7 +1,16 @@ -Index: renpy-6.17.6-source/renpy/main.py +From: Debian Games Team <[email protected]> +Date: Tue, 12 Jan 2016 19:11:48 +0100 +Subject: _checkdir + =================================================================== ---- renpy-6.17.6-source.orig/renpy/main.py -+++ renpy-6.17.6-source/renpy/main.py +--- + renpy/main.py | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/renpy/main.py b/renpy/main.py +index b3d867a..ca9997e 100644 +--- a/renpy/main.py ++++ b/renpy/main.py @@ -181,6 +181,10 @@ def main(): choose_variants() renpy.display.touch = "touch" in renpy.config.variants diff --git a/debian/patches/04_typo.patch b/debian/patches/04_typo.patch index 03ada77..570be1a 100644 --- a/debian/patches/04_typo.patch +++ b/debian/patches/04_typo.patch @@ -1,8 +1,18 @@ -Index: renpy-6.17.6-source/module/gen/renpy.angle.gldraw.c +From: Debian Games Team <[email protected]> +Date: Tue, 12 Jan 2016 19:11:48 +0100 +Subject: _typo + =================================================================== ---- renpy-6.17.6-source.orig/module/gen/renpy.angle.gldraw.c -+++ renpy-6.17.6-source/module/gen/renpy.angle.gldraw.c -@@ -2129,7 +2129,7 @@ static int __pyx_pf_5renpy_5angle_6gldra +--- + module/gen/renpy.angle.gldraw.c | 2 +- + module/gen/renpy.gl.gldraw.c | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/module/gen/renpy.angle.gldraw.c b/module/gen/renpy.angle.gldraw.c +index 1f5cc50..a189ad9 100644 +--- a/module/gen/renpy.angle.gldraw.c ++++ b/module/gen/renpy.angle.gldraw.c +@@ -2129,7 +2129,7 @@ static int __pyx_pf_5renpy_5angle_6gldraw_6GLDraw___init__(struct __pyx_obj_5ren /* Python wrapper */ static PyObject *__pyx_pw_5renpy_5angle_6gldraw_6GLDraw_3set_mode(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/ @@ -11,11 +21,11 @@ Index: renpy-6.17.6-source/module/gen/renpy.angle.gldraw.c static PyObject *__pyx_pw_5renpy_5angle_6gldraw_6GLDraw_3set_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.6-source/module/gen/renpy.gl.gldraw.c -=================================================================== ---- renpy-6.17.6-source.orig/module/gen/renpy.gl.gldraw.c -+++ renpy-6.17.6-source/module/gen/renpy.gl.gldraw.c -@@ -2129,7 +2129,7 @@ static int __pyx_pf_5renpy_2gl_6gldraw_6 +diff --git a/module/gen/renpy.gl.gldraw.c b/module/gen/renpy.gl.gldraw.c +index a6dc88e..71876fa 100644 +--- a/module/gen/renpy.gl.gldraw.c ++++ b/module/gen/renpy.gl.gldraw.c +@@ -2129,7 +2129,7 @@ static int __pyx_pf_5renpy_2gl_6gldraw_6GLDraw___init__(struct __pyx_obj_5renpy_ /* Python wrapper */ static PyObject *__pyx_pw_5renpy_2gl_6gldraw_6GLDraw_3set_mode(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/ diff --git a/debian/patches/05_pxi_files.patch b/debian/patches/05_pxi_files.patch index 05e3804..5785d55 100644 --- a/debian/patches/05_pxi_files.patch +++ b/debian/patches/05_pxi_files.patch @@ -1,7 +1,24 @@ -Index: renpy-6.17.6-source/module/gen/styleconstants.pxi +From: Debian Games Team <[email protected]> +Date: Tue, 12 Jan 2016 19:11:48 +0100 +Subject: _pxi_files + =================================================================== +--- + module/gen/styleconstants.pxi | 92 + + module/gen/styleproperties.pxi | 7008 ++++++++++++++++++++ + module/gen/stylepropertyfunctions.pxi | 11376 ++++++++++++++++++++++++++++++++ + module/gen/stylesets.pxi | 7 + + 4 files changed, 18483 insertions(+) + create mode 100644 module/gen/styleconstants.pxi + create mode 100644 module/gen/styleproperties.pxi + create mode 100644 module/gen/stylepropertyfunctions.pxi + create mode 100644 module/gen/stylesets.pxi + +diff --git a/module/gen/styleconstants.pxi b/module/gen/styleconstants.pxi +new file mode 100644 +index 0000000..b52b041 --- /dev/null -+++ renpy-6.17.6-source/module/gen/styleconstants.pxi ++++ b/module/gen/styleconstants.pxi @@ -0,0 +1,92 @@ +DEF PRIORITY_LEVELS = 4 +DEF PREFIX_COUNT = 6 @@ -95,10 +112,11 @@ Index: renpy-6.17.6-source/module/gen/styleconstants.pxi +DEF OUTLINES_INDEX = 80 +DEF SLOW_ABORTABLE_INDEX = 81 +DEF JUSTIFY_INDEX = 82 -Index: renpy-6.17.6-source/module/gen/styleproperties.pxi -=================================================================== +diff --git a/module/gen/styleproperties.pxi b/module/gen/styleproperties.pxi +new file mode 100644 +index 0000000..99d0297 --- /dev/null -+++ renpy-6.17.6-source/module/gen/styleproperties.pxi ++++ b/module/gen/styleproperties.pxi @@ -0,0 +1,7008 @@ +cdef class Style(StyleCore): + @@ -7108,10 +7126,11 @@ Index: renpy-6.17.6-source/module/gen/styleproperties.pxi + def __del__(self): + self.delattr('selected_hover_anchor') + -Index: renpy-6.17.6-source/module/gen/stylepropertyfunctions.pxi -=================================================================== +diff --git a/module/gen/stylepropertyfunctions.pxi b/module/gen/stylepropertyfunctions.pxi +new file mode 100644 +index 0000000..bb12da7 --- /dev/null -+++ renpy-6.17.6-source/module/gen/stylepropertyfunctions.pxi ++++ b/module/gen/stylepropertyfunctions.pxi @@ -0,0 +1,11376 @@ +cdef int yanchor_property(PyObject **cache, int *cache_priorities, int priority, object value) except -1: + priority += 0 @@ -18489,10 +18508,11 @@ Index: renpy-6.17.6-source/module/gen/stylepropertyfunctions.pxi + +register_property_function("selected_hover_anchor", selected_hover_anchor_property) + -Index: renpy-6.17.6-source/module/gen/stylesets.pxi -=================================================================== +diff --git a/module/gen/stylesets.pxi b/module/gen/stylesets.pxi +new file mode 100644 +index 0000000..1619bb7 --- /dev/null -+++ renpy-6.17.6-source/module/gen/stylesets.pxi ++++ b/module/gen/stylesets.pxi @@ -0,0 +1,7 @@ +# This file is generated by generate_styles.py. + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

