#!/bin/sh

A=$(pwd)
B=${A/*\//}
C=${B/-/_}

dpkg-buildpackage -rfakeroot -k2B555AEE && make distclean && lintian -i ../${C}_i386.changes

