#!/bin/sh

/srv/packages.qa.debian.org/bin/dump.pl | perl -pe "s/\s+/\n/g" | grep @ | sort | uniq -c | sort -t " " -k 1 -n -r

