[renpy] 87/146: Prepare release
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 620526e37bef8e4be08311a84d8c1d21ca541ce0
Author: Miriam Ruiz <miriam at debian.org>
Date: Mon Aug 15 01:22:24 2011 +0000
Prepare release
---
debian/changelog | 7 ++++---
debian/control | 3 ++-
debian/patches/00_module_setup.patch | 13 +++++++++++--
debian/patches/01_abspaths.patch | 4 ++--
debian/patches/02_traceback.patch | 4 ++--
debian/patches/03_checkdir.patch | 6 +++---
debian/patches/04_editor.patch | 6 +++---
7 files changed, 27 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2bb118c..2b92e3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-renpy (6.12.1-1) UNRELEASED; urgency=low
+renpy (6.12.2-1) unstable; urgency=low
[ Miriam Ruiz ]
* New Upstream Release
- * Added dependencies: zlib1g-dev libfreetype6-dev
* Refreshed patches
+ * Added Build Dependencies: zlib1g-dev, libfreetype6-dev and
+ libpng12-dev. Closes: #633672
* Upgraded Standards-Version from 3.9.1 to 3.9.2
- -- Miriam Ruiz <little_miry at yahoo.es> Thu, 23 Jun 2011 22:28:07 +0200
+ -- Miriam Ruiz <little_miry at yahoo.es> Mon, 15 Aug 2011 02:37:29 +0200
renpy (6.12.0-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index e0eb7e7..8d177e5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), quilt,
python-pygame (>= 1.8.1), libsdl1.2-dev, libsdl-image1.2-dev,
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
+ libfribidi-dev, libglew1.5-dev, zlib1g-dev, libfreetype6-dev,
+ libpng12-dev
Standards-Version: 3.9.2
Homepage: http://www.renpy.org/
XS-Python-Version: >= 2.6
diff --git a/debian/patches/00_module_setup.patch b/debian/patches/00_module_setup.patch
index 689a986..0d63f4d 100644
--- a/debian/patches/00_module_setup.patch
+++ b/debian/patches/00_module_setup.patch
@@ -1,5 +1,5 @@
---- renpy-6.12.1.orig/module/setup.py
-+++ renpy-6.12.1/module/setup.py
+--- renpy-6.12.2.orig/module/setup.py
++++ renpy-6.12.2/module/setup.py
@@ -5,7 +5,7 @@
import sys
@@ -9,3 +9,12 @@
# extra_compile_args = [ "-O0", "-ggdb" ]
# extra_compile_args = [ "-O0", "-gstabs" ]
extra_link_args = [ ]
+@@ -286,7 +286,7 @@
+
+ distutils.core.setup(
+ name = "renpy_module",
+- version = renpy.version[7:], #@UndefinedVariable
++ version = renpy.version[7:],
+ ext_modules = extensions,
+ py_modules = py_modules,
+ package_dir = { '' : 'lib' },
diff --git a/debian/patches/01_abspaths.patch b/debian/patches/01_abspaths.patch
index 2d0fddc..73028c2 100644
--- a/debian/patches/01_abspaths.patch
+++ b/debian/patches/01_abspaths.patch
@@ -1,5 +1,5 @@
---- renpy-6.12.1.orig/renpy.py
-+++ renpy-6.12.1/renpy.py
+--- renpy-6.12.2.orig/renpy.py
++++ renpy-6.12.2/renpy.py
@@ -39,7 +39,14 @@
# the path to a directory that will hold save files.
def path_to_saves(gamedir):
diff --git a/debian/patches/02_traceback.patch b/debian/patches/02_traceback.patch
index 8ddf9fe..1a4bff0 100644
--- a/debian/patches/02_traceback.patch
+++ b/debian/patches/02_traceback.patch
@@ -1,5 +1,5 @@
---- renpy-6.12.1.orig/renpy/bootstrap.py
-+++ renpy-6.12.1/renpy/bootstrap.py
+--- renpy-6.12.2.orig/renpy/bootstrap.py
++++ renpy-6.12.2/renpy/bootstrap.py
@@ -408,12 +408,25 @@
simple = simple.getvalue()
diff --git a/debian/patches/03_checkdir.patch b/debian/patches/03_checkdir.patch
index e647cf2..46e1af3 100644
--- a/debian/patches/03_checkdir.patch
+++ b/debian/patches/03_checkdir.patch
@@ -1,6 +1,6 @@
---- renpy-6.12.1.orig/renpy/main.py
-+++ renpy-6.12.1/renpy/main.py
-@@ -159,6 +159,10 @@
+--- renpy-6.12.2.orig/renpy/main.py
++++ renpy-6.12.2/renpy/main.py
+@@ -161,6 +161,10 @@
# Set up variants.
choose_variants()
diff --git a/debian/patches/04_editor.patch b/debian/patches/04_editor.patch
index ff871b2..976d807 100644
--- a/debian/patches/04_editor.patch
+++ b/debian/patches/04_editor.patch
@@ -1,5 +1,5 @@
--- /dev/null
-+++ renpy-6.12.1/launcher/Debian.editor.py
++++ renpy-6.12.2/launcher/Debian.editor.py
@@ -0,0 +1,6 @@
+# Name: Debian
+# Version: 1
@@ -7,8 +7,8 @@
+
+config.editor = '/usr/bin/editor'
+config.editor_transient = '/usr/bin/editor'
---- renpy-6.12.1.orig/launcher/editor.rpy
-+++ renpy-6.12.1/launcher/editor.rpy
+--- renpy-6.12.2.orig/launcher/editor.rpy
++++ renpy-6.12.2/launcher/editor.rpy
@@ -11,7 +11,7 @@
# The default name for the editor.
--
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