From: Michael Vogt Date: Wed, 5 May 2010 14:39:20 +0000 (+0200) Subject: * debian/rules: X-Git-Tag: 0.8.0~9^2~50 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/224da0778ff385ccbbc7f4abfbd2a6ddcbd9dbfc * debian/rules: - install html doxygen in libapt-pkg-doc as well --- 224da0778ff385ccbbc7f4abfbd2a6ddcbd9dbfc diff --cc debian/changelog index 3ec1617c6,78a17bdab..65c0356f9 --- a/debian/changelog +++ b/debian/changelog @@@ -68,23 -10,12 +68,25 @@@ apt (0.7.26~exp4) UNRELEASEDexperimenta (LP: #560956) * apt-pkg/deb/debrecords.cc: - fix max tag buffer size (LP: #545336, closes: #578959) + * debian/rules: + - install html doxygen in libapt-pkg-doc as well - -- Michael Vogt Tue, 04 May 2010 09:55:08 +0200 + [ Julian Andres Klode ] + * apt-pkg/contrib/weakptr.h: + - add a class WeakPointable which allows one to register weak pointers to + an object which will be set to NULL when the object is deallocated. + * [ABI break] apt-pkg/acquire{-worker,-item,}.h: + - subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable. + * apt-pkg/pkgcache.cc: + - Merge fix from David to correct handling in single-arch environments. + * cmdline/apt-cache.cc: + - Add a showauto command to apt-cache. + * cmdline/apt-get.cc: + - Add apt-get markauto and unmarkauto commands. + + -- David Kalnischkies Sat, 03 Apr 2010 14:58:39 +0200 -apt (0.7.26~exp3) UNRELEASED; urgency=low +apt (0.7.26~exp3) experimental; urgency=low [ Christian Perrier ] * German translation update. Closes: #571037