From: Michael Vogt Date: Tue, 23 Jul 2013 17:55:14 +0000 (+0200) Subject: debian/apt.auto-removal.sh: X-Git-Tag: 0.9.9.3~3 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/c1f8f8c0b070b52e7d85ed932418bc3497cc7990 debian/apt.auto-removal.sh: * debian/apt.auto-removal.sh: - do not include debug symbol packages for the kernel in the blacklist (closes: #717616) --- diff --git a/debian/apt.auto-removal.sh b/debian/apt.auto-removal.sh index 4ada56556..d105f440a 100644 --- a/debian/apt.auto-removal.sh +++ b/debian/apt.auto-removal.sh @@ -42,7 +42,7 @@ version_test_gt () return "$?" } -list=$(${DPKG} -l 'linux-image-[0-9]*'|awk '/^ii/ { print $2 }' | sed -e's/linux-image-//') +list=$(${DPKG} -l 'linux-image-[0-9]*'|awk '/^ii/ && $2 !~ /-dbg$/ { print $2 }' | sed -e's/linux-image-//') latest_version="" previous_version="" diff --git a/debian/changelog b/debian/changelog index f7c8f8a5a..acb27293f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.9.9.3) UNRELEASED; urgency=low + + [ Ben Hutchings ] + * debian/apt.auto-removal.sh: + - do not include debug symbol packages for the kernel in the + blacklist (closes: #717616) + + -- Michael Vogt Tue, 23 Jul 2013 19:54:31 +0200 + apt (0.9.9.2) unstable; urgency=low [ Programs translations ]