[subversion-commit] SVN tetex commit + diffs: r178 - in tex-common/trunk: conf/texmf.d debian scripts

Frank Küster frank at costa.debian.org
Fri Aug 26 07:18:41 UTC 2005


Author: frank
Date: 2005-08-26 07:18:39 +0000 (Fri, 26 Aug 2005)
New Revision: 178

Modified:
   tex-common/trunk/conf/texmf.d/95NonPath.cnf
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/update-fontlang
Log:
- change hyph_size again, to keep in sync with web2c and texlive
- add a missing redirection in update-fontlang (cosmetics)

Modified: tex-common/trunk/conf/texmf.d/95NonPath.cnf
===================================================================
--- tex-common/trunk/conf/texmf.d/95NonPath.cnf	2005-08-25 20:29:21 UTC (rev 177)
+++ tex-common/trunk/conf/texmf.d/95NonPath.cnf	2005-08-26 07:18:39 UTC (rev 178)
@@ -140,7 +140,8 @@
 % handled within a tenth of this size.
 buf_size = 200000
 
-hyph_size = 10000       % number of hyphenation exceptions, >610 and <32767.
+hyph_size = 8191        % number of hyphenation exceptions, >610 and <32767.
+			% (should be prime)
 nest_size = 500		% simultaneous semantic levels (e.g., groups)
 max_in_open = 15	% simultaneous input files and error insertions
 param_size = 5000	% simultaneous macro parameters

Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2005-08-25 20:29:21 UTC (rev 177)
+++ tex-common/trunk/debian/changelog	2005-08-26 07:18:39 UTC (rev 178)
@@ -1,3 +1,10 @@
+tex-common (0.7.1) UNRELEASED; urgency=low
+
+  * Change hyph_size to 8191 - according to DEK it should be a prime
+    number.  [frank]
+
+ -- Frank Küster <frank at debian.org>  Wed, 24 Aug 2005 20:40:48 +0200
+
 tex-common (0.7) unstable; urgency=low
 
   * take over installation of /var/cache/fonts/*, /usr/local/share/texmf

Modified: tex-common/trunk/scripts/update-fontlang
===================================================================
--- tex-common/trunk/scripts/update-fontlang	2005-08-25 20:29:21 UTC (rev 177)
+++ tex-common/trunk/scripts/update-fontlang	2005-08-26 07:18:39 UTC (rev 178)
@@ -333,7 +333,7 @@
     fi
 
     # Make sure $conf_dir is an absolute path
-    if echo "$conf_dir" | grep -e '^[^/]'; then
+    if echo "$conf_dir" | grep -e '^[^/]' >/dev/null; then
         conf_dir="${PWD}/${conf_dir}"
     fi
 fi




More information about the Pkg-tetex-commits mailing list