[renpy] 61/146: Fixed dependencies
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 e6131a89c2dc89d7636b0b519c3d3abba5c0a7d2
Author: Miriam Ruiz <miriam at debian.org>
Date: Fri Aug 28 16:39:13 2009 +0000
Fixed dependencies
---
debian/README.source | 1 +
debian/changelog | 1 +
debian/control | 12 +++++++-----
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..cf42723
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1 @@
+See /usr/share/doc/quilt/README.source
diff --git a/debian/changelog b/debian/changelog
index 503f01a..0be325b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ renpy (6.9.3-1) UNRELEASED; urgency=low
- This release fixes several bugs with Ren'Py, includes better support
for running from a portable storage device, and includes a rewritten
Ren'Py Launcher.
+ * Upgraded Standards Version to 3.8.3
-- Miriam Ruiz <little_miry at yahoo.es> Fri, 28 Aug 2009 18:09:32 +0200
diff --git a/debian/control b/debian/control
index 177f497..abded10 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,19 @@ 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 (>= 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 (>= 0.5 ), libswscale-dev
-Standards-Version: 3.8.1
+ 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 (>= 5:0.5+svn200908), libavformat-dev (>= 5:0.5+svn200908),
+ libavcodec-dev (>= 5:0.5+svn200908), libswscale-dev
+Standards-Version: 3.8.3
Homepage: http://www.renpy.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/renpy/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/renpy/?op=log
Package: renpy
Architecture: all
-Depends: python-pygame (>= 1.8.1), python-renpy, ttf-dejavu,
+Depends: python-pygame (>= 1.8.1), python-renpy, ttf-dejavu-core,
${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