r2679 - packages/trunk/renpy/debian

Miriam Ruiz baby-guest at alioth.debian.org
Mon May 14 17:58:49 UTC 2007


Author: baby-guest
Date: 2007-05-14 17:58:49 +0000 (Mon, 14 May 2007)
New Revision: 2679

Modified:
   packages/trunk/renpy/debian/control
   packages/trunk/renpy/debian/rules
Log:
Changed URLs
Added +x permission to demo script



Modified: packages/trunk/renpy/debian/control
===================================================================
--- packages/trunk/renpy/debian/control	2007-05-14 17:26:05 UTC (rev 2678)
+++ packages/trunk/renpy/debian/control	2007-05-14 17:58:49 UTC (rev 2679)
@@ -28,7 +28,7 @@
  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 @@
  .
  This package includes the native python module.
  .
-  Homepage: http://www.bishoujo.us/renpy/
+  Homepage: http://www.renpy.org/
 
 Package: renpy-demo
 Architecture: all

Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2007-05-14 17:26:05 UTC (rev 2678)
+++ packages/trunk/renpy/debian/rules	2007-05-14 17:58:49 UTC (rev 2679)
@@ -56,6 +56,7 @@
 	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/




More information about the Pkg-games-commits mailing list