[SCM] Tools to automatically infer debtags tags branch, master, updated. 1ac0cee96f81890c86b3e6b31999e5945670d1ab

Enrico Zini enrico at enricozini.org
Tue Oct 6 14:50:23 UTC 2009


The following commit has been merged in the master branch:
commit 1ac0cee96f81890c86b3e6b31999e5945670d1ab
Author: Enrico Zini <enrico at enricozini.org>
Date:   Tue Oct 6 15:50:47 2009 +0100

    Added rules from the perl team

diff --git a/plugins/perlteam b/plugins/perlteam
new file mode 100755
index 0000000..626695e
--- /dev/null
+++ b/plugins/perlteam
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# Perl rules thanks to Franck Joncourt <franck.mail at dthconnex.com>
+
+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
+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
+done
+
+exit 0

-- 
Tools to automatically infer debtags tags



More information about the Debtags-devel mailing list