From 5251977699f8be759eb3a5a1f75b810dcf819619 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Thu, 4 Aug 2011 19:53:25 +0200 Subject: [PATCH] Add debian/patches/deprecated-curl-types to no longer include curl/types.h and curl/easy.h. Both are deprecated and got removed from recent curl releases. (Closes: #636558) --- debian/changelog | 8 ++++++++ debian/patches/deprecated-curl-types | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+) create mode 100644 debian/patches/deprecated-curl-types diff --git a/debian/changelog b/debian/changelog index db271fe..b160825 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +tclcurl (7.19.6-3) UNRELEASED; urgency=low + + * Add debian/patches/deprecated-curl-types to no longer include + curl/types.h and curl/easy.h. Both are deprecated and got removed + from recent curl releases. (Closes: #636558) + + -- Sven Hoexter Thu, 04 Aug 2011 19:52:22 +0200 + tclcurl (7.19.6-2) unstable; urgency=low * Bumb Standards-Version to 3.9.2 - no changes. diff --git a/debian/patches/deprecated-curl-types b/debian/patches/deprecated-curl-types new file mode 100644 index 0000000..8112151 --- /dev/null +++ b/debian/patches/deprecated-curl-types @@ -0,0 +1,15 @@ +curl/types.h and curl/easy.h includes are deprecated +See also: +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636558 +Forwarded to Upstream via e-mail. +--- a/generic/tclcurl.h ++++ b/generic/tclcurl.h +@@ -16,8 +16,6 @@ + #endif + + #include +-#include +-#include + #include + #include + #include diff --git a/debian/patches/series b/debian/patches/series index d37947f..0482681 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ reformat-tclcurl3 man-spelling man-hyphen-as-minus correct-linking +deprecated-curl-types -- 2.39.2