From: Michael Vogt Date: Wed, 6 Sep 2006 17:38:37 +0000 (+0200) Subject: * merged ians changes for apt support for breaks X-Git-Tag: 0.7.24ubuntu1~236 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/94915e3424601c8fa935c527122d65f1f0878fe2?hp=-c * merged ians changes for apt support for breaks --- 94915e3424601c8fa935c527122d65f1f0878fe2 diff --combined configure.in index a0cd8080c,a0cd8080c..9fd92e84f --- a/configure.in +++ b/configure.in @@@ -18,7 -18,7 +18,7 @@@ AC_CONFIG_AUX_DIR(buildlib AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) dnl -- SET THIS TO THE RELEASE VERSION -- --AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu5") ++AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu6") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --combined debian/changelog index e3e6cc70a,6dc69ba12..d8f90ba40 --- a/debian/changelog +++ b/debian/changelog @@@ -1,13 -1,20 +1,23 @@@ apt (0.6.45ubuntu6) edgy; urgency=low ++ [Michael Vogt] + * cmdline/apt-get.cc: + - always show auto-removable packages and give a hint how to remove + them + * debian/apt.conf.autoremove: + - exlucde linux-image and linux-restricted-modules from ever being + auto-removed - - -- ++ [Ian Jackson] + * Tests pass without code changes! Except that we need this: + * Bump cache file major version to force rebuild so that Breaks + dependencies are included. + * Don't depend on or suggest any particular dpkg or dpkg-dev versions; + --auto-deconfigure is very very old and dpkg-dev's Breaks support + is more or less orthogonal. - - -- Ian Jackson Tue, 5 Sep 2006 19:50:02 +0100 - -apt (0.6.45ubuntu6~iwj) unstable; urgency=low - + * Initial draft of `Breaks' implementation. Appears to compile, + but as yet *completely untested*. + - -- Ian Jackson Fri, 25 Aug 2006 15:39:07 +0100 ++ -- apt (0.6.45ubuntu5) edgy; urgency=low