Browse Source

* debian/apt.conf.autoremove:
- adapt to new gnumach kernel package naming (Closes: #619337)

David Kalnischkies 13 years ago
parent
commit
f9dce803b3
2 changed files with 4 additions and 1 deletions
  1. 1 0
      debian/apt.conf.autoremove
  2. 3 1
      debian/changelog

+ 1 - 0
debian/apt.conf.autoremove

@@ -9,6 +9,7 @@ APT
 	"^linux-restricted-modules.*";
 	"^linux-ubuntu-modules-.*";
 	"^gnumach$";
+	"^gnumach-image.*";
   };
 
   Never-MarkAuto-Sections

+ 3 - 1
debian/changelog

@@ -7,8 +7,10 @@ apt (0.8.13.1) UNRELEASED; urgency=low
     - mark them as deprecated as they are unused
   * apt-pkg/deb/deblistparser.h:
     - enable StripMultiArch by default for ParseDepends
+  * debian/apt.conf.autoremove:
+    - adapt to new gnumach kernel package naming (Closes: #619337)
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Wed, 23 Mar 2011 01:53:27 +0100
+ -- David Kalnischkies <kalnischkies@gmail.com>  Wed, 23 Mar 2011 02:03:24 +0100
 
 apt (0.8.13) unstable; urgency=low