summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-08-09 10:21:00 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-08-09 10:21:00 +0200
commitf64196e879103151f3b90ba423dc74ef61ea8c76 (patch)
tree198b565124e4d9d5cc4cdc724b3dcd380196b5f4 /debian
parent6e2525a1d9c0930fea9fa65514d7b813f27997f0 (diff)
[cmdline/apt-get.cc] check for availability ofstatfs.f_type
Patch from Robert Millan, thanks! (Closes: #509313)
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 e4b498a93..fd6f853e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ apt (0.7.22.3) unstable; urgency=low
- add APT::Get::HideAutoRemove=small to display only a short line
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)
* apt-pkg/contrib/strutl.cc:
- enable thousand separator according to the current locale
(by Luca Bruno, Closes: #223712)