[Debtags-commits] [svn] r1408 - autodebtag/trunk/dbacl

Enrico Zini enrico at costa.debian.org
Thu Oct 27 15:09:14 UTC 2005


Author: enrico
Date: Thu Oct 27 15:09:13 2005
New Revision: 1408

Modified:
   autodebtag/trunk/dbacl/debtags-ai
Log:
Blacklisted some more less-used facets

Modified: autodebtag/trunk/dbacl/debtags-ai
==============================================================================
--- autodebtag/trunk/dbacl/debtags-ai	(original)
+++ autodebtag/trunk/dbacl/debtags-ai	Thu Oct 27 15:09:13 2005
@@ -38,7 +38,7 @@
 	for my $tag (keys %tags)
 	{
 		push @interesting_tags, $tag 
-			if $tag !~ /^(special|culture)::/;
+			if $tag !~ /^(special|culture|accessibility|hardware)::/;
 	}
 
 	my %pkgs_done;



More information about the Debtags-commits mailing list