From: Michael Vogt Date: Tue, 6 Sep 2005 16:35:10 +0000 (+0000) Subject: * cherry-pick a fix from apt--mvo--0 to check the ctime as well when packages are... X-Git-Tag: 0.7.24ubuntu1~299 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/d713e67d4bf668df8024aa9e3fa5875b6f056801?hp=--cc * cherry-pick a fix from apt--mvo--0 to check the ctime as well when packages are removed (because they are too old) Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-53 * check ctime as well in cron.daily when cleaning up packages in apt.cron.daily --- d713e67d4bf668df8024aa9e3fa5875b6f056801 diff --cc configure.in index 6158933ee,d9c3289ff..494c68033 --- 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.40.1ubuntu2") -AC_DEFINE_UNQUOTED(VERSION,"0.6.41") ++AC_DEFINE_UNQUOTED(VERSION,"0.6.40.1ubuntu3") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --cc debian/changelog index a5f4f11ec,cc3da8f84..a270e3b25 --- a/debian/changelog +++ b/debian/changelog @@@ -1,4 -1,4 +1,13 @@@ -apt (0.6.41) unstable; urgency=low ++apt (0.6.40.1ubuntu3) breezy; urgency=low ++ ++ * debian/apt.cron.daily: ++ - use the ctime as well when figuring what packages need to ++ be removed. This fixes the problem that packages copied with ++ "cp -a" (e.g. from the installer) have old mtimes (ubuntu #14504) ++ ++ -- Michael Vogt Tue, 6 Sep 2005 18:30:46 +0200 ++ +apt (0.6.40.1ubuntu2) breezy; urgency=low * improved the support for "error" and "conffile" reporting from dpkg, added the format to README.progress-reporting @@@ -30,12 -38,6 +39,12 @@@ apt (0.6.40.1) unstable; urgency=lo -- Michael Vogt Fri, 5 Aug 2005 13:24:58 +0200 +apt (0.6.40ubuntu1) breezy; urgency=low + - * Synchronize with Debian ++ * Synchronize with Debian + + -- Matt Zimmerman Thu, 4 Aug 2005 15:53:22 -0700 + apt (0.6.40) unstable; urgency=low * Patch from Jordi Mallach to mark some additional strings for translation @@@ -94,14 -63,7 +103,14 @@@ apt (0.6.39) unstable; urgency=lo * Update priority of apt-utils to important, to match the override file * Install only one keyring on each branch (Closes: #316119) - -- Matt Zimmerman Tue, 28 Jun 2005 11:35:21 -0700 - -- Matt Zimmerman Tue, 28 Jun 2005 11:51:09 -0700 ++ -- Matt Zimmerman Tue, 28 Jun 2005 11:35:21 -0700 + +apt (0.6.38ubuntu1) breezy; urgency=low + + * First release from Ubuntu branch + * Merge with --main--0, switch back to Ubuntu keyring + + -- Matt Zimmerman Sat, 25 Jun 2005 16:52:41 -0700 apt (0.6.38) unstable; urgency=low