[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Coordinating to let some TeX-related packages in: tex-common



Frank Küster <frank@kuesterei.ch> wrote:

> This e-mail is about tex-common, I'll send separate mails for the other
> packages.  I will upload tex-common_0.42 this evening, unless I learn
> that we need to revert anything, so it is "-1 days" old:
>
> tex-common, mostly documentation fixes:
>
> ,----
> | tex-common (0.42) unstable; urgency=low
> | 
> |   * Minor fixes to the documentation [frn]

Before the upload, Florent has extended the changelog and elaborated a
bit more on what he changed.  There are also some minor code changes:

   * 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]

The diff for the last issue is trivial:

--- postrm-texlsr	(revision 1887)
+++ postrm-texlsr	(revision 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
     ;;


Thanks for considering,

Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Reply to: