[Debian-tex-commits] SVN tex-common commit + diffs: r3019 - in tex-common/trunk: debian scripts
Florent Rougon
frn at alioth.debian.org
Thu Jul 5 11:34:09 UTC 2007
Author: frn
Date: 2007-07-05 11:34:09 +0000 (Thu, 05 Jul 2007)
New Revision: 3019
Modified:
tex-common/trunk/debian/changelog
tex-common/trunk/scripts/update-fontlang
Log:
* Fix in update-fontlang:
"<function> <args>" instead of "<function>() <args>"
* Make update-fontlang svn:executable.
* Document the last changes in debian/changelog.
Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog 2007-07-05 11:21:14 UTC (rev 3018)
+++ tex-common/trunk/debian/changelog 2007-07-05 11:34:09 UTC (rev 3019)
@@ -1,9 +1,20 @@
tex-common (1.9~1) unstable; urgency=low
- * do something with update-fontlang ... Florent please fill in stuff here
+ * update-fontlang:
+ - properly handle file paths containing spaces;
+ - when the jadetex or xmltex snippet is not included, write an
+ explanation to fmtutil.cnf;
+ - only trigger special behavior on 40jadetex.cnf, not on
+ *40jadetex.cnf; same thing with 40xmltex.cnf and
+ 10texlive-latex-base.cnf;
+ - use 0 and 1 instead of "false" and "true" for $seen_latex in order
+ to be consistent with the rest of the script.
+ [florent]
+
* add warning to the pod documentation / man page of dh_installtex that
it will add management calls to *all* packages if not instructed
otherwise (Closes: #400742) [np]
+
* remove duplicate TEXDOC configuration in 45TeXinputs.cnf which gave
.html a higher priority then pdf.gz. Thanks Jörg. (Closes: #431610) [np]
Modified: tex-common/trunk/scripts/update-fontlang
===================================================================
--- tex-common/trunk/scripts/update-fontlang 2007-07-05 11:21:14 UTC (rev 3018)
+++ tex-common/trunk/scripts/update-fontlang 2007-07-05 11:34:09 UTC (rev 3019)
@@ -229,7 +229,7 @@
| grep -E "^$(basename "$file" ".$EXT")\$" >/dev/null;
then
if check_special_jadetex_xmltex "$file"; then
- do_not_include_snippet_that_depends_on_a_not_included_snippet() \
+ do_not_include_snippet_that_depends_on_a_not_included_snippet \
"$file"
else
include_file "$file"
Property changes on: tex-common/trunk/scripts/update-fontlang
___________________________________________________________________
Name: svn:executable
+ *
More information about the Debian-tex-commits
mailing list