diff options
Diffstat (limited to 'debian/patches/d-0011-cargo-remove-nghttp2.patch')
-rw-r--r-- | debian/patches/d-0011-cargo-remove-nghttp2.patch | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/debian/patches/d-0011-cargo-remove-nghttp2.patch b/debian/patches/d-0011-cargo-remove-nghttp2.patch index b7ea72c53..00e59567c 100644 --- a/debian/patches/d-0011-cargo-remove-nghttp2.patch +++ b/debian/patches/d-0011-cargo-remove-nghttp2.patch @@ -1,13 +1,16 @@ -Description: Remove nghttp2 from curl-sys crate -Author: Zixing Liu <zixing.liu@canonical.com> -Forwarded: not-needed +From: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> +Date: Mon, 6 May 2024 10:25:32 +0200 +Subject: d-0011-cargo-remove-nghttp2 + Last-Update: 2023-05-17 <YYYY-MM-DD, last update of the meta-information, optional> --- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: rust/vendor/curl-sys/Cargo.toml -=================================================================== ---- rust.orig/vendor/curl-sys/Cargo.toml -+++ rust/vendor/curl-sys/Cargo.toml + vendor/curl-sys/Cargo.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/vendor/curl-sys/Cargo.toml b/vendor/curl-sys/Cargo.toml +index 945ee8e..04b9800 100644 +--- a/vendor/curl-sys/Cargo.toml ++++ b/vendor/curl-sys/Cargo.toml @@ -52,7 +52,7 @@ version = "0.3.3" [features] default = ["ssl"] |