r1919 - packages/trunk/renpy/debian

Miriam Ruiz baby-guest at costa.debian.org
Thu Oct 19 19:56:53 UTC 2006


Author: baby-guest
Date: 2006-10-19 19:56:53 +0000 (Thu, 19 Oct 2006)
New Revision: 1919

Modified:
   packages/trunk/renpy/debian/changelog
   packages/trunk/renpy/debian/compat
   packages/trunk/renpy/debian/control
   packages/trunk/renpy/debian/rules
Log:
Renamed binary package renpy-module to python-rempy.
Upgraded compat to 5.



Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog	2006-10-19 18:39:14 UTC (rev 1918)
+++ packages/trunk/renpy/debian/changelog	2006-10-19 19:56:53 UTC (rev 1919)
@@ -2,6 +2,8 @@
 
   * 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
 

Modified: packages/trunk/renpy/debian/compat
===================================================================
--- packages/trunk/renpy/debian/compat	2006-10-19 18:39:14 UTC (rev 1918)
+++ packages/trunk/renpy/debian/compat	2006-10-19 19:56:53 UTC (rev 1919)
@@ -1 +1 @@
-4
+5

Modified: packages/trunk/renpy/debian/control
===================================================================
--- packages/trunk/renpy/debian/control	2006-10-19 18:39:14 UTC (rev 1918)
+++ packages/trunk/renpy/debian/control	2006-10-19 19:56:53 UTC (rev 1919)
@@ -7,7 +7,7 @@
 
 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 @@
  .
   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 @@
  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/
 

Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2006-10-19 18:39:14 UTC (rev 1918)
+++ packages/trunk/renpy/debian/rules	2006-10-19 19:56:53 UTC (rev 1919)
@@ -67,13 +67,13 @@
 	#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




More information about the Pkg-games-commits mailing list