#!/bin/sh
# debuild mit ispell
ispell -d british -g debian/control
ispell -d british -g debian/copyright
ispell -d british debian/changelog
if [ -s debian/README.Debian ] ; then
   ispell -d british debian/README.Debian
fi
debuild
