diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-03 14:44:28 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-03 14:44:28 +0200 |
commit | 2b5c0d21114e200f524c2ff199bf1ce9e0d923fa (patch) | |
tree | 7baa3c033ea8d29236ca5b89f115f2f95bc6059f /debian | |
parent | 40e7fe0e053129c28c59acc79e94cc10e89e7738 (diff) |
[debian/changlog] add entry for the "missing source.list file" fix
* apt-pkg/sourcelist.cc:
- only show warning about missing sources.list file if no we have
no valid sourceentry (Closes: #539731)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7f9cc0c02..5822fcae6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ apt (0.7.23) unstable; urgency=low * apt-pkg/contrib/strutl.cc: - enable thousand separator according to the current locale (by Luca Bruno, Closes: #223712) + * apt-pkg/sourcelist.cc: + - only show warning about missing sources.list file if no we have + no valid sourceentry (Closes: #539731) -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 30 Jul 2009 15:27:30 +0200 |