Add debian packaging

This commit is contained in:
Jeremy Soller 2023-10-03 07:52:34 -06:00
parent ce0f2984c6
commit 7879114476
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
8 changed files with 63 additions and 2 deletions

View file

@ -41,7 +41,7 @@ check-json: (check '--message-format=json')
# Run with debug logs
run *args:
env RUST_LOG=debug RUST_BACKTRACE=1 cargo run --release {{args}}
env RUST_LOG=debug RUST_BACKTRACE=full cargo run --release {{args}}
# Installs files
install:
@ -62,6 +62,5 @@ vendor:
# Extracts vendored dependencies
vendor-extract:
#!/usr/bin/env sh
rm -rf vendor
tar pxf vendor.tar