r1929 - packages/trunk/renpy/debian

Miriam Ruiz baby-guest at costa.debian.org
Sat Oct 21 00:53:32 UTC 2006


Author: baby-guest
Date: 2006-10-21 00:53:32 +0000 (Sat, 21 Oct 2006)
New Revision: 1929

Modified:
   packages/trunk/renpy/debian/rules
Log:
Corrected rules for dh_pythonsupport compatibility



Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2006-10-20 23:42:02 UTC (rev 1928)
+++ packages/trunk/renpy/debian/rules	2006-10-21 00:53:32 UTC (rev 1929)
@@ -69,13 +69,9 @@
 
 install-arch:
 	# module/ - Contains the source code for the _renpy module.
-	#dh_install -prenpy  module/* usr/share/games/renpy/module/
-	#$(MAKE) install DESTDIR=$(CURDIR)/debian/renpy
+	cd module; python setup.py install --root=$(CURDIR)/debian/python-renpy
 
-	cd module; python setup.py install --home=$(CURDIR)/debian/python-renpy/usr
-	dh_link -ppython-renpy  usr/lib/renpy/module usr/share/games/renpy/module
 
-
 install: install-arch install-indep
 
 # Build architecture-independent files here.




More information about the Pkg-games-commits mailing list