From ff83fcf9b9090b4ce27b3566f74a12a78bf07a10 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 11:59:38 +0200 Subject: Adding debian version 2.7.12. Signed-off-by: Daniel Baumann --- debian/apt.conf.autoremove | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 debian/apt.conf.autoremove (limited to 'debian/apt.conf.autoremove') diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove new file mode 100644 index 0000000..10438e8 --- /dev/null +++ b/debian/apt.conf.autoremove @@ -0,0 +1,32 @@ +APT +{ + NeverAutoRemove + { + "^firmware-linux.*"; + "^linux-firmware$"; + "^linux-image-[a-z0-9]*$"; + "^linux-image-[a-z0-9]*-[a-z0-9]*$"; + }; + + VersionedKernelPackages + { + # kernels + "linux-.*"; + "kfreebsd-.*"; + "gnumach-.*"; + # (out-of-tree) modules + ".*-modules"; + ".*-kernel"; + }; + + Never-MarkAuto-Sections + { + "metapackages"; + "tasks"; + }; + + Move-Autobit-Sections + { + "oldlibs"; + }; +}; -- cgit v1.2.3