diff --git a/build.sh b/build.sh index ee0df8a1..2a9ee959 100755 --- a/build.sh +++ b/build.sh @@ -20,7 +20,14 @@ if [ -e "$CONTROL" ]; then rm -f "$PWD/${CRATE}/debian/control" fi -debcargo package --config "$PWD/${CRATE}/debian/debcargo.toml" --changelog-ready --no-overlay-write-back --directory "$PWD/build/${CRATE}" "${CRATE}" "$(dpkg-parsechangelog -l "${CRATE}/debian/changelog" -SVersion | sed -e 's/-.*//')" +debcargo package \ + --config "$PWD/${CRATE}/debian/debcargo.toml" \ + --changelog-ready \ + --no-overlay-write-back \ + --directory "$PWD/build/${CRATE}" \ + "${CRATE}" \ + "$(dpkg-parsechangelog -l "${CRATE}/debian/changelog" -SVersion | sed -e 's/-.*//')" + cd "build/${CRATE}" rm -f debian/source/format.debcargo.hint ${BUILDCMD}