]> git.donarmstrong.com Git - debhelper.git/commitdiff
Add URLs to python_distutils --build-base bugs.
authorModestas Vainius <modestas@vainius.eu>
Mon, 29 Jun 2009 22:15:45 +0000 (01:15 +0300)
committerModestas Vainius <modestas@vainius.eu>
Mon, 29 Jun 2009 22:15:45 +0000 (01:15 +0300)
Debian/Debhelper/Buildsystem/python_distutils.pm

index 56f13dd913c511c9063ec4886238517a21470780..cca000d6f5f616881a4d390ffe7e151f1154f6f6 100644 (file)
@@ -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");