+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.
--- /dev/null
+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>