build.sh: split overly long line
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ce6a87d513
commit
a367f6a0d8
9
build.sh
9
build.sh
@ -20,7 +20,14 @@ if [ -e "$CONTROL" ]; then
|
|||||||
rm -f "$PWD/${CRATE}/debian/control"
|
rm -f "$PWD/${CRATE}/debian/control"
|
||||||
fi
|
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}"
|
cd "build/${CRATE}"
|
||||||
rm -f debian/source/format.debcargo.hint
|
rm -f debian/source/format.debcargo.hint
|
||||||
${BUILDCMD}
|
${BUILDCMD}
|
||||||
|
Loading…
Reference in New Issue
Block a user