#!/bin/sh -vx

ORIG=$PWD/debian.orig
DEST=$PWD/speech-dispatcher-0.6.7~rc1

rm -rf $DEST *.deb *.dsc *gz
cp -a $ORIG/* .
cd patches
cp -a * $DEST/debian/patches
ls -1 1* >> $DEST/debian/patches/00list
cd $DEST
patch -p1 < debian/patches/debian.patch

fakeroot dpkg-buildpackage
##fakeroot dpkg-buildpackage -tc

