[subversion-commit] SVN tetex commit + diffs: r507 - tex-common/trunk/debian

Frank Küster frank at costa.debian.org
Mon Feb 13 15:04:08 UTC 2006


Author: frank
Date: 2006-02-13 15:04:08 +0000 (Mon, 13 Feb 2006)
New Revision: 507

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/common.functions.in
Log:
reorganize tex-common's changelog with a collecting stanza for
common.functions; remove LaTeX and pdfLaTeX format files before trying
to recreate all format (closes: #352391) [frank]


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-02-13 14:57:10 UTC (rev 506)
+++ tex-common/trunk/debian/changelog	2006-02-13 15:04:08 UTC (rev 507)
@@ -1,13 +1,16 @@
 tex-common (0.15.1) UNRELEASED; urgency=low
 
   * Add dh_installtex for public perusal. [preining]
-  * Add md5sums for tetex-extra's former configuration files (closes:
-    #351649, #352486) [frank]
-  * Also add some forgotten md5sums for tetex-base, and make sure scripts
-    really stop if the md5sum is unknown (closes: #352688) [frank]
+  * common.functions.in:
+    - Add md5sums for tetex-extra's former configuration files (closes:
+      #351649, #352486) [frank]
+    - Also add some forgotten md5sums for tetex-base, and make sure scripts
+      really stop if the md5sum is unknown (closes: #352688) [frank]
+    - remove LaTeX and pdfLaTeX format files before trying to recreate all
+      format (closes: #352391) [frank]
+  
+ -- Frank Küster <frank at debian.org>  Mon, 13 Feb 2006 16:04:44 +0100
 
- -- Frank Küster <frank at debian.org>  Mon, 13 Feb 2006 15:56:30 +0100
-
 tex-common (0.15) unstable; urgency=high
 
   * Urgency high, because this version adds important checks that should

Modified: tex-common/trunk/debian/common.functions.in
===================================================================
--- tex-common/trunk/debian/common.functions.in	2006-02-13 14:57:10 UTC (rev 506)
+++ tex-common/trunk/debian/common.functions.in	2006-02-13 15:04:08 UTC (rev 507)
@@ -40,6 +40,12 @@
   options="$@"
   tempfile=`mktemp -p $MKTMPDIR tetex.postinst.XXXXXXXX`
   echo "Running fmtutil-sys. This may take some time. ..."
+  # for jadetex safety (see #352391 and friends), remove old latex formats
+  if [ "$options" = "--all" ];
+    then for file in latex.fmt latex.efmt latex.lg pdflatex.fmt pdflatex.efmt pdflatex.log; do
+      rm $TEXMFSYSVAR/web2c/file
+    done
+  fi
   if fmtutil-sys $options > $tempfile; then
     rm -f $tempfile
   else




More information about the Pkg-tetex-commits mailing list