[Debian-tex-commits] SVN tex-common commit + diffs: r2562 - in tex-common/trunk: debian scripts

Frank Küster frank at alioth.debian.org
Fri Mar 9 16:12:26 CET 2007


Author: frank
Date: 2007-03-09 15:12:25 +0000 (Fri, 09 Mar 2007)
New Revision: 2562

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/postrm-tex
Log:
- Make sure that dh_installtex's postrm snippets won't try to run
  fmtutil-sys when it might be already uninstalled.
- prepare new upload to experimental


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2007-03-09 13:05:45 UTC (rev 2561)
+++ tex-common/trunk/debian/changelog	2007-03-09 15:12:25 UTC (rev 2562)
@@ -1,11 +1,13 @@
-tex-common (1.2~1) UNRELEASED; urgency=low
+tex-common (1.2) experimental; urgency=low
 
   * rename flavor format:no_format_links to format:no_links (nobody is using
     it already), and document it [NP]
   * increase trie_size to 400000 to allow the loading of all texlive 
     hyphenation patterns [NP]
+  * Make sure that dh_installtex's postrm snippets won't try to run
+    fmtutil-sys when it might be already uninstalled.
 
- -- Norbert Preining <preining at debian.org>  Fri,  2 Mar 2007 04:08:35 +0100
+ -- Frank Küster <frank at debian.org>  Fri,  9 Mar 2007 16:12:17 +0100
 
 tex-common (1.1) experimental; urgency=low
 

Modified: tex-common/trunk/scripts/postrm-tex
===================================================================
--- tex-common/trunk/scripts/postrm-tex	2007-03-09 13:05:45 UTC (rev 2561)
+++ tex-common/trunk/scripts/postrm-tex	2007-03-09 15:12:25 UTC (rev 2562)
@@ -41,7 +41,7 @@
     fmtcnffile=$(kpsewhich --format='web2c files' fmtutil.cnf)
     X=$(grep "^[[:space:]]*$1[[:space:]]" "$fmtcnffile" || true)
     if [ -n "$X" ] ; then
-        dhit_build_format --byhyphen "$2"
+        dhit_check_run_without_errors fmtutil-sys --byhyphen "$2"
     fi
 }
 
@@ -57,7 +57,7 @@
                 for fmt in #FORMATS# ; do
                     rm -f /var/lib/texmf/web2c/$fmt.*
                 done
-                dhit_build_format --all
+                dhit_check_run_without_errors fmtutil-sys --all
             fi
             if [ "$i" = format ] ; then
                 for fmt in #FORMATS# ; do




More information about the Debian-tex-commits mailing list