[subversion-commit] SVN tetex commit + diffs: r148 - tetex-bin/trunk/debian

Frank Küster frank at costa.debian.org
Fri Aug 19 12:45:07 UTC 2005


Author: frank
Date: 2005-08-19 12:45:06 +0000 (Fri, 19 Aug 2005)
New Revision: 148

Modified:
   tetex-bin/trunk/debian/changelog
   tetex-bin/trunk/debian/postinst.in
Log:
make our own calls to update-* use --quiet

Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog	2005-08-19 12:34:04 UTC (rev 147)
+++ tetex-bin/trunk/debian/changelog	2005-08-19 12:45:06 UTC (rev 148)
@@ -2,8 +2,9 @@
 
   * Fix a syntax error in the postinst script, thanks to Jörg Sommer
     <joerg at alea.gnuu.de> (closes: #323826) [frank]
+  * Make all update-* calls use the --quiet option
 
- -- Frank Küster <frank at debian.org>  Fri, 19 Aug 2005 14:33:20 +0200
+ -- Frank Küster <frank at debian.org>  Fri, 19 Aug 2005 14:43:24 +0200
 
 tetex-bin (3.0-6) experimental; urgency=low
 

Modified: tetex-bin/trunk/debian/postinst.in
===================================================================
--- tetex-bin/trunk/debian/postinst.in	2005-08-19 12:34:04 UTC (rev 147)
+++ tetex-bin/trunk/debian/postinst.in	2005-08-19 12:45:06 UTC (rev 148)
@@ -2,7 +2,7 @@
 #!/bin/sh -e
 # 
 # postinst maintainer script for the Debian <:=${PACKAGE}:> package.
-# $Id: postinst.in,v 1.1.2.6 2005/03/14 15:32:13 frank Exp $
+# $Id$
 <:=@COPYRIGHT:>//
 
 ## Define static variables we need
@@ -75,7 +75,7 @@
 # normal install    
 
     # create and sanitize texmf.cnf, introducing TEXMFSYSVAR:
-    update-texmf
+    update-texmf --quiet
 # upgrade since woody
     # This should have updated it correctly, but it need not: If the
     # user has edited it and refused to accept our changes (or if
@@ -104,7 +104,7 @@
       mv $TEXMFSYSVAR/fmtutil.cnf $TEXMFSYSVAR/fmtutil.cnf.$MOVE_EXT
     fi
     # now generate the new fmtutil.cnf
-    update-fmtutil
+    update-fmtutil --quiet
     # now we have to check whether there are user-added lines, create a local 
     # configuration file, and run the update program once more if yes.
     if [ -f $ETC_FMTCNF ]; then
@@ -115,7 +115,7 @@
 
 # upgrade from woody
     # updmap.cfg handling
-    update-updmap
+    update-updmap --quiet
     # if  $TEXMFSYSVAR/updmap.cfg is a symlink, we have to move it out of the way.
     if [ -L $TEXMFSYSVAR/updmap.cfg ]; then
       mv $TEXMFSYSVAR/updmap.cfg $TEXMFSYSVAR/updmap.cfg.$MOVE_EXT
@@ -125,7 +125,7 @@
     if [ -f $ETC_MAPCFG ]; then
       create_localconf $ETC_MAPCFG $VAR_MAPCFG \\
 	/etc/texmf/updmap.d/99postinst.cfg update-updmap \
-	&& update-updmap
+	&& update-updmap --quiet
     fi
 
     # xdvi.bin is also provided by other packages




More information about the Pkg-tetex-commits mailing list