From 4aae37e648bb9c1508a8674aac53cab37f58ff05 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Tue, 30 Jun 2009 01:15:45 +0300 Subject: [PATCH] Add URLs to python_distutils --build-base bugs. --- Debian/Debhelper/Buildsystem/python_distutils.pm | 2 ++ 1 file changed, 2 insertions(+) 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"); -- 2.39.5