X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/2a5c4333ed94acad2786f3e31c31648c6dd0e7a0..675455c2159ddadcc96a04b470d9516d54bd7fe7:/bin/mdw-sbuild diff --git a/bin/mdw-sbuild b/bin/mdw-sbuild index f9ceee5..a8864c7 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 -d +dpkg-buildpackage -S -uc -us -d -i cd .. dsc=${pkg}_${ver}.dsc [ -f "$dsc" ] || fail "where is my \`.dsc' file?"