[Python-modules-commits] r668 - /packages/turbogears/branches/0.9/debian/rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat May 20 17:19:47 UTC 2006


Author: kov
Date: Sat May 20 17:19:47 2006
New Revision: 668

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=668
Log:
no need to have install options specific to python-turbogears package;
it is the only one

Modified:
    packages/turbogears/branches/0.9/debian/rules

Modified: packages/turbogears/branches/0.9/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbogears/branches/0.9/debian/rules?rev=668&op=diff
==============================================================================
--- packages/turbogears/branches/0.9/debian/rules (original)
+++ packages/turbogears/branches/0.9/debian/rules Sat May 20 17:19:47 2006
@@ -7,8 +7,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_PYTHON_INSTALL_ARGS_ALL = --single-version-externally-managed --no-compile -O0
-DEB_PYTHON_INSTALL_ARGS_python-turbogears = --install-lib usr/share/python-support/python-turbogears
+DEB_PYTHON_INSTALL_ARGS_ALL = --single-version-externally-managed  --install-lib usr/share/python-support/python-turbogears
 
 clean::
 	# hack (CDBS bug -- see #300149)




More information about the Python-modules-commits mailing list