summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2009-06-30 01:15:45 +0300
committerModestas Vainius <modestas@vainius.eu>2009-06-30 01:15:45 +0300
commit4aae37e648bb9c1508a8674aac53cab37f58ff05 (patch)
treed2944173dca15facfa8ea95e4c883a970f27a844 /Debian
parent8890fd28cdca58fc15306e34d022f312a2708ca6 (diff)
Add URLs to python_distutils --build-base bugs.
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Buildsystem/python_distutils.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm
index 56f13dd9..cca000d6 100644
--- a/Debian/Debhelper/Buildsystem/python_distutils.pm
+++ b/Debian/Debhelper/Buildsystem/python_distutils.pm
@@ -64,6 +64,8 @@ sub pre_building_step {
# --build-base can only be passed to the build command. However,
# it is always read from the config file (really weird design).
# Therefore create such a cfg config file.
+ # See http://bugs.python.org/issue818201
+ # http://bugs.python.org/issue1011113
if ($this->get_buildpath() ne $this->DEFAULT_BUILD_DIRECTORY()) {
not $this->not_our_cfg() or
error("cannot set custom build directory: .pydistutils.cfg is in use");