[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#588423: apt: List gnumach kernel as to NeverAutoRemove



Package: apt
Version: 0.7.25.3
Severity: wishlist
Tags: patch

Hi!

The GNU/Hurd kernel (GNU Mach) package is not listed as to not be
autoremoved. Here's a patch to fix that.

thanks,
guillem
=== modified file 'debian/apt.conf.autoremove'
--- debian/apt.conf.autoremove	2009-12-01 15:36:48 +0000
+++ debian/apt.conf.autoremove	2010-07-08 08:00:42 +0000
@@ -5,5 +5,6 @@
 	"^linux-image.*";  
 	"^linux-restricted-modules.*";
 	"^kfreebsd-image.*";  
+	"^gnumach$";
   };
 };


Reply to: