From 4c84979cdf25207789a04e7a4bfdff71e4ea92e4 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Tue, 23 Nov 2004 17:16:25 +0000 Subject: Remove apt-utils->bzip2 dependency --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 3ac709906..a1e376b9d 100644 --- a/debian/control +++ b/debian/control @@ -52,7 +52,7 @@ Description: Documentation for APT development Package: apt-utils Architecture: any -Depends: bzip2, ${shlibs:Depends} +Depends: ${shlibs:Depends} Priority: optional Provides: ${libapt-inst:provides} Replaces: apt (<< 0.5.9) -- cgit v1.2.3 From 0493db1e1f4c80f1cba1ba277ccb2c11722bfff7 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Tue, 23 Nov 2004 20:03:17 +0000 Subject: Fix apt_preferences(5) example to match text --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index f9c615373..7a287ecb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ apt (0.5.31) unstable; urgency=low * New Romanian translation from Sorin Batariuc (Closes: #281458) * Merge changes from Hoary (0.5.30,0.5.30ubuntu2] + * Fix the example in apt_preferences(5) to match the text + (Closes: #222267) -- -- cgit v1.2.3 From 9bd1cf874fd4ec2f67e0cb1a0af1c894b10f1d14 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Tue, 23 Nov 2004 20:52:13 +0000 Subject: Add APT::Periodic::Autoclean setting * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to be run periodically. This is useful with APT::Periodic::Download-Upgradeable-Packages, and defaults to the same value, so that the cache size is bounded --- debian/apt.cron.daily | 11 +++++++++-- debian/changelog | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index bb6c0151e..17fe8fb78 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -38,8 +38,9 @@ update_stamp() UpdateInterval=0 DownloadUpgradeableInterval=0 -RES=`apt-config shell UpdateInterval APT::Periodic::Update-Package-Lists DownloadUpgradeableInterval APT::Periodic::Download-Upgradeable-Packages` -eval $RES +eval $(apt-config shell UpdateInterval APT::Periodic::Update-Package-Lists DownloadUpgradeableInterval APT::Periodic::Download-Upgradeable-Packages) +AutocleanInterval=$DownloadUpgradeableInterval +eval $(apt-config shell AutocleanInterval APT::Periodic::Autoclean) # laptop check, on_ac_power returns: # 0 (true) System is on mains power @@ -68,3 +69,9 @@ if check_stamp $DOWNLOAD_UPGRADEABLE_STAMP $DownloadUpgradeableInterval; then apt-get -qq -d dist-upgrade 2>/dev/null update_stamp $DOWNLOAD_UPGRADEABLE_STAMP fi + +AUTOCLEAN_STAMP=/var/lib/apt/periodic/autoclean-stamp +if check_stamp $AUTOCLEAN_STAMP $AutocleanInterval; then + apt-get -qq autoclean + update_stamp $AUTOCLEAN_STAMP +fi diff --git a/debian/changelog b/debian/changelog index 7a287ecb7..17bd395de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,10 @@ apt (0.5.31) unstable; urgency=low * Merge changes from Hoary (0.5.30,0.5.30ubuntu2] * Fix the example in apt_preferences(5) to match the text (Closes: #222267) + * Add APT::Periodic::Autoclean setting, to allow "apt-get autoclean" to + be run periodically. This is useful with + APT::Periodic::Download-Upgradeable-Packages, and defaults to the same + value, so that the cache size is bounded -- -- cgit v1.2.3 From afaa83fe5fb2e694e2d0ff5e7b601e035d39a154 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Tue, 23 Nov 2004 21:00:01 +0000 Subject: Finalize 0.5.31 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 17bd395de..86838ee65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,7 @@ apt (0.5.31) unstable; urgency=low APT::Periodic::Download-Upgradeable-Packages, and defaults to the same value, so that the cache size is bounded - -- + -- Matt Zimmerman Tue, 23 Nov 2004 12:53:04 -0800 apt (0.5.30ubuntu2) hoary; urgency=low -- cgit v1.2.3 From 4845b8d50e9b1546127423aba675635024c93aa1 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Wed, 24 Nov 2004 19:04:35 +0000 Subject: Open 0.5.32 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 86838ee65..1d6ca2526 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt (0.5.32) unstable; urgency=low + + * + + -- + apt (0.5.31) unstable; urgency=low * New Romanian translation from Sorin Batariuc -- cgit v1.2.3 From 049c0171c286bbce536c2732ac17605fdea78410 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Wed, 24 Nov 2004 20:08:16 +0000 Subject: Call setlocale and bindtextdomain in the http method --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1d6ca2526..28279ebf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ apt (0.5.32) unstable; urgency=low - * + * Call setlocale and bindtextdomain in the http method, so that the + messages are properly localised (Closes: #282700) -- -- cgit v1.2.3 From 887fe3161534cc9ec9aae1810e5a2f0a7607193a Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Thu, 25 Nov 2004 18:15:00 +0000 Subject: Temporarily finalize 0.5.32 to resolve a conflict with apt--authentication--0 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 28279ebf4..232bead2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ apt (0.5.32) unstable; urgency=low * Call setlocale and bindtextdomain in the http method, so that the messages are properly localised (Closes: #282700) - -- + -- Matt Zimmerman Thu, 25 Nov 2004 10:13:36 -0800 apt (0.5.31) unstable; urgency=low -- cgit v1.2.3 From 9f412caca531bde1a4e30e3970aa20a8868b4e72 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Thu, 25 Nov 2004 18:17:12 +0000 Subject: Un-finalize 0.5.32 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 232bead2a..28279ebf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ apt (0.5.32) unstable; urgency=low * Call setlocale and bindtextdomain in the http method, so that the messages are properly localised (Closes: #282700) - -- Matt Zimmerman Thu, 25 Nov 2004 10:13:36 -0800 + -- apt (0.5.31) unstable; urgency=low -- cgit v1.2.3