#!/bin/sh
while read package dir; do
    echo "$package" >&2
    bin/diff-tarball-cvs "$package/debathena-$package"_*.orig.tar.gz "$dir"
done < athena-packages.txt
