[renpy] 07/146: Renamed binary package renpy-module to python-rempy. Upgraded compat to 5.
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:00 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 146815f9e08404d93929e115b6c5ca24ab9d7e04
Author: Miriam Ruiz <little_miry at yahoo.es>
Date: Thu Oct 19 19:56:53 2006 +0000
Renamed binary package renpy-module to python-rempy.
Upgraded compat to 5.
---
debian/changelog | 2 ++
debian/compat | 2 +-
debian/control | 7 +++----
debian/rules | 8 ++++----
4 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5cad798..d03a468 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ renpy (5.6.2.ds1-1) UNRELEASED; urgency=low
* New Upstream Release.
* Modified building system for using quilt.
+ * Renamed binary package renpy-module to python-rempy.
+ * Upgraded compat to 5.
-- Miriam Ruiz <little_miry at yahoo.es> Fri, 13 Oct 2006 03:14:27 +0200
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index bad160e..9180b83 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.7.2
Package: renpy
Architecture: all
-Depends: python-pygame, renpy-module, ttf-dejavu, ${python:Depends}, ${misc:Depends}
+Depends: python-pygame, python-renpy, ttf-dejavu, ${python:Depends}, ${misc:Depends}
Recommends: python-ctypes
Description: framework for developing visual-novel type games
Ren'Py is a programming language and runtime, intended to ease the creation
@@ -29,7 +29,7 @@ Description: framework for developing visual-novel type games
.
Homepage: http://www.bishoujo.us/renpy/
-Package: renpy-module
+Package: python-renpy
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Description: framework for developing visual-novel type games
@@ -38,8 +38,7 @@ Description: framework for developing visual-novel type games
display thoughts, dialogue, and menus; to display images to the user; to
write game logic; and to support the saving and loading of games.
.
- This package includes a full playable example showing the features of the
- framework.
+ This package includes the native python module.
.
Homepage: http://www.bishoujo.us/renpy/
diff --git a/debian/rules b/debian/rules
index faf495e..d6e8a77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,13 +67,13 @@ install-arch:
#dh_install -prenpy module/* usr/share/games/renpy/module/
#$(MAKE) install DESTDIR=$(CURDIR)/debian/renpy
- #cd module; python setup.py install --home=$(CURDIR)/debian/renpy-module/usr
+ #cd module; python setup.py install --home=$(CURDIR)/debian/python-renpy/usr
#PYVER="`python -V 2>&1 | awk '{print $$2}' | awk -F '.' '{print $$1"."$$2}'`" && \
- #mv $(CURDIR)/debian/renpy-module/usr/lib/python $(CURDIR)/debian/renpy-module/usr/lib/python-$$PYVER
+ #mv $(CURDIR)/debian/python-renpy/usr/lib/python $(CURDIR)/debian/python-renpy/usr/lib/python-$$PYVER
cd module; python setup.py install --home=$(CURDIR)/debian/tmp/usr
- dh_install -prenpy-module debian/tmp/usr/lib/python/* usr/lib/renpy/module/
- dh_link -prenpy-module usr/lib/renpy/module usr/share/games/renpy/module
+ dh_install -ppython-renpy debian/tmp/usr/lib/python/* usr/lib/renpy/module/
+ dh_link -ppython-renpy usr/lib/renpy/module usr/share/games/renpy/module
dh_install -prenpy debian/renpy.xpm usr/share/pixmaps
dh_install -prenpy debian/renpy.desktop usr/share/applications
--
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