summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-31 08:53:19 +0000
committerLars Wirzenius <liw@liw.fi>2021-03-31 08:53:19 +0000
commit97b32c088338e3764c7e356b5d1e2a0069d18dd6 (patch)
tree2ec736d0389615a4417b038b208910d195452e01
parente08dcd8a0f81ad138d901e9f3e78ec61ef8b1d44 (diff)
parent715e91ee785dda66368bdd945f6b83d57e0e791b (diff)
downloadbumper-rs-97b32c088338e3764c7e356b5d1e2a0069d18dd6.tar.gz
Merge branch 'fix-build-dep' into 'main'
fix: add moreutils to build-deps See merge request larswirzenius/bumper!4
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 1314995..02f0f80 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
dh-cargo,
git,
libssl-dev,
+ moreutils,
pkg-config,
python3,
subplot,