Hello, I'm looking into ara as an engine for the autotagger. I've already created a script that merges the packages files for all the architectures into a suitable ara input, but you can normally test the queries with just your locally installed packages file and default ara configuration.
Here's what I have quite tested so far: ara -list "section=libs & package=~/^lib.+[0-9]$/ & ! package=~/-ruby/" -> +role::shared-lib, -special::not-yet-tagged, -special::not-yet-tagged::FOO ara -list "section=libdevel & package=~/-dbg$/" -> +role::debug-symbols ara -list "section=libdevel & ! package=~/-dbg$/" -> +devel::library ara -list "package=~/^libmono[0-9-].+-cil$/" -> +devel::library, role::devel-lib, +devel::ecma-cli Here are things I'll test tomorrow: ara -list "depends:/\(^\| \)libqt/ & ! section=~/lib/" -> +uitoolkit::qt ara -list "depends:/\(^\| \)libgtk/ & ! section=~/lib/" -> +uitoolkit::gtk ara -list "depends:/\(^\| \)libsdl[0-9]/ & ! section=~/lib/" -> +uitoolkit::sdl ara -list "depends:/\(^\| \)lesstif[12]/ & ! section=~/lib/" -> +uitoolkit::motif ara -list "depends:/\(^\| \)libncurses/ & ! section=~/lib/" -> +uitoolkit::ncurses ara -list "depends:/\(^\| \)libwxgtk/ & ! section=~/lib/" -> +uitoolkit::wxwidgets I welcome more ideas, but please, before posting them try them up and see that you don't attach tags where they don't belong: you can see that in the list of tested cases there are quite a few exceptions happening. Ciao, Enrico -- GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
_______________________________________________ Debtags-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debtags-devel

