r5581 - packages/trunk/libtpproto-py/debian

Barry deFreese bddebian-guest at alioth.debian.org
Thu Jan 31 02:28:33 UTC 2008


Author: bddebian-guest
Date: 2008-01-31 02:28:32 +0000 (Thu, 31 Jan 2008)
New Revision: 5581

Modified:
   packages/trunk/libtpproto-py/debian/rules
Log:
Use --no-compile in setup.py install.


Modified: packages/trunk/libtpproto-py/debian/rules
===================================================================
--- packages/trunk/libtpproto-py/debian/rules	2008-01-30 22:57:23 UTC (rev 5580)
+++ packages/trunk/libtpproto-py/debian/rules	2008-01-31 02:28:32 UTC (rev 5581)
@@ -14,7 +14,7 @@
 
 	set -e; \
 	for PYTHON in $(PYVERS); do \
-		$$PYTHON setup.py build --no-compile; \
+		$$PYTHON setup.py build; \
 	done
 
 	touch $@
@@ -43,7 +43,7 @@
 
 	set -e; \
 	for PYTHON in $(PYVERS); do \
-		$$PYTHON ./setup.py install --root=debian/python-tp-netlib ; \
+		$$PYTHON ./setup.py install --no-compile --root=debian/python-tp-netlib ; \
 	done
 
 




More information about the Pkg-games-commits mailing list