summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-08-02 19:37:05 +0200
committerJulian Andres Klode <jak@debian.org>2009-08-02 19:37:05 +0200
commit9da165db08e69a0a5a467b4d02d414006590308e (patch)
tree8f4e3418b779ab79299e5a3383b1d7a5a847899b /debian
parent973439b6251ce363f44da5afe89cf73214cbfc70 (diff)
* apt-pkg/contrib/mmap.cc:
- Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on non-Linux architectures (as it uses mremap).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cb5e74cb6..4e3177efe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,16 @@
apt (0.7.23) unstable; urgency=low
+ [ Michael Vogt ]
* cmdline/apt-get.cc:
- honor APT::Get::Only-Source properly in FindSrc() (thanks to
Martin Pitt for reporting the problem)
- -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 30 Jul 2009 15:27:30 +0200
+ [ 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).
+
+ -- Julian Andres Klode <jak@debian.org> Sun, 02 Aug 2009 19:35:23 +0200
apt (0.7.22) unstable; urgency=low