r7035 - packages/trunk/renpy/debian

Miriam Ruiz miriam at alioth.debian.org
Thu May 15 15:03:17 UTC 2008


Author: miriam
Date: 2008-05-15 15:03:17 +0000 (Thu, 15 May 2008)
New Revision: 7035

Added:
   packages/trunk/renpy/debian/renpy-the_question.sh
Modified:
   packages/trunk/renpy/debian/changelog
   packages/trunk/renpy/debian/control
   packages/trunk/renpy/debian/rules
Log:
Added new package for the game included in renpy: the question



Modified: packages/trunk/renpy/debian/changelog
===================================================================
--- packages/trunk/renpy/debian/changelog	2008-05-15 14:39:05 UTC (rev 7034)
+++ packages/trunk/renpy/debian/changelog	2008-05-15 15:03:17 UTC (rev 7035)
@@ -3,7 +3,7 @@
   [ Miriam Ruiz ]
   * New Upstream Release.
   * Upgraded Standards-Version from 3.7.2 to 3.7.3
-  * Added new binary package: renpy-doc
+  * Added new binary packages: renpy-doc, renpy-thequestion
   * Added Suggests renpy to python-renpy
   * Removed Homepage from long description of packages
   * Capitalize "Python" in package descriptions

Modified: packages/trunk/renpy/debian/control
===================================================================
--- packages/trunk/renpy/debian/control	2008-05-15 14:39:05 UTC (rev 7034)
+++ packages/trunk/renpy/debian/control	2008-05-15 15:03:17 UTC (rev 7035)
@@ -48,6 +48,19 @@
  .
  This package includes the native Python module.
 
+Package: renpy-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: renpy
+Description: framework for developing visual-novel type games - doc
+ Ren'Py is a programming language and runtime, intended to ease the creation
+ of visual-novel type games. It contains features that make it easy to
+ 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 the documentation for Ren'Py.
+
 Package: renpy-demo
 Architecture: all
 Depends: renpy (= ${source:Version}), ${python:Depends}, ${misc:Depends}
@@ -60,15 +73,13 @@
  This package includes a full playable example showing the features of the
  framework.
 
-Package: renpy-doc
-Section: doc
+Package: renpy-thequestion
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: renpy
-Description: framework for developing visual-novel type games - doc
+Depends: renpy (= ${source:Version}), ${python:Depends}, ${misc:Depends}
+Description: the question, a simple and complete Ren'Py game
  Ren'Py is a programming language and runtime, intended to ease the creation
  of visual-novel type games. It contains features that make it easy to
  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 the documentation for Ren'Py.
+ This package includes a simple and complete Ren'Py game.

Copied: packages/trunk/renpy/debian/renpy-the_question.sh (from rev 7029, packages/trunk/renpy/debian/renpy-demo.sh)
===================================================================
--- packages/trunk/renpy/debian/renpy-the_question.sh	                        (rev 0)
+++ packages/trunk/renpy/debian/renpy-the_question.sh	2008-05-15 15:03:17 UTC (rev 7035)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/usr/games/renpy /usr/share/games/renpy/the_question

Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2008-05-15 14:39:05 UTC (rev 7034)
+++ packages/trunk/renpy/debian/rules	2008-05-15 15:03:17 UTC (rev 7035)
@@ -58,9 +58,14 @@
 	chmod +x debian/renpy-demo.sh
 	dh_install -prenpy-demo debian/renpy-demo.sh usr/share/games/renpy/
 
+	dh_install -prenpy-thequestion the_question/* usr/share/games/renpy/the_question/
+	chmod +x debian/renpy-the_question.sh
+	dh_install -prenpy-thequestion debian/renpy-the_question.sh usr/share/games/renpy/
+
 	dh_install -prenpy  renpy.py usr/share/games/renpy/
 	dh_link -prenpy  usr/share/games/renpy/renpy.py usr/games/renpy
-	dh_link -prenpy-demo  usr/share/games/renpy/renpy-demo.sh usr/games/renpy-demo
+	dh_link -prenpy-demo usr/share/games/renpy/renpy-demo.sh usr/games/renpy-demo
+	dh_link -prenpy-thequestion usr/share/games/renpy/renpy-the_question.sh usr/games/the_question
 
 	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