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

Frank Küster frank at costa.debian.org
Wed Oct 18 14:47:10 UTC 2006


Author: frank
Date: 2006-10-18 14:47:09 +0000 (Wed, 18 Oct 2006)
New Revision: 1854

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/debianize-updmap
Log:
close a debianize-updmap bug that has not yet arrived at the BTS...


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-10-18 13:37:04 UTC (rev 1853)
+++ tex-common/trunk/debian/changelog	2006-10-18 14:47:09 UTC (rev 1854)
@@ -1,3 +1,10 @@
+tex-common (0.35~1) unreleased; urgency=low
+
+  * Use local variables in debianize-updmap, so that the right file for
+    enabling font maps will be found (closes: )
+
+ -- Frank Küster <frank at debian.org>  Wed, 18 Oct 2006 16:43:07 +0200
+
 tex-common (0.34) unstable; urgency=medium
 
   * Handle non-writable /usr/local gracefully upon removal, thanks to Sam

Modified: tex-common/trunk/scripts/debianize-updmap
===================================================================
--- tex-common/trunk/scripts/debianize-updmap	2006-10-18 13:37:04 UTC (rev 1853)
+++ tex-common/trunk/scripts/debianize-updmap	2006-10-18 14:47:09 UTC (rev 1854)
@@ -348,6 +348,8 @@
 {
 #  verboseMsg "entering disableMapInner"
   map=$1
+  local debCnfFile
+
   noverbose="$2"
   oldverbose="$verbose"
   if [ -n "$noverbose" ]; then
@@ -397,6 +399,7 @@
 {
   mapType=$1
   mapName=$2
+  local debCnfFile=""
   case $1 in
     Map|MixedMap)
       ;;
@@ -542,6 +545,9 @@
   echo "Please read the updmap(1) manpage and edit those files."
   echo ""
   echo "Instead of editing, you will now be shown updmap.cfg in a pager."
+  echo ""
+  echo "Press enter to continue."
+  read dummy
   
   sensible-pager $cnfFile
 




More information about the Debian-tex-commits mailing list