From: Michael Vogt Date: Sat, 23 Nov 2013 08:13:30 +0000 (+0100) Subject: Merge branch 'debian/sid' into ubuntu/master X-Git-Tag: 0.9.13.exp1ubuntu1~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7d2428e03c1fdae79488b9ecd53cc5257b2a0c13 Merge branch 'debian/sid' into ubuntu/master Conflicts: debian/changelog --- 7d2428e03c1fdae79488b9ecd53cc5257b2a0c13 diff --cc debian/changelog index 710e0efb8,e6bdcb1fa..6e2c61869 --- a/debian/changelog +++ b/debian/changelog @@@ -1,19 -1,27 +1,44 @@@ - apt (0.9.12.1ubuntu1) trusty; urgency=low ++apt (0.9.13~exp1ubuntu1) trusty; urgency=low + + * merged from the debian/sid branch: + - debian/gbp.conf: change build branch to ubuntu/master + - use ubuntu keyring and ubuntu archive keyring in apt-key + - run update-apt-xapian-index in apt.cron + - run apt-key net-update in cron.daily + - different example sources.list + - APT::pkgPackageManager::MaxLoopCount set to 5000 + - apport pkgfailure handling + - ubuntu changelog download handling + - patch for apt cross-building, see http://bugs.debian.org/666772 + - debian/apt.auto-removal.sh + + Keep linux-tools packages matching installed kernels + - -- Michael Vogt Tue, 22 Oct 2013 16:46:46 +0200 ++ -- Michael Vogt Sat, 23 Nov 2013 09:13:14 +0100 ++ + apt (0.9.13~exp1) experimental; urgency=low + + * Improve the API for APT::Upgrade::Upgrade() + * Re-add "Calculating upgrade..." message + * move upgrade releated code into upgrade.{cc,h} + * Move ListUpdate/AquireUpdate into update.{cc,h} + * Add new apt-pkg/install-progress.h with APT::Progress::PackageManager + progress reporting classes + * Move the status-fd progress reporting out of the pkgDPkgPM class + and into PackageManagerProgressFd + * Fix reading dpkg --status-fd on reinstalls + * Add new APT::Status-deb822-Fd progress output + * add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage + (closes: 726597) + * Fix detection when multiarch packages are reported by dpkg as + disappeared Packages + * test/integration/run-tests: output the failed test names + * Code Cleanup in pkgDPkgPM + * prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR >= 13) + * add new pid_t ExecFork(std::set KeepFDs) + * Avoid flickering when "apt-get -o DpkgPM::Progress-Fancy=1" is use + * use sysconf(_SC_OPEN_MAX) in ExecFork() + + -- Michael Vogt Fri, 01 Nov 2013 10:03:06 +0100 apt (0.9.12.1) unstable; urgency=low