diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.conf.autoremove | 1 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 3 insertions, 0 deletions
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 -- |