summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-08-09 13:43:21 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-08-09 13:43:21 +0200
commit717ec7d41a232a1571f98e1efe2ff3c71d94968f (patch)
tree5f5b9cd1e7447b2e3d76d2f246702e288ac93695 /debian
parentb2fa014bbefa8fe91f9c5c96f5cc053f14117f11 (diff)
[cmdline/apt-get.cc] correct the order of picked package binary vs source
in the source command in the msg "No source package x picking y instead"
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7f8764c8e..fa2a3f612 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ apt (0.7.22.3) unstable; urgency=low
instead of the full package list. (Closes: #537450)
- ShowBroken() in build-dep (by Mike O'Connor, Closes: #145916)
- check for statfs.f_type (by Robert Millan, Closes: #509313)
+ - correct the order of picked package binary vs source in source
* apt-pkg/contrib/strutl.cc:
- enable thousand separator according to the current locale
(by Luca Bruno, Closes: #223712)