diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 30a4cf8..a6ff656 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cargo (0.70.1+ds1-3) unstable; urgency=medium + + * d/control: temporarily remove git test/build-dependecy + * d/control: switch pkg-config to pkgconf + + -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 17 Mar 2024 16:58:54 +0100 + cargo (0.70.1+ds1-2) unstable; urgency=medium [ Fabian Gruenbichler ] 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 |