summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2012-09-21 11:52:29 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2012-09-21 11:52:29 (GMT)
commit98b1c446d533f432352fa1970a14f5bf5dab68cb (patch)
treea740bdd9bb689d0991520cca804eca6069b92d2b /Misc/NEWS
parentf8a9a837c405ab5e8c8ad892188850480da9d0b1 (diff)
downloadcpython-98b1c446d533f432352fa1970a14f5bf5dab68cb.zip
cpython-98b1c446d533f432352fa1970a14f5bf5dab68cb.tar.gz
cpython-98b1c446d533f432352fa1970a14f5bf5dab68cb.tar.bz2
- Issue #11715: Fix multiarch detection without having Debian development
tools (dpkg-dev) installed.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5113ec0..c7e1827 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -541,6 +541,9 @@ Tests
Build
-----
+- Issue #11715: Fix multiarch detection without having Debian development
+ tools (dpkg-dev) installed.
+
- Issue #15819: Make sure we can build Python out-of-tree from a readonly
source directory. (Somewhat related to Issue #9860.)