From: Michael Vogt Date: Mon, 7 Jan 2008 17:48:47 +0000 (+0100) Subject: * merged the apt--DoListUpdate branch, this provides a common interface X-Git-Tag: 0.7.24ubuntu1~109 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/fa321bf3dbf363879cfc799b6c1cc4e5af50ffd8?hp=--cc * merged the apt--DoListUpdate branch, this provides a common interface for "apt-get update" like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke * merged the apt--DoListUpdate branch, this provides a common interface for "apt-get update" like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke --- fa321bf3dbf363879cfc799b6c1cc4e5af50ffd8 diff --cc apt-pkg/deb/dpkgpm.cc index afedc3c13,34e166447..8123a7aba --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@@ -12,9 -12,9 +12,10 @@@ #include #include #include +#include #include #include + #include #include #include diff --cc debian/changelog index 34037f262,9f78d5916..22555e57b --- a/debian/changelog +++ b/debian/changelog @@@ -1,6 -1,13 +1,14 @@@ -apt (0.7.10) UNRELEASED; urgency=low ++apt (0.7.9ubuntu3) hardy; urgency=low ++ ++ * merged the apt--DoListUpdate branch, this provides a common interface ++ for "apt-get update" like operations for the frontends and also provides ++ hooks to run stuff in APT::Update::{Pre,Post}-Invoke ++ ++ -- Michael Vogt Mon, 07 Jan 2008 17:23:32 +0100 ++ +apt (0.7.9ubuntu2) hardy; urgency=low [ Otavio Salvador ] - * Applied patch from Mike O'Connor to add a manpage to - apt-mark, closes: #430207. - * Applied patch from Andrei Popescu to add a - note about some frontends in apt.8 manpage, closes: #438545. - * Applied patch from Aurelien Jarno to avoid CPU - getting crazy when /dev/null is redirected to stdin (which breaks - buildds), closes: #452858. * Applied patch from Aurelien Jarno to fix building with newest dpkg-shlibdeps changing the packaging building order and a patch from Robert Millan to fix parallel building, @@@ -86,8 -43,15 +94,11 @@@ apt (0.7.9ubuntu1) hardy; urgency=lo * apt-pkg/acquire-item.{cc,h}: - make the authentication download code more robust against servers/proxies with broken If-Range implementations - * apt-pkg/packagemanager.{cc,h}: - - propergate the Immediate flag to make hitting the - "E: Internal Error, Could not perform immediate configuration (2)" - harder * debian/control: - build against libdb-dev (instead of libdb4.4-dev) + * merged the apt--DoListUpdate branch, this provides a common interface + for "apt-get update" like operations for the frontends and also provides + hooks to run stuff in APT::Update::{Pre,Post}-Invoke [ Chris Cheney ] * ftparchive/contents.cc: