summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-08-12 13:17:36 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-08-12 13:17:36 +0200
commit619596fcd20e3fda2ab352103cfeb9437015dfbc (patch)
treec0d6287c315fbde14a9e2a80f4a9ac45631e6dac /debian/changelog
parent83cb4069352c9e30482dcbb75a5c60de26a3cf90 (diff)
[cmdline/apt-get.cc]
- use SourceVersion instead of the BinaryVersion to get the source Patch by Matt Kraai, thanks! (Closes: #382826)
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0f7669930..3407cdcec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ apt (0.7.22.3) unstable; urgency=low
- 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
+ - use SourceVersion instead of the BinaryVersion to get the source
+ Patch by Matt Kraai, thanks! (Closes: #382826)
* apt-pkg/contrib/strutl.cc:
- enable thousand separator according to the current locale
(by Luca Bruno, Closes: #223712)