]> git.saurik.com Git - apt.git/commitdiff
debian/apt.auto-removal.sh:
authorMichael Vogt <mvo@debian.org>
Tue, 23 Jul 2013 17:55:14 +0000 (19:55 +0200)
committerMichael Vogt <mvo@debian.org>
Tue, 23 Jul 2013 17:55:14 +0000 (19:55 +0200)
* debian/apt.auto-removal.sh:
  - do not include debug symbol packages for the kernel in the
    blacklist (closes: #717616)

debian/apt.auto-removal.sh
debian/changelog

index 4ada56556cca2b9cc3e042e0fa5a1cc529f07b21..d105f440aa6f6601908c71ae35db247a00f8f70e 100644 (file)
@@ -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=""
index f7c8f8a5ae324d55693be9ee88d649e7c5307a65..acb27293fb2b7985f4cef733b6d6c45c5fe43ca4 100644 (file)
@@ -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 <mvo@debian.org>  Tue, 23 Jul 2013 19:54:31 +0200
+
 apt (0.9.9.2) unstable; urgency=low
 
   [ Programs translations ]