diff options
author | Julian Andres Klode <jak@debian.org> | 2009-12-01 16:36:48 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2009-12-01 16:36:48 +0100 |
commit | 1baca7b87e96ce282fbcb44a90d8aa89835eeb80 (patch) | |
tree | 5554fd4d4c58a445c9b56d4464732dcd2da79334 /debian | |
parent | 1692a2c79f4c423ff257a882a1e8e16c3edad882 (diff) |
* debian/apt.conf.autoremove:
- Add kfreebsd-image-* to the list (Closes: #558803)
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 98143ce9a..b41be8397 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -4,5 +4,6 @@ APT { "^linux-image.*"; "^linux-restricted-modules.*"; + "^kfreebsd-image.*"; }; }; diff --git a/debian/changelog b/debian/changelog index 3f70b440d..ce1f94078 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,8 @@ apt (0.7.25) UNRELEASED; urgency=low by Jussi Hakala <jussi.hakala@hut.fi>. * ftparchive/apt-ftparchive.cc: - Call setlocale() so translations are actually used. + * debian/apt.conf.autoremove: + - Add kfreebsd-image-* to the list (Closes: #558803) -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 29 Sep 2009 15:51:34 +0200 |