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

Frank Küster frank at alioth.debian.org
Fri Nov 10 08:08:06 CET 2006


Author: frank
Date: 2006-11-10 08:08:05 +0100 (Fri, 10 Nov 2006)
New Revision: 1947

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/postinst-tex
   tex-common/trunk/scripts/postinst-texfonts
   tex-common/trunk/scripts/postinst-texlsr
Log:
  * changelog editing: fix wrong bugnumber in last upload [frank]
  * Add a more verbose explanation to the warning when updmap-sys failed
    (closes: #397717), and echo errors to stderr. [frank]


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-11-09 01:58:36 UTC (rev 1946)
+++ tex-common/trunk/debian/changelog	2006-11-10 07:08:05 UTC (rev 1947)
@@ -1,3 +1,11 @@
+tex-common (0.39~1) unstable; urgency=low
+
+  * changelog editing: fix wrong bugnumber in last upload [frank]
+  * Add a more verbose explanation to the warning when updmap-sys failed
+    (closes: #397717), and echo errors to stderr. [frank]
+
+ -- Frank Küster <frank at debian.org>  Thu,  9 Nov 2006 13:17:21 +0100
+
 tex-common (0.38) unstable; urgency=low
 
   * install update-fontlang and the three links all into /usr/bin
@@ -5,7 +13,7 @@
     of update-fontlang. (Closes: #396822) [preining]
   * Clear up the description about user-specific configuration in
     TeX-on-Debian, many thanks to Géraud Meyer <geraud_meyer at hotmail.com>
-    (closes: #396823) [preining,frank]
+    (closes: #396826) [preining,frank]
   * Debconf translation updates: [frank]
     - French, thanks to Christian Perrier (closes: #395844)
     - Italian, thanks to Luca Monducci <luca.mo at tiscali.it> (closes:

Modified: tex-common/trunk/scripts/postinst-tex
===================================================================
--- tex-common/trunk/scripts/postinst-tex	2006-11-09 01:58:36 UTC (rev 1946)
+++ tex-common/trunk/scripts/postinst-tex	2006-11-10 07:08:05 UTC (rev 1947)
@@ -22,10 +22,15 @@
         rm -f $tempfile
         echo "done."
     else
+        exec >&2
         echo
         echo "updmap-sys failed. Output has been stored in"
         echo "$tempfile"
         echo "Please include this file if you report a bug."
+	echo
+	echo "Sometimes, not accepting conffile updates in /etc/texmf/updmap.d"
+	echo "causes updmap-sys to fail.  Please check for files with extension"
+	echo ".dpkg-dist or .ucf-new in this directory" 
         echo
         exit 1
     fi
@@ -59,6 +64,7 @@
         rm -f $tempfile
         echo "done."
     else
+        exec >&2
         echo
         echo "fmtutil-sys failed. Output has been stored in"
         echo "$tempfile"

Modified: tex-common/trunk/scripts/postinst-texfonts
===================================================================
--- tex-common/trunk/scripts/postinst-texfonts	2006-11-09 01:58:36 UTC (rev 1946)
+++ tex-common/trunk/scripts/postinst-texfonts	2006-11-10 07:08:05 UTC (rev 1947)
@@ -19,6 +19,7 @@
         rm -f $tempfile
 	echo " done."
     else
+        exec >&2
     	echo
 	echo "mktexlsr failed. Output has been stored in"
 	echo "$tempfile"
@@ -36,11 +37,16 @@
     	rm -f $tempfile
 	echo " done."
     else
+        exec >&2
     	echo
 	echo "updmap-sys failed. Output has been stored in"
 	echo "$tempfile"
 	echo "Please include this file if you report a bug."
 	echo
+	echo "Sometimes, not accepting conffile updates in /etc/texmf/updmap.d"
+	echo "causes updmap-sys to fail.  Please check for files with extension"
+	echo ".dpkg-dist or .ucf-new in this directory" 
+	echo
 	exit 1
     fi
 }

Modified: tex-common/trunk/scripts/postinst-texlsr
===================================================================
--- tex-common/trunk/scripts/postinst-texlsr	2006-11-09 01:58:36 UTC (rev 1946)
+++ tex-common/trunk/scripts/postinst-texlsr	2006-11-10 07:08:05 UTC (rev 1947)
@@ -33,6 +33,7 @@
         rm -f $tempfile
         echo "done."
     else
+        exec >&2
         echo
         echo "mktexlsr failed. Output has been stored in"
         echo "$tempfile"




More information about the Debian-tex-commits mailing list