]> git.sven.stormbind.net Git - sven/tclcurl.git/commitdiff
* Added patch reformat-tclcurl3 to prevent confusion of man.
authorSven Hoexter <sven@timegate.de>
Wed, 13 Feb 2008 20:25:15 +0000 (20:25 +0000)
committerSven Hoexter <sven@timegate.de>
Wed, 13 Feb 2008 20:25:15 +0000 (20:25 +0000)
debian/changelog
debian/patches/reformat-tclcurl3 [new file with mode: 0644]
debian/patches/series

index 097a1b266f514cd5ae055b156f7d104cd40e1e83..18b3f4b6e75752130dd2ebe5e70f93a6240c6429 100644 (file)
@@ -13,8 +13,9 @@ tclcurl (7.17.1-1) unstable; urgency=low
   * 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
 
diff --git a/debian/patches/reformat-tclcurl3 b/debian/patches/reformat-tclcurl3
new file mode 100644 (file)
index 0000000..39db636
--- /dev/null
@@ -0,0 +1,19 @@
+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.
index f25af7debb8fcb7fad2b140e8c2a246fe4d851e2..e0cf889a2edeefea8b3aeffd9a232b97c0c684bd 100644 (file)
@@ -1,2 +1,3 @@
+reformat-tclcurl3
 correct-linking
 man-section