[Pkg-tcltk-commits] r385 - tcl8.5/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Wed Nov 21 15:56:43 UTC 2007


Author: sgolovan-guest
Date: 2007-11-21 15:56:42 +0000 (Wed, 21 Nov 2007)
New Revision: 385

Modified:
   tcl8.5/trunk/debian/rules
Log:
[tcl8.5]
Fixed numbered character 244 in re_syntax.3tcl manual page.


Modified: tcl8.5/trunk/debian/rules
===================================================================
--- tcl8.5/trunk/debian/rules	2007-11-21 15:32:48 UTC (rev 384)
+++ tcl8.5/trunk/debian/rules	2007-11-21 15:56:42 UTC (rev 385)
@@ -111,6 +111,7 @@
 			       -e 's/tk(n)/tk(3tk)/g' \
 			       -e 's/winfo(n)/winfo(3tk)/g' \
 			       -e 's/(n)/(3tcl)/g' \
+			       -e "s/\\N'244'/\\[^o]/g" \
 			 | gzip -9 >$$f2 ; \
 	        rm $$f ; \
 	     fi ; \




More information about the Pkg-tcltk-commits mailing list