The following commit has been merged in the master branch:
commit 873ba3a48ced89b5e2c46b2afd99e0cbeeae57e5
Author: David Paleino <[email protected]>
Date: Sun Jan 31 20:17:20 2010 +0100
Ehm. Oops. Forgot to close the regex and to escape the grouping
diff --git a/plugins/mono b/plugins/mono
index ab9f8f2..d61eb13 100755
--- a/plugins/mono
+++ b/plugins/mono
@@ -6,7 +6,7 @@
# Auto-infer from 'libdevel' section
#cat $PKGDATA | grep-dctrl -ens Package -F Package '^libmono[0-9-].+-cil$' |
while read pkg
-ara -list "package=~/.*-cil(-dev)?$" -config $ROOT/ara.config | while read pkg
+ara -list "package=~/.*-cil\(-dev\)?$/" -config $ROOT/ara.config | while read
pkg
do
case $pkg in
*-cil)
--
Tools to automatically infer debtags tags
_______________________________________________
Debtags-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debtags-devel