#!/bin/sh
## Lasse Kopie in ~/bin für unstable Kompilierungen

cat > ~/.pbuilderrc <<EOT
AUTO_DEBSIGN=yes
PKGNAME_LOGFILE=yes
# BUILDRESULT=$BUILDDIR
EOT

/usr/bin/pdebuild --pbuilder cowbuilder --buildresult `dirname \$PWD` --debsign-k "Andreas Tille <tille@debian.org>"
cd ..
lintian -i --display-info *.deb *.dsc

exit
