]> git.saurik.com Git - apt.git/commitdiff
* debian/apt.conf.autoremove:
authorJulian Andres Klode <jak@debian.org>
Tue, 1 Dec 2009 15:36:48 +0000 (16:36 +0100)
committerJulian Andres Klode <jak@debian.org>
Tue, 1 Dec 2009 15:36:48 +0000 (16:36 +0100)
  - Add kfreebsd-image-* to the list (Closes: #558803)

debian/apt.conf.autoremove
debian/changelog

index 98143ce9a546276dfb9c5690b4366fc692b1d602..b41be8397fe84a3eecaf7ce1a9f1bc8721ca9ae3 100644 (file)
@@ -4,5 +4,6 @@ APT
   { 
        "^linux-image.*";  
        "^linux-restricted-modules.*";
+       "^kfreebsd-image.*";  
   };
 };
index 3f70b440d5c6bf5c99977259ae1b80bf4af55dd9..ce1f94078afcb3df873b30ef8136e14bb36e844e 100644 (file)
@@ -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