From: Michael Vogt Date: Fri, 29 Jun 2007 13:55:33 +0000 (+0200) Subject: * debian/apt.conf.autoremove: X-Git-Tag: 0.7.24ubuntu1~174 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/94d1fa98304a9aa1108daa765acbc4a90a0e17d2 * debian/apt.conf.autoremove: - added "linux-ubuntu-modules" to APT::NeverAutoRemove --- 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"; diff --git a/debian/changelog b/debian/changelog index 96dfafa5a..4f14b4131 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ apt (0.7.2ubuntu4) unstable; urgency=low - make the XS-Vcs-$foo warning more copy'n'paste friendly (thanks to Matt Zimmerman) - ignore the Vcs-Browser tag (Fixes LP: #121770) + * debian/apt.conf.autoremove: + - added "linux-ubuntu-modules" to APT::NeverAutoRemove --