From: Michael Vogt Date: Fri, 8 Aug 2008 22:34:24 +0000 (+0200) Subject: * apt-pkg/indexcopy.cc: X-Git-Tag: 0.7.24ubuntu1~61 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/80fbbbd91708a8f0da24161d0a8ababc9f968425 * apt-pkg/indexcopy.cc: - support having CDs with no Packages file (just a Packages.gz) by not forcing a verification on non-existing files (LP: #255545) --- 80fbbbd91708a8f0da24161d0a8ababc9f968425 diff --cc debian/changelog index e5669830d,e79d37d04..5df4cc26b --- a/debian/changelog +++ b/debian/changelog @@@ -1,23 -1,13 +1,27 @@@ -apt (0.7.15) UNRELEASED; urgency=low +apt (0.7.14ubuntu6) UNRELEASED; urgency=low - [ Osamu Aoki ] - * Updated cron script to support backups by hardlinks and - verbose levels. All features turned off by default. - * Added more error handlings. Closes: #438803, #462734, #454989, - * Refactored condition structure to make download and upgrade performed - if only previous steps succeeded. Closes: #341970 - * Documented all cron script related configuration items in - configure-index. + * debian/apt.conf.autoremove: + - remove "linux-image" (and friends) from the auto-remove + blacklist. we have the kernel fallback infrastructure now + in intrepid (thanks to BenC) ++ * apt-pkg/indexcopy.cc: ++ - support having CDs with no Packages file (just a Packages.gz) ++ by not forcing a verification on non-existing files ++ (LP: #255545) + + -- Michael Vogt Thu, 07 Aug 2008 16:28:05 +0200 + +apt (0.7.14ubuntu5) intrepid; urgency=low + + * fix various -Wall warnings + * make "apt-get build-dep" installed packages marked automatic + by default. This can be changed by setting the value of + APT::Get::Build-Dep-Automatic to false (thanks to Aaron + Haviland, closes: #44874, LP: #248268) + + -- Michael Vogt Wed, 06 Aug 2008 14:00:51 +0200 + +apt (0.7.14ubuntu4) intrepid; urgency=low [ Michael Vogt ] * apt-pkg/deb/dpkgpm.cc: