chiark / gitweb /
debian/control: Go back to un-versioned dep on base64
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 09:59:30 +0000 (10:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 11:29:42 +0000 (12:29 +0100)
I would rather deal with API breakage as compiler errors, than
dependency errors.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/control

index 07fdcda09d79b5a6594237e798acc96e8ec303be..3ac7144f3e73f1166f761572c976bbd3f0534620 100644 (file)
@@ -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 <!upstream-cargo>,
     librust-base64-0.21-dev <!upstream-cargo>,
+    librust-backtrace-dev <!upstream-cargo>,
+    librust-base64-dev <!upstream-cargo>,
     librust-clap-3+derive-dev <!upstream-cargo>,
     librust-easy-ext-dev <!upstream-cargo>,
     librust-educe-dev <!upstream-cargo>,