allow to pass through options to debuild

pull/2/head
Martin A. Brown 8 years ago
parent 20432ef524
commit 4e337f2e0b
  1. 2
      contrib/debian-release.sh

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

Loading…
Cancel
Save