]> git.sven.stormbind.net Git - sven/tclcurl.git/commitdiff
Add debian/patches/deprecated-curl-types to no longer include curl/types.h and curl...
authorSven Hoexter <sven@timegate.de>
Thu, 4 Aug 2011 17:53:25 +0000 (19:53 +0200)
committerSven Hoexter <sven@timegate.de>
Thu, 4 Aug 2011 17:53:25 +0000 (19:53 +0200)
debian/changelog
debian/patches/deprecated-curl-types [new file with mode: 0644]
debian/patches/series

index db271fe23ac0b210e16b5de3cc849d06a6c06071..b160825b76e7cbabc67cdf5eb7f05b19faa629ca 100644 (file)
@@ -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 <hoexter@debian.org>  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 (file)
index 0000000..8112151
--- /dev/null
@@ -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 <curl/curl.h>
+-#include <curl/types.h>
+-#include <curl/easy.h>
+ #include <tcl.h>
+ #include <tclDecls.h>
+ #include <stdio.h>
index d37947f6c976ced4ccd86a5e8997811966d1be39..0482681a4e3ad7e40f757917b2e4a5f6ebcfe04e 100644 (file)
@@ -4,3 +4,4 @@ reformat-tclcurl3
 man-spelling
 man-hyphen-as-minus
 correct-linking
+deprecated-curl-types