diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-29 15:55:33 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-29 15:55:33 +0200 |
commit | 94d1fa98304a9aa1108daa765acbc4a90a0e17d2 (patch) | |
tree | 551cd56f498d9e0ee04c36e5cdc4a497e9a46cd9 | |
parent | 919b4ed24108491272d463713097e47b4c4d9fc9 (diff) |
* debian/apt.conf.autoremove:
- added "linux-ubuntu-modules" to APT::NeverAutoRemove
-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 -- |