Add build.sh

This commit is contained in:
Michael Spang 2009-09-09 17:38:29 -04:00
parent ac79cd6e64
commit db6b95a7cf
1 changed files with 5 additions and 0 deletions

5
build.sh Executable file
View File

@ -0,0 +1,5 @@
if test -e .git; then
git-buildpackage --git-ignore-new -us -uc
else
debuild -us -uc
fi