From: Mark Wooding Date: Mon, 24 Dec 2018 11:34:16 +0000 (+0000) Subject: bin/mdw-sbuild: Ignore version-control cruft when making source package. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/e728e5ed9dfed53d469404ac57bca39b698e2659 bin/mdw-sbuild: Ignore version-control cruft when making source package. --- 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?"