From: Michael Vogt Date: Wed, 27 Sep 2006 22:48:50 +0000 (+0200) Subject: * cmdline/apt-get.cc: X-Git-Tag: 0.7.24ubuntu1~223 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/bdce936af01878a0f2ff3056621e3278e17d1ae3 * cmdline/apt-get.cc: - merged from apt--tasks, fix auto-install problem with tasks * debian/changelog: - new upload --- bdce936af01878a0f2ff3056621e3278e17d1ae3 diff --cc configure.in index 098e56e97,f0b0d6703..9639cffc5 --- 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.45ubuntu13") -AC_DEFINE_UNQUOTED(VERSION,"0.6.45.1") ++AC_DEFINE_UNQUOTED(VERSION,"0.6.45ubuntu14") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --cc debian/changelog index d49ee5688,4c5841057..cd38465d0 --- a/debian/changelog +++ b/debian/changelog @@@ -1,30 -1,12 +1,38 @@@ -apt (0.6.45.1) unstable; urgency=low ++apt (0.6.45ubuntu14) edgy; urgency=low + - * debian/control: - - switched to libdb4.4 for building (closes: #381019) + * cmdline/apt-get.cc: - - show only the recommends/suggests for the candidate-version, not for all - versions of the package (closes: #257054) - - properly handle recommends/suggests or-groups when printing the list of - suggested/recommends packages (closes: #311619) ++ - fix in the TryInstallTask() code to make sure that all package ++ there are marked manual install (lp: #61684) ++ ++ -- Michael Vogt Thu, 28 Sep 2006 00:34:20 +0200 ++ +apt (0.6.45ubuntu13) edgy; urgency=low + + * no-changes upload to make apt rebuild against latest g++ and + fix synaptic FTBFS (see bug: #62461 for details) + + -- Michael Vogt Tue, 26 Sep 2006 22:33:10 +0200 + +apt (0.6.45ubuntu12) edgy; urgency=low + + * apt-pkg/depcache.cc: + - fix in the sweep() code, set garbage flag for packages scheduled + for removal too + - do not change the autoFlag in MarkKeep(), this can lead to suprising + side effects + + -- Michael Vogt Thu, 21 Sep 2006 00:58:24 +0200 + +apt (0.6.45ubuntu11) edgy; urgency=low + + * removed "installtask" and change it so that tasknames can be given + with "apt-get install taskname^" + * improve the writeStateFile() code + + -- Michael Vogt Wed, 20 Sep 2006 14:14:24 +0200 + +apt (0.6.45ubuntu10) edgy; urgency=low + * methods/http.cc: - check more careful for incorrect proxy settings (closes: #378868) * methods/gzip.cc: