[renpy] 59/146: Prepare release
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:06 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 50a702954f3399341bc94484f9f2946079cfe950
Author: Miriam Ruiz <miriam at debian.org>
Date: Sun Jun 14 02:28:41 2009 +0000
Prepare release
---
debian/changelog | 4 ++--
debian/control | 2 +-
debian/patches/00_module_setup.patch | 6 +++---
debian/rules | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 946e854..db30805 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-renpy (6.9.1-1) UNRELEASED; urgency=low
+renpy (6.9.2-1) unstable; urgency=low
[ Miriam Ruiz ]
* New Upstream Release
@@ -8,7 +8,7 @@ renpy (6.9.1-1) UNRELEASED; urgency=low
to Build-Depends
* Upgraded Standards-Version from 3.8.0 to 3.8.1
- -- Miriam Ruiz <little_miry at yahoo.es> Fri, 24 Apr 2009 22:15:51 +0200
+ -- Miriam Ruiz <little_miry at yahoo.es> Fri, 12 Jun 2009 01:29:05 +0200
renpy (6.7.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 503f274..177f497 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Miriam Ruiz <little_miry at yahoo.es>
Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), quilt,
python-all-dev, python-support (>= 0.6.4), python-setuptools, 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
+ libmodplug-dev, libspeex-dev, libavutil-dev, libavformat-dev, libavcodec-dev (>= 0.5 ), libswscale-dev
Standards-Version: 3.8.1
Homepage: http://www.renpy.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/renpy/
diff --git a/debian/patches/00_module_setup.patch b/debian/patches/00_module_setup.patch
index 81d68cd..5abce53 100644
--- a/debian/patches/00_module_setup.patch
+++ b/debian/patches/00_module_setup.patch
@@ -1,5 +1,5 @@
---- renpy-6.9.1.orig/module/setup.py
-+++ renpy-6.9.1/module/setup.py
+--- renpy-6.9.2.orig/module/setup.py
++++ renpy-6.9.2/module/setup.py
@@ -12,7 +12,7 @@
@@ -7,5 +7,5 @@
-extra_compile_args = [ "-O3", "-funroll-loops" ]
+extra_compile_args = [ "-O2", "-funroll-loops" ]
# extra_compile_args = [ "-O0", "-ggdb" ]
-
+ # extra_compile_args = [ "-O0", "-gstabs" ]
diff --git a/debian/rules b/debian/rules
index 7a036c3..08ef20a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ clean: configure
rm -rf `find . -name "*.rpyc"`
rm -f build-stamp configure-stamp
rm -f build-python* install-python*
- export RENPY_DEPS_INSTALL="/usr"; cd module && python setup.py clean
+ -export RENPY_DEPS_INSTALL="/usr"; cd module && python setup.py clean
rm -rf module/build/
$(MAKE) -f /usr/share/quilt/quilt.make unpatch
dh_clean
--
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