allow to pass through options to debuild

This commit is contained in:
Martin A. Brown 2016-04-27 14:20:00 -04:00
parent 20432ef524
commit 4e337f2e0b
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ git archive \
--to-stdout \
> "${TARBALL}"
exec debuild
exec debuild "$@"
# -- end of file