diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-05-06 10:35:28 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-05-07 11:03:28 +0200 |
commit | 3e342e3796c66ecb354ccb5907528c53f2419a37 (patch) | |
tree | ec7d200069c462438276a9ebe855b108ab078ce1 | |
parent | 8ea79afcadead5a5b7d94bf8623cb833859f6d80 (diff) |
Add linux-{buildinfo,image-unsigned,source} versioned kernel pkgs
LP: #1821640
(cherry picked from commit 507124fd81066536c7c01a2039fcc6ee9f02a234)
(cherry picked from commit d409b63f0124258cb2c28dee0798520207ede57f)
-rw-r--r-- | debian/apt.conf.autoremove | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index f7775b183..f9d9e85d4 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -17,6 +17,7 @@ APT "linux-modules"; "linux-modules-extra"; "linux-signed-image"; + "linux-image-unsigned"; # kfreebsd kernels "kfreebsd-image"; "kfreebsd-headers"; @@ -30,6 +31,10 @@ APT # tools "linux-tools"; "linux-cloud-tools"; + # build info + "linux-buildinfo"; + # source code + "linux-source"; }; Never-MarkAuto-Sections |