diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-26 14:14:58 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-26 14:14:58 +0100 |
commit | 28dbfcdc3a00a5ad20cf0a0b17cea3c842aaf983 (patch) | |
tree | 082560ea31427d8987cc13d78787839e9de9f850 | |
parent | e8d72d2faa67283a2c7e691c1a7a440c4cdd179f (diff) |
readd "linux-image" (and friends) to the auto-remove
blacklist
-rw-r--r-- | debian/apt.conf.autoremove | 8 | ||||
-rw-r--r-- | debian/changelog | 3 |
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: |