[Debtags-commits] [svn] r1628 - tagdb

Enrico Zini enrico at costa.debian.org
Fri Mar 3 09:41:22 UTC 2006


Author: enrico
Date: Fri Mar  3 09:41:21 2006
New Revision: 1628

Modified:
   tagdb/make-overrides
Log:
Don't forget to output the facet names as well


Modified: tagdb/make-overrides
==============================================================================
--- tagdb/make-overrides	(original)
+++ tagdb/make-overrides	Fri Mar  3 09:41:21 2006
@@ -47,7 +47,7 @@
 		my @tags = @{$facets{$f}};
 		if (@tags <= 2)
 		{
-			push @res, @tags;
+			push @res, map { $f.'::'.$_ } @tags;
 		} else {
 			push @res, $f.'::{'.join(',', at tags).'}';
 		}



More information about the Debtags-commits mailing list