wget https://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/CMU-1-Small-Region.svs
tarball=$(dpkg-parsechangelog --file ../changelog | awk '/^Source:/ {print $2}')_$(dpkg-parsechangelog --file ../changelog | awk '/^Version:/ {print $2}' | cut -f1 -d-).orig-debian-tests-data.tar.gz
tar --owner=root --group=root --mode=a+rX -cvzSf $tarball  CMU-1-Small-Region.svs
echo "Now move $tarball next to the new upstream tarball and gbp import it as usual"
