summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-05-06 10:35:28 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2019-05-07 11:03:28 +0200
commit3e342e3796c66ecb354ccb5907528c53f2419a37 (patch)
treeec7d200069c462438276a9ebe855b108ab078ce1
parent8ea79afcadead5a5b7d94bf8623cb833859f6d80 (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.autoremove5
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