all: clean mkdir build cp -a GISpatcher build find build/GISpatcher -name ".svn" | xargs rm -rf ( cd build/GISpatcher ; dpkg-buildpackage -rfakeroot -uc -us ) # note: the options -us and -uc surpress gpg signatures of source and binary packages clean: rm -rf build