From 1e9a4d1cbb6bc2cc47b252c7119c62cf86bbadcb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Dec 2022 20:30:43 +0000 Subject: [PATCH] packaging: Run update-build-deps script And add the marker it uses. Signed-off-by: Ian Jackson --- debian/control | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 67f4303..23e1b7b 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,40 @@ Section: net Priority: optional Build-Depends: debhelper (>= 12), cargo, rustc, python3-sphinx, python3-recommonmark, python3-sphinx-markdown-tables, - moreutils, libssl-dev (>= 1.1), pkg-config + moreutils, libssl-dev (>= 1.1), pkg-config, +# debian/update-build-deps manages these: + librust-backtrace-dev , + librust-base64-dev , + librust-clap-dev , + librust-easy-ext-dev , + librust-educe-dev , + librust-either-dev , + librust-env-logger+default-dev , + librust-eyre-dev , + librust-fehler-dev , + librust-futures-dev , + librust-heck-dev , + librust-hyper-dev , + librust-hyper-tls-dev , + librust-indenter-dev , + librust-ipnet-dev , + librust-itertools-dev , + librust-lazy-regex-dev , + librust-lazy-static-dev , + librust-libc-dev , + librust-log-dev , + librust-memchr-dev , + librust-mime-dev , + librust-nix-dev , + librust-parking-lot-dev , + librust-pin-project-lite-dev , + librust-regex-dev , + librust-sha2-dev , + librust-subtle-dev , + librust-syslog-dev , + librust-thiserror-dev , + librust-tokio-dev , + librust-void-dev , Standards-Version: 4.6.1 Package: hippotat-client -- 2.30.2