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 12:56:18 +0200
commitefb201109e5aa310b885d2653806ed526003feca (patch)
treefa930fa1dbb4b120fd09402ab79757b9d9ee7a61
parent0de84364e374591b71826e56302e5228bc0d2dab (diff)
Add linux-{buildinfo,image-unsigned,source} versioned kernel pkgs
LP: #1821640 (cherry picked from commit 507124fd81066536c7c01a2039fcc6ee9f02a234) (cherry picked from commit d409b63f0124258cb2c28dee0798520207ede57f) (cherry picked from commit 3e342e3796c66ecb354ccb5907528c53f2419a37) (cherry picked from commit 9f55f69b45580c23c901ca7d21a1629391bd1694)
-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