[SCM] polybori: Polynomials over Boolean Rings branch, master, updated. upstream/0.8.2-53-gc0f06a4
Alexander Dreyer
adreyer at gmx.de
Wed Jan 9 12:21:24 UTC 2013
The following commit has been merged in the master branch:
commit c0f06a479b1b1003fba38ef25a17c5187c94fbb3
Author: Alexander Dreyer <adreyer at gmx.de>
Date: Wed Jan 9 13:21:16 2013 +0100
Removed setuptools from install target
diff --git a/debian/rules b/debian/rules
index 69ecc3e..66e09ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ override_dh_auto_build: $(PYVERS:%=build-python%)
install-python%: TMPDEST=debian/tmp/
install-python%: PYTHON=/usr/bin/python$*
-install-python%: PYTHONSITE=`/usr/bin/python$* -c 'import setuptools; print setuptools.distutils.sysconfig.get_python_lib() '`
+install-python%: PYTHONSITE=`/usr/bin/python$* -c 'import distutils.sysconfig; print distutils.sysconfig.get_python_lib() '`
install-python%:
--
polybori: Polynomials over Boolean Rings
More information about the debian-science-commits
mailing list