[renpy] 54/146: Ren'Py 6.8.0 requires pygame 1.8.1 to run
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:05 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 5fedd6724c78f76232d3b2457726c33a904941e8
Author: Miriam Ruiz <miriam at debian.org>
Date: Thu Nov 13 10:33:58 2008 +0000
Ren'Py 6.8.0 requires pygame 1.8.1 to run
---
debian/changelog | 1 +
debian/control | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2d0d86c..79df2ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ renpy (6.8.0-1) UNRELEASED; urgency=low
[ Miriam Ruiz ]
* New Upstream Release
* Refreshed all patches
+ * Requires pygame 1.8.1 to run
-- Miriam Ruiz <little_miry at yahoo.es> Thu, 13 Nov 2008 10:55:09 +0100
diff --git a/debian/control b/debian/control
index a311f54..55d625e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
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,
+ 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
Standards-Version: 3.8.0
@@ -14,7 +14,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/renpy/?op=log
Package: renpy
Architecture: all
-Depends: python-pygame, python-renpy, ttf-dejavu,
+Depends: python-pygame (>= 1.8.1), python-renpy, ttf-dejavu,
${python:Depends}, ${misc:Depends}
Recommends: python-ctypes
Description: framework for developing visual-novel type games
--
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