diff options
author | Julian Andres Klode <jak@debian.org> | 2009-08-03 13:02:14 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2009-08-03 13:02:14 +0200 |
commit | 67793cf3c90c40941d5445335345cf4042d44206 (patch) | |
tree | ee6aa19a994874f7f1f0e83aaed08b517d99dbf9 /debian/changelog | |
parent | 9da165db08e69a0a5a467b4d02d414006590308e (diff) |
* apt-pkg/sourcelist.cc:
- Only warn about missing sources.list if there is no sources.list.d
and vice versa as only one of them is needed (Closes: #539731).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4e3177efe..b360a0b23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,11 @@ apt (0.7.23) unstable; urgency=low * apt-pkg/contrib/mmap.cc: - Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on non-Linux architectures (as it uses mremap). + * apt-pkg/sourcelist.cc: + - Only warn about missing sources.list if there is no sources.list.d + and vice versa as only one of them is needed (Closes: #539731). - -- Julian Andres Klode <jak@debian.org> Sun, 02 Aug 2009 19:35:23 +0200 + -- Julian Andres Klode <jak@debian.org> Mon, 03 Aug 2009 12:48:31 +0200 apt (0.7.22) unstable; urgency=low |