[Python-modules-commits] r849 -
/packages/configobj/trunk/debian/rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Thu Jun 15 22:11:37 UTC 2006
Author: kov
Date: Thu Jun 15 22:11:36 2006
New Revision: 849
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=849
Log:
workaround cdbs bug for setup.py install args
Modified:
packages/configobj/trunk/debian/rules
Modified: packages/configobj/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/configobj/trunk/debian/rules?rev=849&op=diff
==============================================================================
--- packages/configobj/trunk/debian/rules (original)
+++ packages/configobj/trunk/debian/rules Thu Jun 15 22:11:36 2006
@@ -9,6 +9,8 @@
DEB_COMPRESS_EXCLUDE = .js
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --install-lib usr/share/python-support/python-configobj
+# hack to workaround CDBS bug -- see #373678
+DEB_PYTHON_INSTALL_ARGS := ${DEB_PYTHON_INSTALL_ARGS_ALL}
DEB_INSTALL_CHANGELOGS_ALL += CONFIGOBJ_CHANGELOG_TODO.txt
clean::
More information about the Python-modules-commits
mailing list