#!/bin/sh
## Lasse Kopie in ~/bin fr unstable Kompilierungen

debuild -k'Andreas Tille <tille@debian.org>' $@

exit

# Auch fr Group maintainance:
## Might the use of the pkg-zope-devel address in che changelog (with the
## use of "-k" switch for dpkg-buildpackage to specify the gpg key to use
## to sign the packages) be a good idea?
 
# dpkg-buildpackage -B -uc
dpkg-buildpackage -ktille@debian.org
cd ..
lintian *.deb
# debsign *.changes                                                   
# echo dput/dupload *.changes
