[subversion-commit] SVN tex-common commit + diffs: r946 - in
tex-common/trunk: debian scripts
Norbert Preining
preining-guest at costa.debian.org
Sat Feb 25 03:32:40 UTC 2006
Author: preining-guest
Date: 2006-02-25 03:32:39 +0000 (Sat, 25 Feb 2006)
New Revision: 946
Modified:
tex-common/trunk/debian/changelog
tex-common/trunk/scripts/postinst-tex
Log:
fix a missing dhit_ prefix in postinst-tex autoscript.
Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog 2006-02-24 18:39:03 UTC (rev 945)
+++ tex-common/trunk/debian/changelog 2006-02-25 03:32:39 UTC (rev 946)
@@ -9,8 +9,10 @@
* Add many more md5sums for obsolete conffiles. And add a script in the
source package to check whether we now catch all of them. Many thanks
to Andreas Tille! [frank]
+ * Fix the missing dhit_ prefix to the build_format call in
+ postinst-tex autoscript [preining]
- -- Frank Küster <frank at debian.org> Fri, 24 Feb 2006 18:35:01 +0100
+ -- Norbert Preining <preining at logic.at> Sat, 25 Feb 2006 04:17:21 +0100
tex-common (0.17) unstable; urgency=low
Modified: tex-common/trunk/scripts/postinst-tex
===================================================================
--- tex-common/trunk/scripts/postinst-tex 2006-02-24 18:39:03 UTC (rev 945)
+++ tex-common/trunk/scripts/postinst-tex 2006-02-25 03:32:39 UTC (rev 946)
@@ -71,7 +71,7 @@
# X=$(fmtutil-sys --catcfg | grep "^$1[[:space:]]" || true)
X=$(grep "^[[:space:]]*$1[[:space:]]" $fmtcnffile || true)
if [ -n "$X" ] ; then
- build_format --byhyphen "$2"
+ dhit_build_format --byhyphen "$2"
fi
}
More information about the Pkg-tetex-commits
mailing list