From e728e5ed9dfed53d469404ac57bca39b698e2659 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 24 Dec 2018 11:34:16 +0000 Subject: [PATCH] bin/mdw-sbuild: Ignore version-control cruft when making source package. --- bin/mdw-sbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?" -- 2.11.0