diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 13:07:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 13:07:03 +0000 |
commit | 6585a631808de8aa74750c2cf30c15075a0be777 (patch) | |
tree | 1050f06c24b73e8c93c7957acbe16622627f1a32 /debian | |
parent | Releasing progress-linux version 0.70.1+ds1-2~progress7.99u1. (diff) | |
download | cargo-6585a631808de8aa74750c2cf30c15075a0be777.tar.xz cargo-6585a631808de8aa74750c2cf30c15075a0be777.zip |
Merging debian version 0.70.1+ds1-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 41a3079..023df57 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~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/control b/debian/control index b965a65..4c05d1b 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: cargo:native (>= 0.56.0), rustc:native (>= 1.65), libstd-rust-dev (>= 1.65), - pkg-config, + pkgconf, bash-completion, python3:native, libcurl4-gnutls-dev | libcurl4-openssl-dev, @@ -28,7 +28,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-Browser: https://git.progress-linux.org/packages/graograman-backports/cargo |