From: David Kalnischkies Date: Thu, 10 Jun 2010 00:04:03 +0000 (+0200) Subject: readd the autoremove protection for the kfreebsd-image as it was lost X-Git-Tag: 0.8.0~9^2~38^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/6f466ddbf2d9cb34b88df1738bb1115a66f46536?ds=inline;hp=--cc readd the autoremove protection for the kfreebsd-image as it was lost in Michaels merge with the ubuntu branch --- 6f466ddbf2d9cb34b88df1738bb1115a66f46536 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"; }; };