[subversion-commit] SVN tex-common commit + diffs: r1075 - in tex-common/trunk: debian scripts

Frank Küster frank at costa.debian.org
Thu Mar 16 18:06:20 UTC 2006


Author: frank
Date: 2006-03-16 18:06:19 +0000 (Thu, 16 Mar 2006)
New Revision: 1075

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/update-fontlang
Log:
update-fontlang: Change the note that is displayed when the output
file is a symlink to an error message (displayed also in quiet mode)
(closes: #357289) [frank] 


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-03-16 17:55:11 UTC (rev 1074)
+++ tex-common/trunk/debian/changelog	2006-03-16 18:06:19 UTC (rev 1075)
@@ -7,9 +7,12 @@
     #<dlist at bluewin.ch> (closes: #356840) [frank]
     # incomplete
   * Add a remark in README.Debian that per default users are not member of
-    the "users" group, probably closes #356960
+    the "users" group, probably closes #356960 [frank]
+  * update-fontlang: Change the note that is displayed when the output
+    file is a symlink to an error message (displayed also in quiet mode)
+    (closes: #357289) [frank] 
 
- -- Frank Küster <frank at debian.org>  Wed, 15 Mar 2006 20:38:51 +0100
+ -- Frank Küster <frank at debian.org>  Thu, 16 Mar 2006 19:07:14 +0100
 
 tex-common (0.19) unstable; urgency=low
 

Modified: tex-common/trunk/scripts/update-fontlang
===================================================================
--- tex-common/trunk/scripts/update-fontlang	2006-03-16 17:55:11 UTC (rev 1074)
+++ tex-common/trunk/scripts/update-fontlang	2006-03-16 18:06:19 UTC (rev 1075)
@@ -231,9 +231,8 @@
 perform_sanity_checks()
 {
     if [ -L "$output_file" ]; then
-        if [ $quiet = 0 ]; then
-            echo "$progname: $output_file is a symbolic link; won't do anything"
-        fi
+        # This might cause errors, so do not skip this echo when quiet.
+        echo "$progname: $output_file is a symbolic link; won't do anything" >&2
         exit 0
     fi
 




More information about the Pkg-tetex-commits mailing list