#!/bin/sh set -eu VERSION=$(dpkg-parsechangelog | sed -rne 's,^Version: (.+)-.*,\1,p') SRC=/usr/src/vizzini-$VERSION cat <