diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-10 02:04:03 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-10 02:04:03 +0200 |
commit | 6f466ddbf2d9cb34b88df1738bb1115a66f46536 (patch) | |
tree | c01f0f8b7a30477aaebc729e9c5dfbbb3eaaa89a /debian | |
parent | cf440facb498fa0ec70148723b13d6d019758c0e (diff) |
readd the autoremove protection for the kfreebsd-image as it was lost
in Michaels merge with the ubuntu branch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.conf.autoremove | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 2f00b9f8b..b3f4a3edd 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -1,9 +1,11 @@ APT { - NeverAutoRemove + NeverAutoRemove { - "^linux-firmware$"; - "^linux-image.*"; + "^firmware-linux.*"; + "^linux-firmware$"; + "^linux-image.*"; + "^kfreebsd-image.*"; "^linux-restricted-modules.*"; "^linux-ubuntu-modules-.*"; }; @@ -11,13 +13,12 @@ APT Never-MarkAuto-Sections { "metapackages"; - "restricted/metapackages"; - "universe/metapackages"; - "multiverse/metapackages"; + "restricted/metapackages"; + "universe/metapackages"; + "multiverse/metapackages"; "oldlibs"; - "restricted/oldlibs"; - "universe/oldlibs"; - "multiverse/oldlibs"; - + "restricted/oldlibs"; + "universe/oldlibs"; + "multiverse/oldlibs"; }; }; |