From d409b63f0124258cb2c28dee0798520207ede57f Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 6 May 2019 10:35:28 +0200 Subject: Add linux-{buildinfo,image-unsigned,source} versioned kernel pkgs LP: #1821640 (cherry picked from commit 507124fd81066536c7c01a2039fcc6ee9f02a234) --- debian/apt.conf.autoremove | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3