[renpy] 39/146: Added new package for the game included in renpy: the question

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:04 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 83c7e033829d341e80b01fa0d43beea85d51a58e
Author: Miriam Ruiz <miriam at debian.org>
Date:   Thu May 15 15:03:17 2008 +0000

    Added new package for the game included in renpy: the question
---
 debian/changelog             |  2 +-
 debian/control               | 23 +++++++++++++++++------
 debian/renpy-the_question.sh |  3 +++
 debian/rules                 |  7 ++++++-
 4 files changed, 27 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 382cd05..6e873f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ renpy (6.6.2.dfsg1-1) UNRELEASED; urgency=low
   [ 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
diff --git a/debian/control b/debian/control
index 0e4fe8e..5087fab 100644
--- a/debian/control
+++ b/debian/control
@@ -48,6 +48,19 @@ Description: framework for developing visual-novel type games - Python module
  .
  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 @@ Description: framework for developing visual-novel type games - demo
  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.
diff --git a/debian/renpy-the_question.sh b/debian/renpy-the_question.sh
new file mode 100755
index 0000000..f593eb2
--- /dev/null
+++ b/debian/renpy-the_question.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/usr/games/renpy /usr/share/games/renpy/the_question
diff --git a/debian/rules b/debian/rules
index a725b5b..d867019 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,9 +58,14 @@ install-indep:
 	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

-- 
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