summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-05-13 15:20:07 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-05-13 15:20:07 +0200
commite3ac3b464d4b084c524076c7e2ab2c737ccdb99c (patch)
treefbf5f39b8657f9dcef6a24e23931f811348614bf /debian
parentf5a3d0095a5937c14c509a588eb6b7e946faf0c1 (diff)
* contrib/mmap.cc:
- clarify "MMap reached size limit" error message, thanks Ivan Masár!
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a328c1e1e..8a6424ebc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,15 +10,17 @@ apt (0.7.26~exp5) UNRELEASED; urgency=low
- use the patchfile modification time instead of the one from the
"old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
* debian/rules:
- - remove targets refering to CVS or arch as they are useless
+ - remove targets referring to CVS or arch as they are useless
* apt-pkg/depcache.cc:
- be doublesure that the killer query is empty before starting reinstall
* methods/gpgv.cc:
- remove the keyrings count limit by using vector magic
+ * contrib/mmap.cc:
+ - clarify "MMap reached size limit" error message, thanks Ivan Masár!
[ Jari Aalto ]
* debian/rules:
- - spell out some less known options to reduce manpage consulation-rate
+ - spell out some less known options to reduce manpage consultation-rate
- Use POSIX command substitution: $(<command sequence>)
- Remove EOL whitespace (Closes: #577804)