r15134 - in packages/trunk/renpy/debian: . patches
Miriam Ruiz
miriam at moszumanska.debian.org
Mon Jun 30 20:00:53 UTC 2014
Author: miriam
Date: 2014-06-30 20:00:53 +0000 (Mon, 30 Jun 2014)
New Revision: 15134
Modified:
packages/trunk/renpy/debian/changelog
packages/trunk/renpy/debian/control
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
packages/trunk/renpy/debian/patches/05_pxi_files.patch
packages/trunk/renpy/debian/rules
Log:
New upstream release
Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog 2014-06-27 03:30:53 UTC (rev 15133)
+++ packages/trunk/renpy/debian/changelog 2014-06-30 20:00:53 UTC (rev 15134)
@@ -1,9 +1,12 @@
-renpy (6.17.2-1) UNRELEASED; urgency=medium
+renpy (6.17.6-1) UNRELEASED; urgency=medium
[ Miriam Ruiz ]
* New Upstream Release.
+ * Added libavresample-dev to Build-Depends. Closes: #732333
+ Thanks to Gregor Riepl.
+ * Refreshed patches.
- -- Miriam Ruiz <miriam at debian.org> Sun, 02 Mar 2014 01:55:36 +0100
+ -- Miriam Ruiz <miriam at debian.org> Mon, 30 Jun 2014 20:15:52 +0200
renpy (6.16.5-1) unstable; urgency=medium
Modified: packages/trunk/renpy/debian/control
===================================================================
--- packages/trunk/renpy/debian/control 2014-06-27 03:30:53 UTC (rev 15133)
+++ packages/trunk/renpy/debian/control 2014-06-30 20:00:53 UTC (rev 15134)
@@ -9,7 +9,7 @@
libsdl-sound1.2-dev, libsdl-ttf2.0-dev, libmodplug-dev, libspeex-dev,
libavutil-dev, libavformat-dev, libavcodec-dev, libswscale-dev,
libfribidi-dev, libglew1.5-dev, zlib1g-dev, libfreetype6-dev,
- libpng12-dev
+ libpng12-dev, libavresample-dev
Standards-Version: 3.9.5
Homepage: http://www.renpy.org/
XS-Python-Version: >= 2.6
Modified: packages/trunk/renpy/debian/patches/01_abspaths.patch
===================================================================
--- packages/trunk/renpy/debian/patches/01_abspaths.patch 2014-06-27 03:30:53 UTC (rev 15133)
+++ packages/trunk/renpy/debian/patches/01_abspaths.patch 2014-06-30 20:00:53 UTC (rev 15134)
@@ -1,8 +1,8 @@
-Index: renpy-6.17.2-source/renpy.py
+Index: renpy-6.17.6-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
-@@ -59,6 +59,12 @@
+--- renpy-6.17.6-source.orig/renpy.py
++++ renpy-6.17.6-source/renpy.py
+@@ -59,6 +59,12 @@ def path_to_saves(gamedir):
return rv
@@ -15,7 +15,7 @@
# No save directory given.
if not renpy.config.save_directory:
-@@ -97,7 +103,7 @@
+@@ -97,7 +103,7 @@ def path_to_saves(gamedir):
# Returns the path to the Ren'Py base directory (containing common and
# the launcher, usually.)
def path_to_renpy_base():
Modified: packages/trunk/renpy/debian/patches/02_traceback.patch
===================================================================
--- packages/trunk/renpy/debian/patches/02_traceback.patch 2014-06-27 03:30:53 UTC (rev 15133)
+++ packages/trunk/renpy/debian/patches/02_traceback.patch 2014-06-30 20:00:53 UTC (rev 15134)
@@ -1,8 +1,8 @@
-Index: renpy-6.17.2-source/renpy/bootstrap.py
+Index: renpy-6.17.6-source/renpy/error.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.17.6-source.orig/renpy/error.py
++++ renpy-6.17.6-source/renpy/error.py
+@@ -197,10 +197,24 @@ def report_exception(e, editor=True):
simple = simple.getvalue()
full = full.getvalue()
Modified: packages/trunk/renpy/debian/patches/03_checkdir.patch
===================================================================
--- packages/trunk/renpy/debian/patches/03_checkdir.patch 2014-06-27 03:30:53 UTC (rev 15133)
+++ packages/trunk/renpy/debian/patches/03_checkdir.patch 2014-06-30 20:00:53 UTC (rev 15134)
@@ -1,11 +1,11 @@
-Index: renpy-6.17.2-source/renpy/main.py
+Index: renpy-6.17.6-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-6.17.6-source.orig/renpy/main.py
++++ renpy-6.17.6-source/renpy/main.py
+@@ -181,6 +181,10 @@ def main():
+ choose_variants()
renpy.display.touch = "touch" in renpy.config.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-06-27 03:30:53 UTC (rev 15133)
+++ packages/trunk/renpy/debian/patches/04_typo.patch 2014-06-30 20:00:53 UTC (rev 15134)
@@ -1,8 +1,8 @@
-Index: renpy-6.17.2-source/module/gen/renpy.angle.gldraw.c
+Index: renpy-6.17.6-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.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
/* 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 +11,11 @@
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.2-source/module/gen/renpy.gl.gldraw.c
+Index: renpy-6.17.6-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.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
/* Python wrapper */
static PyObject *__pyx_pw_5renpy_2gl_6gldraw_6GLDraw_3set_mode(PyObject *__pyx_v_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/
Modified: packages/trunk/renpy/debian/patches/05_pxi_files.patch
===================================================================
--- packages/trunk/renpy/debian/patches/05_pxi_files.patch 2014-06-27 03:30:53 UTC (rev 15133)
+++ packages/trunk/renpy/debian/patches/05_pxi_files.patch 2014-06-30 20:00:53 UTC (rev 15134)
@@ -1,5 +1,7 @@
+Index: renpy-6.17.6-source/module/gen/styleconstants.pxi
+===================================================================
--- /dev/null
-+++ renpy-6.17.2/module/gen/styleconstants.pxi
++++ renpy-6.17.6-source/module/gen/styleconstants.pxi
@@ -0,0 +1,92 @@
+DEF PRIORITY_LEVELS = 4
+DEF PREFIX_COUNT = 6
@@ -93,8 +95,10 @@
+DEF OUTLINES_INDEX = 80
+DEF SLOW_ABORTABLE_INDEX = 81
+DEF JUSTIFY_INDEX = 82
+Index: renpy-6.17.6-source/module/gen/styleproperties.pxi
+===================================================================
--- /dev/null
-+++ renpy-6.17.2/module/gen/styleproperties.pxi
++++ renpy-6.17.6-source/module/gen/styleproperties.pxi
@@ -0,0 +1,7008 @@
+cdef class Style(StyleCore):
+
@@ -7104,8 +7108,10 @@
+ def __del__(self):
+ self.delattr('selected_hover_anchor')
+
+Index: renpy-6.17.6-source/module/gen/stylepropertyfunctions.pxi
+===================================================================
--- /dev/null
-+++ renpy-6.17.2/module/gen/stylepropertyfunctions.pxi
++++ renpy-6.17.6-source/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
@@ -18483,8 +18489,10 @@
+
+register_property_function("selected_hover_anchor", selected_hover_anchor_property)
+
+Index: renpy-6.17.6-source/module/gen/stylesets.pxi
+===================================================================
--- /dev/null
-+++ renpy-6.17.2/module/gen/stylesets.pxi
++++ renpy-6.17.6-source/module/gen/stylesets.pxi
@@ -0,0 +1,7 @@
+# This file is generated by generate_styles.py.
+
Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules 2014-06-27 03:30:53 UTC (rev 15133)
+++ packages/trunk/renpy/debian/rules 2014-06-30 20:00:53 UTC (rev 15134)
@@ -46,12 +46,17 @@
clean: configure
dh_testdir
dh_testroot
- rm -rf `find . -name "*.rpyc"`
+ rm -fv `find . -name "*.rpyc"`
+ rm -fv `find . -name "*.pyc"`
rm -f build-stamp configure-stamp
rm -f build-python* install-python*
-export RENPY_DEPS_INSTALL=$(RENPY_DEPS_INSTALL); cd module && python setup.py clean
rm -rf module/build/
+ rm -fv module/gen/renpy.style*.c
+ rm -fv module/gen/renpy.style*.html
+ rm -fv module/gen/style*.html
+
rm -rfv renpy.app lib jedit
rm -fv `find . -name "*.exe"`
rm -fv `find . -name "*.dll"`
@@ -60,7 +65,7 @@
rm -fv `find . -name "*.rpyc"`
rm -fv `find . -name "*.rpymc"`
rm -fv `find . -name "*.pyo"`
- rm -fv `find . -name "*.so"`z
+ rm -fv `find . -name "*.so"`
$(MAKE) -f /usr/share/quilt/quilt.make unpatch
dh_clean
More information about the Pkg-games-commits
mailing list