feat(devtools): add build commands to deb-package.sh

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
This commit is contained in:
Sandro-Alessio Gierens 2023-09-09 09:22:47 +02:00 committed by Christina Sørensen
parent a4d302df46
commit 8f10db1af6
No known key found for this signature in database
GPG key ID: 26C542FD97F965CE

View file

@ -17,6 +17,9 @@ ARCH="amd64"
DEB_TMP_DIR="${NAME}_${VERSION}_${ARCH}"
DEB_PACKAGE="${NAME}_${VERSION}_${ARCH}.deb"
cargo build --release --features vendored-libgit2
just man
read -r -d '' DEB_CONTROL << EOM
Package: ${NAME}
Version: ${VERSION}