summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-01-26 14:14:58 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-01-26 14:14:58 +0100
commit28dbfcdc3a00a5ad20cf0a0b17cea3c842aaf983 (patch)
tree082560ea31427d8987cc13d78787839e9de9f850 /debian
parente8d72d2faa67283a2c7e691c1a7a440c4cdd179f (diff)
readd "linux-image" (and friends) to the auto-remove
blacklist
Diffstat (limited to 'debian')
-rw-r--r--debian/apt.conf.autoremove8
-rw-r--r--debian/changelog3
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove
index 713dcdda6..42081014a 100644
--- a/debian/apt.conf.autoremove
+++ b/debian/apt.conf.autoremove
@@ -1,5 +1,13 @@
APT
{
+ NeverAutoRemove
+ {
+ "^linux-firmware$";
+ "^linux-image.*";
+ "^linux-restricted-modules.*";
+ "^linux-ubuntu-modules-.*";
+ };
+
Never-MarkAuto-Sections
{
"metapackages";
diff --git a/debian/changelog b/debian/changelog
index 306110cd6..2c4802e3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ apt (0.7.19ubuntu3) jaunty; urgency=low
* apt-inst/contrib/arfile.cc:
- support members ending with '/' as well (thanks to Michal Cihr,
closes: #500988)
+ * debian/apt.conf.autoremove:
+ - readd "linux-image" (and friends) to the auto-remove
+ blacklist
[ Christian Perrier ]
* Translations: