summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-15 20:25:58 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-15 20:25:58 +0300
commitc1eb3cbc47d65e5f4e7c92e0c039c7206911cb73 (patch)
tree171d126f8b470f5438b45025cd72f85392f62651 /debian
parent794ea63e46212941e73ca3933d30431d43d469b3 (diff)
downloadjt2-c1eb3cbc47d65e5f4e7c92e0c039c7206911cb73.tar.gz
test: support CARGO_TARGET_DIR
Cargo can put the target binaries in a user-chosen location. Support that by querying cargo for the location instead of assuming it. Sponsored-by: author
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 336dd98..332bbe5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends:
build-essential,
black,
dh-cargo,
+ jq,
moreutils,
python3,
subplot,