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

Florent Rougon frn at alioth.debian.org
Mon Dec 11 19:24:13 CET 2006


Author: frn
Date: 2006-12-11 19:24:13 +0100 (Mon, 11 Dec 2006)
New Revision: 2053

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/postrm-texlsr
Log:
* Minor fixes to postrm-texlsr to avoid having too long lines (greater
  than 80 characters).


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-12-11 17:46:13 UTC (rev 2052)
+++ tex-common/trunk/debian/changelog	2006-12-11 18:24:13 UTC (rev 2053)
@@ -28,6 +28,9 @@
 
   * Fix to update-fontlang: don't forget the arguments to '-c' and '-o' in
     the usage message ('--help'). [florent]
+  
+  * Minor fixes to postrm-texlsr to avoid having too long lines (greater
+    than 80 characters). [florent]
 
   * remove the left-over definition of dhit_check_run_without_errors in
     postrm-tex, it is included in postrm-texlsr (Closes: #402068). [NP]

Modified: tex-common/trunk/scripts/postrm-texlsr
===================================================================
--- tex-common/trunk/scripts/postrm-texlsr	2006-12-11 17:46:13 UTC (rev 2052)
+++ tex-common/trunk/scripts/postrm-texlsr	2006-12-11 18:24:13 UTC (rev 2053)
@@ -35,7 +35,7 @@
     if which "$1" >/dev/null; then
         tempfile=$(mktemp -p /tmp checkrun.XXXXXXXX)
         if [ $silent = 0 ] ; then
-	    printf "Running $*. This may take some time..."
+	    printf "Running '$*'.\nThis may take some time..."
 	fi
         set +e
         if "$@" > $tempfile 2>&1 ; then
@@ -65,7 +65,8 @@
         # The mktexlsr call needs an installed and configured basic TeX
         # system, so check this.
         if dhit_libkpathsea_configured; then
-            dhit_check_run_without_errors mktexlsr #TEXMFTREES#
+            dhit_check_run_without_errors \
+              mktexlsr #TEXMFTREES#
         fi
     ;;
 




More information about the Debian-tex-commits mailing list