* New upstream release.
+ Build-Depend at least on libcurl4 (>= 7.19.6).
+ + Refresh patches/correct-linking.
* Bumb Standards-Version to 3.8.3 - no changes.
- --
+ -- Sven Hoexter <hoexter@debian.org> Wed, 30 Sep 2009 20:55:25 +0200
tclcurl (7.19.0-1) unstable; urgency=low
See: http://lists.debian.org/debian-devel-announce/2006/09/msg00018.html
--- a/configure
+++ b/configure
-@@ -6914,7 +6914,16 @@ fi
- echo "${ECHO_T}yes" >&6; }
+@@ -7290,7 +7290,16 @@ fi
+ $as_echo "yes" >&6; }
- vars="`$curlpath/curl-config --libs`"
# Convert foo.lib to -lfoo for GCC. No-op if not *.lib
--- a/configure.in
+++ b/configure.in
-@@ -127,7 +127,16 @@ if test "${CURL_VERSION}" != "" ; then
+@@ -134,7 +134,16 @@ if test "${CURL_VERSION}" != "" ; then
fi
AC_MSG_RESULT(yes)
+
#--------------------------------------------------------------------
- # A few miscellaneous platform-specific items:
+ # __CHANGE__