chiark / gitweb /
bin/mdw-sbuild: Don't require build-deps to make the source package.
[profile] / bin / mdw-sbuild
index 2fd31ff9a389357314d6b67d47ae8a39eef61742..f9ceee5f58dda3770c4260e4ae1ae86df7b2f42e 100755 (executable)
@@ -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?"