From: Michael Vogt Date: Thu, 6 Dec 2007 13:58:20 +0000 (+0100) Subject: * debian/apt.conf.daily: X-Git-Tag: 0.7.21~215^2~3 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/ee10ecfe2f815d7681b81f74d1c840176f6b9f16?hp=37bb96cc5991b4e762264a5dcb073bfeb3a48455 * debian/apt.conf.daily: - print warning if the cache can not be locked (closes: #454561), thanks to Bastian Kleineidam --- diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index 5524c16ee..1d4df56b6 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -172,6 +172,7 @@ fi # check if we can lock the cache and if the cache is clean if ! apt-get check -q -q 2>/dev/null; then + echo "$0: could not lock the APT cache" exit 1 fi diff --git a/debian/changelog b/debian/changelog index 832ee11d4..3154720e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,11 @@ apt (0.7.10) unstable; urgency=low [ Michael Vogt ] * debian/rules - fix https install location + * debian/apt.conf.daily: + - print warning if the cache can not be locked (closes: #454561), + thanks to Bastian Kleineidam - -- Michael Vogt Wed, 28 Nov 2007 17:10:49 +0100 + -- Michael Vogt Thu, 06 Dec 2007 14:38:31 +0100 apt (0.7.9) unstable; urgency=low