X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/6cf97414024dc9990deba102761ae5951da0200d..ccd96c4f2fa288f60aa6cbb87e1a83e6ff28c099:/bin/mdw-sbuild?ds=sidebyside diff --git a/bin/mdw-sbuild b/bin/mdw-sbuild index 2fd31ff..f9ceee5 100755 --- a/bin/mdw-sbuild +++ b/bin/mdw-sbuild @@ -88,7 +88,7 @@ case ${ver+t} in t) ;; *) fail "can't figure out the package version" ;; esac ## Build a Debian source package. Don't sign anything yet. That will happen ## at the end, all in one go. -dpkg-buildpackage -S -uc -us +dpkg-buildpackage -S -uc -us -d cd .. dsc=${pkg}_${ver}.dsc [ -f "$dsc" ] || fail "where is my \`.dsc' file?"