diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 92eaf2b..a732ec0 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: cargo:native (>= 0.56.0), rustc:native (>= 1.63), libstd-rust-dev (>= 1.63), - pkg-config, + pkgconf, bash-completion, python3:native, libcurl4-gnutls-dev | libcurl4-openssl-dev, @@ -25,7 +25,8 @@ Build-Depends: libssl-dev, zlib1g-dev, zlib1g-dev:native, - git <!nocheck> +# temporarily removed cause of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066794 / t64 +# git <!nocheck> Homepage: https://crates.io/ Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/rust-team/cargo.git |