From b08ef44f8c33bff5c8d48be037d92721d50bc3d3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 10:59:30 +0100 Subject: [PATCH] debian/control: Go back to un-versioned dep on base64 I would rather deal with API breakage as compiler errors, than dependency errors. Signed-off-by: Ian Jackson --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 07fdcda..3ac7144 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,9 @@ Build-Depends: debhelper (>= 12), cargo, rustc, python3-sphinx, python3-recommonmark, python3-sphinx-markdown-tables, moreutils, libssl-dev (>= 1.1), pkg-config, # debian/update-build-deps manages these: - librust-backtrace-dev , librust-base64-0.21-dev , + librust-backtrace-dev , + librust-base64-dev , librust-clap-3+derive-dev , librust-easy-ext-dev , librust-educe-dev , -- 2.30.2