From: Modestas Vainius Date: Mon, 29 Jun 2009 22:15:45 +0000 (+0300) Subject: Add URLs to python_distutils --build-base bugs. X-Git-Tag: 7.3.0~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4aae37e648bb9c1508a8674aac53cab37f58ff05;p=debhelper.git Add URLs to python_distutils --build-base bugs. --- diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index 56f13dd..cca000d 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");