This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository renpy.
commit c7636f31bacc5d070a0163eb73585303322ec2e0 Author: Miriam Ruiz <[email protected]> Date: Mon May 14 17:58:49 2007 +0000 Changed URLs Added +x permission to demo script --- debian/control | 4 ++-- debian/rules | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 9c584f1..cbf1178 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Description: framework for developing visual-novel type games the simplest features of python, it's hoped that Ren'Py will be usable by all game authors. . - Homepage: http://www.bishoujo.us/renpy/ + Homepage: http://www.renpy.org/ Package: python-renpy Architecture: any @@ -41,7 +41,7 @@ Description: framework for developing visual-novel type games . This package includes the native python module. . - Homepage: http://www.bishoujo.us/renpy/ + Homepage: http://www.renpy.org/ Package: renpy-demo Architecture: all diff --git a/debian/rules b/debian/rules index 8e31fc7..aa0f41c 100755 --- a/debian/rules +++ b/debian/rules @@ -56,6 +56,7 @@ install-indep: dh_install -prenpy template/* usr/share/games/renpy/template/ dh_install -prenpy-demo demo/* usr/share/games/renpy/demo/ + chmod +x debian/renpy-demo.sh dh_install -prenpy-demo debian/renpy-demo.sh usr/share/games/renpy/ dh_install -prenpy renpy.py usr/share/games/renpy/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

