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

Bug#619337: apt: autoremove configuration: update the regexp for gnumach



Package: apt
Version: 0.8.13
Severity: wishlist
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hi,

since version 2:1.3.99.dfsg.git20110305-1, the gnumach kernel introduces a new
naming for the packages:
  http://packages.qa.debian.org/g/gnumach/news/20110322T113043Z.html
Currently, the regexp used for the default autoremove configuration is set to
"^gnumach$", so the new packages will be considered obsolete.
The attached patch updates for the new scheme, allowing also the old packages
(so we do not have issues with people sticking with an older gnumach version).

Thanks,
-- 
Pino
--- a/debian/apt.conf.autoremove
+++ b/debian/apt.conf.autoremove
@@ -8,7 +8,7 @@
 	"^kfreebsd-image.*";
 	"^linux-restricted-modules.*";
 	"^linux-ubuntu-modules-.*";
-	"^gnumach$";
+	"^gnumach.*";
   };
 
   Never-MarkAuto-Sections

Reply to: