* Added Vcs-Svn field to debian/control.
* Reworked debian/rules to make it a bit clearer what happens.
* Adopt the new Tcl/Tk policy and move the lib into /usr/lib/tcltk.
-
- -- Sven Hoexter <sven@timegate.de> Tue, 25 Dec 2007 21:49:02 +0100
+ * Added patch reformat-tclcurl3 to prevent confusion of man.
+
+ -- Sven Hoexter <sven@timegate.de> Wed, 13 Feb 2008 21:21:39 +0100
tclcurl (7.16.2-1) unstable; urgency=low
--- /dev/null
+Index: TclCurl-7.17.1/doc/tclcurl.n
+===================================================================
+--- TclCurl-7.17.1.orig/doc/tclcurl.n 2008-02-13 21:17:31.000000000 +0100
++++ TclCurl-7.17.1/doc/tclcurl.n 2008-02-13 21:18:26.000000000 +0100
+@@ -676,10 +676,10 @@
+
+ .TP
+ .B -cookie
+-Pass a string as parameter. It will be used to
+-set a cookie in the http request. The format of the string should be
+-'[NAME]=[CONTENTS];'. Where NAME is the cookie name and CONTENTS is
+-what the cookie should contain.
++Pass a string as parameter.
++It will be used to set a cookie in the http request. The format of
++the string should be '[NAME]=[CONTENTS];'. Where NAME is the cookie
++name and CONTENTS is what the cookie should contain.
+
+ If you need to set mulitple cookies, you need to set them all using
+ a single option and thus you need to concatenate them all in one single string.