summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-08-03 13:40:11 +0200
committerJulian Andres Klode <jak@debian.org>2009-08-03 13:40:11 +0200
commit00388ba3ec5af81f529d038f0c44eb4e20504f14 (patch)
treea2392d295d889be6c0d37ad511aa3f3c9d9369fb
parent05ecd9b6027842cbdbc461b0eeb48c74bc8accbe (diff)
debian/changelog: Close the FTBFS on kFreeBSD bug.
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 646bf745c..f2e7552dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,7 @@ apt (0.7.22.1) unstable; urgency=low
[ Julian Andres Klode ]
* apt-pkg/contrib/mmap.cc:
- Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on
- non-Linux architectures (as it uses mremap).
+ non-Linux architectures as it uses mremap (Closes: #539742).
* apt-pkg/sourcelist.cc:
- Only warn about missing sources.list if there is no sources.list.d
and vice versa as only one of them is needed (Closes: #539731).