Browse Source

* debian/apt.conf.autoremove:
- Add kfreebsd-image-* to the list (Closes: #558803)

Julian Andres Klode 14 years ago
parent
commit
1baca7b87e
2 changed files with 3 additions and 0 deletions
  1. 1 0
      debian/apt.conf.autoremove
  2. 2 0
      debian/changelog

+ 1 - 0
debian/apt.conf.autoremove

@@ -4,5 +4,6 @@ APT
   { 
 	"^linux-image.*";  
 	"^linux-restricted-modules.*";
+	"^kfreebsd-image.*";  
   };
 };

+ 2 - 0
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