From 94d1fa98304a9aa1108daa765acbc4a90a0e17d2 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 29 Jun 2007 15:55:33 +0200 Subject: * debian/apt.conf.autoremove: - added "linux-ubuntu-modules" to APT::NeverAutoRemove --- debian/apt.conf.autoremove | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/apt.conf.autoremove') diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 3a9945b54..4a3010208 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -4,6 +4,7 @@ APT { "^linux-image.*"; "^linux-restricted-modules.*"; + "^linux-ubuntu-modules-.*"; }; Install-Recommends-Section "metapackages"; -- cgit v1.2.3 From be7f42304a5dd381f2ad82a921e9041df55b5ec9 Mon Sep 17 00:00:00 2001 From: Sarah Hobbs Date: Fri, 6 Jul 2007 17:47:07 +1000 Subject: Adds support for installing recommends from *metapackages, including universe/metapackages, so things like x/k/ubuntu-restricted-extras packages work. This currently doesnt build - but builds more than it did before! --- debian/apt.conf.autoremove | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/apt.conf.autoremove') diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 4a3010208..f77e1cfbf 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -7,6 +7,6 @@ APT "^linux-ubuntu-modules-.*"; }; - Install-Recommends-Section "metapackages"; - Never-MarkAuto-Section "metapackages"; + Install-Recommends-Section "*metapackages"; + Never-MarkAuto-Section "*metapackages"; }; -- cgit v1.2.3 From 00a4f00b44bc09cd62c7ecadf95b0a7825eb8192 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 7 Aug 2008 16:29:20 +0200 Subject: * debian/apt.conf.autoremove: - remove "linux-image" (and friends) from the auto-remove blacklist. we have the kernel fallback infrastructure now in intrepid (thanks to BenC) --- debian/apt.conf.autoremove | 7 ------- 1 file changed, 7 deletions(-) (limited to 'debian/apt.conf.autoremove') diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 63b69d5f6..713dcdda6 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -1,12 +1,5 @@ APT { - NeverAutoRemove - { - "^linux-image.*"; - "^linux-restricted-modules.*"; - "^linux-ubuntu-modules-.*"; - }; - Never-MarkAuto-Sections { "metapackages"; -- cgit v1.2.3 From 28dbfcdc3a00a5ad20cf0a0b17cea3c842aaf983 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 26 Jan 2009 14:14:58 +0100 Subject: readd "linux-image" (and friends) to the auto-remove blacklist --- debian/apt.conf.autoremove | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/apt.conf.autoremove') diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 713dcdda6..42081014a 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -1,5 +1,13 @@ APT { + NeverAutoRemove + { + "^linux-firmware$"; + "^linux-image.*"; + "^linux-restricted-modules.*"; + "^linux-ubuntu-modules-.*"; + }; + Never-MarkAuto-Sections { "metapackages"; -- cgit v1.2.3 From 3ddcd175889e6dd3f332914f391d458035424861 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 8 Mar 2010 17:48:33 +0100 Subject: * debian/apt.conf.autoremove: - add "transitional" to the APT::Never-MarkAuto-Sections --- debian/apt.conf.autoremove | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/apt.conf.autoremove') diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 42081014a..2fb6aeff5 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -14,5 +14,10 @@ APT "restricted/metapackages"; "universe/metapackages"; "multiverse/metapackages"; + "transitional"; + "restricted/transitional"; + "universe/transitional"; + "multiverse/transitional"; + }; }; -- cgit v1.2.3 From 3ed9acb90edb6fac452af21b2bb277ddb6ee63dc Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 8 Mar 2010 17:55:39 +0100 Subject: add "oldlibs" to the APT::Never-MarkAuto-Sections as its used for transitional packages --- debian/apt.conf.autoremove | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/apt.conf.autoremove') diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 2fb6aeff5..44e6eb69c 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -14,10 +14,10 @@ APT "restricted/metapackages"; "universe/metapackages"; "multiverse/metapackages"; - "transitional"; - "restricted/transitional"; - "universe/transitional"; - "multiverse/transitional"; + "oldlibs"; + "restricted/oldlibs"; + "universe/oldlibs"; + "multiverse/oldlibs"; }; }; -- cgit v1.2.3