diff options
-rw-r--r-- | debian/apt.auto-removal.sh | 1 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/apt.auto-removal.sh b/debian/apt.auto-removal.sh index 4ada56556..e7badaa83 100644 --- a/debian/apt.auto-removal.sh +++ b/debian/apt.auto-removal.sh @@ -85,6 +85,7 @@ for kernel in $kernels; do echo " \"^linux-signed-image-${kernel}$\";" >> "$config_file".dpkg-new echo " \"^linux-backports-modules-.*-${kernel}$\";" >> "$config_file".dpkg-new echo " \"^linux-headers-${kernel}$\";" >> "$config_file".dpkg-new + echo " \"^linux-tools-${kernel}$\";" >> "$config_file".dpkg-new done cat >> "$config_file".dpkg-new <<EOF }; diff --git a/debian/changelog b/debian/changelog index 84322678a..6b7904537 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt (0.9.9.1~ubuntu3) saucy; urgency=low + + * Keep linux-tools packages matching installed kernels (LP: #1205284) + + -- Adam Conrad <adconrad@ubuntu.com> Wed, 11 Sep 2013 11:48:09 -0400 + apt (0.9.9.1~ubuntu2) saucy; urgency=low * Prefer native architecture over higher priority for providers (closes: |