forked from Proxmox/proxmox
buildsys: remove format.debcarg.hint file
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
656ec1e7db
commit
46c15171e6
1
build.sh
1
build.sh
@ -22,6 +22,7 @@ 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/-.*//')"
|
||||
cd "build/${CRATE}"
|
||||
rm -f debian/source/format.debcargo.hint
|
||||
${BUILDCMD}
|
||||
|
||||
cp debian/control "$CONTROL"
|
||||
|
Loading…
Reference in New Issue
Block a user