[Debian-tex-commits] SVN tex-common commit + diffs: r3827 - in tex-common/trunk: debian scripts
Norbert Preining
preining at alioth.debian.org
Tue Mar 17 20:50:20 UTC 2009
Author: preining
Date: 2009-03-17 20:50:20 +0000 (Tue, 17 Mar 2009)
New Revision: 3827
Modified:
tex-common/trunk/debian/changelog
tex-common/trunk/scripts/postinst-texlsr
Log:
using dh_installtex --flavor formats:build_all breaks because we
removed the calls to update-fmtutil etc. Readd all those calls
(Closes: #520166)
Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog 2009-03-17 20:49:10 UTC (rev 3826)
+++ tex-common/trunk/debian/changelog 2009-03-17 20:50:20 UTC (rev 3827)
@@ -2,8 +2,11 @@
* remove developer only information from debian/NEWS (Closes: #519964)
and include the information in the changelog entry for 1.15.
+ * using dh_installtex --flavor formats:build_all breaks because we
+ removed the calls to update-fmtutil etc. Readd all those calls
+ (Closes: #520166)
- -- Norbert Preining <preining at debian.org> Mon, 16 Mar 2009 14:47:27 +0100
+ -- Norbert Preining <preining at debian.org> Tue, 17 Mar 2009 21:49:51 +0100
tex-common (1.16) unstable; urgency=low
Modified: tex-common/trunk/scripts/postinst-texlsr
===================================================================
--- tex-common/trunk/scripts/postinst-texlsr 2009-03-17 20:49:10 UTC (rev 3826)
+++ tex-common/trunk/scripts/postinst-texlsr 2009-03-17 20:50:20 UTC (rev 3827)
@@ -46,6 +46,13 @@
case "$1" in
configure|abort-upgrade|abort-remove|abort-deconfigure)
+ # These programs are all in tex-common and can be run immediately.
+ # In fact it *does* hurt not calling them since we might
+ # have formats installed and we call with --all, so not the
+ # trigger action is done, but the postinst runs the fmtutil-sys call
+ update-updmap --quiet
+ update-language
+ update-fmtutil
# All of the following needs an installed and configured
# basic TeX system, so check this.
if dhit_libkpathsea_configured; then
More information about the Debian-tex-commits
mailing list