diff options
author | Michael Vogt <egon@bottom> | 2007-06-08 22:33:05 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2007-06-08 22:33:05 +0200 |
commit | 41cd4f9af1dd8247f9ff4f1fe6053246657a1faf (patch) | |
tree | 3047cb0b6192adc566867d7af63d00e92341e6f1 /debian | |
parent | 7a1445aaa4de0e33ad3d7d08988f9f095442c94a (diff) | |
parent | e47c7d16435822f40149cd831ff6ba0a143ded85 (diff) |
* fix error in AutocleanInterval, closes: #319339
(thanks to Israel G. Lugo for the patch)
* add "purge" commandline argument, closes: #133421)
(thanks to Julien Danjou for the patch)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.cron.daily | 2 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index b4cbf1c8a..778e3cefe 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -152,7 +152,7 @@ UpdateInterval=0 DownloadUpgradeableInterval=0 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) +eval $(apt-config shell AutocleanInterval APT::Periodic::AutocleanInterval) UnattendedUpgradeInterval=0 eval $(apt-config shell UnattendedUpgradeInterval APT::Periodic::Unattended-Upgrade) diff --git a/debian/changelog b/debian/changelog index a57cf4577..2504df8ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,10 @@ apt (0.7.2) unstable; urgency=low - added support for lpia * configure.in: - check systemtable for architecture mapping too + * fix error in AutocleanInterval, closes: #319339 + (thanks to Israel G. Lugo for the patch) + * add "purge" commandline argument, closes: #133421) + (thanks to Julien Danjou for the patch) -- Michael Vogt <mvo@debian.org> Wed, 06 Jun 2007 23:19:50 +0200 |