[Debtags-commits] [svn] r2121 - autodebtag/trunk/ad-plugins

Enrico Zini enrico at alioth.debian.org
Sun Nov 19 18:40:22 CET 2006


Author: enrico
Date: Sun Nov 19 18:40:22 2006
New Revision: 2121

Added:
   autodebtag/trunk/ad-plugins/devlibs
      - copied unchanged from r2118, autodebtag/trunk/ad-plugins/sections
Removed:
   autodebtag/trunk/ad-plugins/sections
Modified:
   autodebtag/trunk/ad-plugins/infer-names
Log:
Minor fixes

Modified: autodebtag/trunk/ad-plugins/infer-names
==============================================================================
--- autodebtag/trunk/ad-plugins/infer-names	(original)
+++ autodebtag/trunk/ad-plugins/infer-names	Sun Nov 19 18:40:22 2006
@@ -17,7 +17,7 @@
 	[ qr(^x?emacs(21-|-|$)), ['+suite::emacs'] ],
 	[ qr(^gforge-),			['+suite::gforge'] ],
 	[ qr(^gnome(-|2-)),		['+suite::gnome'] ],
-	[ qr(^libgnome),		['+suite::gnome'] ],
+	#[ qr(^libgnome),		['+suite::gnome'] ],
 	[ qr(^mozilla(-|$)),	['+suite::mozilla'] ],
 	[ qr(^gnustep-),		['+suite::gnustep'] ],
 	[ qr(^opie-),			['+suite::opie'] ],
@@ -82,10 +82,10 @@
 	# devel::library (matches /^lib.+-dev/)
 	# Better served by matching the libdevel section
 	# langdevel (matches /^lib.+-(perl|java|...)/)
-	[ qr(^lib.+-java$),			['+langdevel::java'] ],
-	[ qr(^lib.+-ocaml(-dev)?$),	['+langdevel::ocaml'] ],
-	[ qr(^lib.+-perl$),			['+langdevel::perl'] ],
-	[ qr(^lib.+-ruby([0-9]\.[0-9])?$), ['+langdevel::ruby'] ],
+	[ qr(^lib.+-java$),			['+devel::lang:java'] ],
+	[ qr(^lib.+-ocaml(-dev)?$),	['+devel::lang:ocaml'] ],
+	[ qr(^lib.+-perl$),			['+devel::lang:perl'] ],
+	[ qr(^lib.+-ruby([0-9]\.[0-9])?$), ['+devel::lang:ruby'] ],
 );
 
 @ARGV or die "Usage: $0 outfile";



More information about the Debtags-commits mailing list