#!/bin/sh
if [ $# != 1 ] ; then
	echo "$0: what?"
	exit 1
fi
debcheckout --user tille git://git.debian.org/debian-med/"$1".git --git-track '*'

echo "If something fails use: gbp-clone git+ssh://...  --all"
