#!/bin/sh

export DEB_SIGN_KEYID=tille
dpkg-buildpackage --build=source -nc
rm -f debian/files
#NAME_VER=`dpkg-parsechangelog | awk '/^Source:/ {print $2}'`_`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed 's/[0-9]\+://'`

#debsign ../${NAME_VER}_source.changes -m tille
