The following commit has been merged in the master branch:
commit b888ef5a9873af754c2e113836416e59d09212b4
Author: Enrico Zini <[email protected]>
Date: Tue Oct 6 15:18:55 2009 +0000
Send tags to stdout
diff --git a/plugins/perlteam b/plugins/perlteam
index 626695e..da1ff00 100755
--- a/plugins/perlteam
+++ b/plugins/perlteam
@@ -5,13 +5,13 @@
ara -list 'maintainer=~/pkg-perl/ and package=~/^lib.+-perl$/ and
architecture="all"' \
-config $ROOT/ara.config | while read pkg
do
- echo "$pkg: +devel::lang:perl, +devel::library, +role::shared-lib,
+implemented-in::perl" >> mypatch
+ echo "$pkg: +devel::lang:perl, +devel::library, +role::shared-lib,
+implemented-in::perl"
done
ara -list 'maintainer=~/pkg-perl/ and package=~/^lib.+-perl$/ and
architecture!="all"' \
-config $ROOT/ara.config | while read pkg
do
- echo "$pkg: +devel::lang:perl, +devel::library, +role::shared-lib,
+implemented-in::c" >> mypatch
+ echo "$pkg: +devel::lang:perl, +devel::library, +role::shared-lib,
+implemented-in::c"
done
exit 0
--
Tools to automatically infer debtags tags
_______________________________________________
Debtags-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debtags-devel