Package: msttcorefonts
Version: 2.2
Severity: normal

this is probably an accidental regression in the latest version.  the
tahoma font is no longer downloaded and installed with msttcorefonts
2.2.  this feature had previously been added in the msttcorefonts 2.0
release, but is now gone.

i've attached the patch again for your reference.  thanks for the hard
work.

mike

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages msttcorefonts depends on:
ii  cabextract                   1.2-2       a program to extract Microsoft Cab
ii  debconf                      1.5.14      Debian configuration management sy
ii  defoma                       0.11.10-0.1 Debian Font Manager -- automatic f
ii  wget                         1.10.2-3    retrieves files from the web
ii  xfonts-utils                 1:1.0.1-2   X Window System font utility progr

Versions of packages msttcorefonts recommends:
ii  x-ttcidfont-conf              25.1       Configure TrueType and CID fonts f

-- debconf information:
  msttcorefonts/http_proxy:
  msttcorefonts/defoma:
  msttcorefonts/dlurl:
  msttcorefonts/savedir:
  msttcorefonts/baddldir:
  msttcorefonts/dldir:
--- update-ms-fonts     2006-07-28 23:54:02.000000000 -0400
+++ update-ms-fonts-new 2006-07-28 23:55:10.000000000 -0400
@@ -1,7 +1,8 @@
 #!/bin/sh
 # Download and install the Microsoft Core Fonts for the Web
 #
-# (C) 2000,2001 Eric Sharkey.
+# (C) 2000,2001 Eric Sharkey
+# (C) 2006 Michael Gilbert.
 # You may freely distribute this file under the terms of the GNU General
 # Public License, version 2 or later.
 
@@ -61,36 +62,37 @@
 cd $SCRATCHDIR
 
 cat <<EOF > msfonts.info
-663974c9fe3ba55b228724fd4d4e445f  Andale_Mono.ttf                 andale32.exe 
andalemo.ttf
-3e7043e8125f1c8998347310f2c315bc  Arial_Black.ttf                 arialb32.exe 
ariblk.ttf
-f11c0317db527bdd80fa0afa04703441  Arial.ttf                       arial32.exe  
arial.ttf
-34cd8fd9e4fae9f075d4c9a2c971d065  Arial_Bold.ttf                  arial32.exe  
arialbd.ttf
-a2b3bcdb39097b6aed17a766652b92b2  Arial_Bold_Italic.ttf           arial32.exe  
arialbi.ttf
-25633f73d92a0646e733e50cf2cc3b07  Arial_Italic.ttf                arial32.exe  
ariali.ttf
-a50f9c96a76356e3d01013e0b042989f  Comic_Sans_MS.ttf               comic32.exe  
comic.ttf
-81d64ec3675c4adc14e9ad2c5c8103a7  Comic_Sans_MS_Bold.ttf          comic32.exe  
comicbd.ttf
-20f23317e90516cbb7d38bd53b3d1c5b  Courier_New.ttf                 courie32.exe 
cour.ttf
-7d94f95bf383769b51379d095139f2d7  Courier_New_Bold.ttf            courie32.exe 
courbd.ttf
-167e27add66e9e8eb0d28a1235dd3bda  Courier_New_Italic.ttf          courie32.exe 
couri.ttf
-da414c01f951b020bb09a4165d3fb5fa  Courier_New_Bold_Italic.ttf     courie32.exe 
courbi.ttf
-f4b306eed95aa7d274840533be635532  Georgia.ttf                     georgi32.exe 
georgia.ttf
-c61b355a5811e56ed3d7cea5d67c900e  Georgia_Bold.ttf                georgi32.exe 
georgiab.ttf
-1e4e5d1975bdf4a5c648afbf8872fa13  Georgia_Italic.ttf              georgi32.exe 
georgiai.ttf
-e5d52bbfff45e1044381bacb7fc8e300  Georgia_Bold_Italic.ttf         georgi32.exe 
georgiaz.ttf
-8fc622c3a2e2d992ec059cca61e3dfc0  Impact.ttf                      impact32.exe 
impact.ttf
-4f97f4d6ba74767259ccfb242ce0e3f7  Times_New_Roman.ttf             times32.exe  
times.ttf
-ed6e29caf3843142d739232aa8642158  Times_New_Roman_Bold.ttf        times32.exe  
timesbd.ttf
-6d2bd425ff00a79dd02e4c95f689861b  Times_New_Roman_Bold_Italic.ttf times32.exe  
timesbi.ttf
-957dd4f17296522dead302ab4fcdfa8d  Times_New_Roman_Italic.ttf      times32.exe  
timesi.ttf
-70e7be8567bc05f771b59abd9d696407  Trebuchet_MS.ttf                trebuc32.exe 
trebuc.ttf
-055460df9ab3c8aadd3330bd30805f11  Trebuchet_MS_Bold.ttf           trebuc32.exe 
trebucbd.ttf
-8f308fe77b584e20b246aa1f8403d2e9  Trebuchet_MS_Italic.ttf         trebuc32.exe 
trebucit.ttf
-fb5d68cb58c6ad7e88249d65f6900740  Trebuchet_MS_Bold_Italic.ttf    trebuc32.exe 
trebucbi.ttf
-3ba52ab1fa0cd726e7868e9c6673902c  Verdana.ttf                     verdan32.exe 
verdana.ttf
-a2b4dc9afc18e76cfcaa0071fa7cd0da  Verdana_Bold.ttf                verdan32.exe 
verdanab.ttf
-24b3a293c865a2c265280f017fb24ba5  Verdana_Italic.ttf              verdan32.exe 
verdanai.ttf
-f7310c29df0070530c48a47f2dca9014  Verdana_Bold_Italic.ttf         verdan32.exe 
verdanaz.ttf
-1a56b45a66b07b4c576d5ead048ed992  Webdings.ttf                    webdin32.exe 
webdings.ttf
+663974c9fe3ba55b228724fd4d4e445f  Andale_Mono.ttf                 andale32.exe 
 andalemo.ttf
+3e7043e8125f1c8998347310f2c315bc  Arial_Black.ttf                 arialb32.exe 
 ariblk.ttf
+f11c0317db527bdd80fa0afa04703441  Arial.ttf                       arial32.exe  
 arial.ttf
+34cd8fd9e4fae9f075d4c9a2c971d065  Arial_Bold.ttf                  arial32.exe  
 arialbd.ttf
+a2b3bcdb39097b6aed17a766652b92b2  Arial_Bold_Italic.ttf           arial32.exe  
 arialbi.ttf
+25633f73d92a0646e733e50cf2cc3b07  Arial_Italic.ttf                arial32.exe  
 ariali.ttf
+a50f9c96a76356e3d01013e0b042989f  Comic_Sans_MS.ttf               comic32.exe  
 comic.ttf
+81d64ec3675c4adc14e9ad2c5c8103a7  Comic_Sans_MS_Bold.ttf          comic32.exe  
 comicbd.ttf
+20f23317e90516cbb7d38bd53b3d1c5b  Courier_New.ttf                 courie32.exe 
 cour.ttf
+7d94f95bf383769b51379d095139f2d7  Courier_New_Bold.ttf            courie32.exe 
 courbd.ttf
+167e27add66e9e8eb0d28a1235dd3bda  Courier_New_Italic.ttf          courie32.exe 
 couri.ttf
+da414c01f951b020bb09a4165d3fb5fa  Courier_New_Bold_Italic.ttf     courie32.exe 
 courbi.ttf
+f4b306eed95aa7d274840533be635532  Georgia.ttf                     georgi32.exe 
 georgia.ttf
+c61b355a5811e56ed3d7cea5d67c900e  Georgia_Bold.ttf                georgi32.exe 
 georgiab.ttf
+1e4e5d1975bdf4a5c648afbf8872fa13  Georgia_Italic.ttf              georgi32.exe 
 georgiai.ttf
+e5d52bbfff45e1044381bacb7fc8e300  Georgia_Bold_Italic.ttf         georgi32.exe 
 georgiaz.ttf
+8fc622c3a2e2d992ec059cca61e3dfc0  Impact.ttf                      impact32.exe 
 impact.ttf
+9735423a8c03142f56103c1d751444f4  Tahoma.ttf                      
wd97vwr32.exe tahoma.ttf
+4f97f4d6ba74767259ccfb242ce0e3f7  Times_New_Roman.ttf             times32.exe  
 times.ttf
+ed6e29caf3843142d739232aa8642158  Times_New_Roman_Bold.ttf        times32.exe  
 timesbd.ttf
+6d2bd425ff00a79dd02e4c95f689861b  Times_New_Roman_Bold_Italic.ttf times32.exe  
 timesbi.ttf
+957dd4f17296522dead302ab4fcdfa8d  Times_New_Roman_Italic.ttf      times32.exe  
 timesi.ttf
+70e7be8567bc05f771b59abd9d696407  Trebuchet_MS.ttf                trebuc32.exe 
 trebuc.ttf
+055460df9ab3c8aadd3330bd30805f11  Trebuchet_MS_Bold.ttf           trebuc32.exe 
 trebucbd.ttf
+8f308fe77b584e20b246aa1f8403d2e9  Trebuchet_MS_Italic.ttf         trebuc32.exe 
 trebucit.ttf
+fb5d68cb58c6ad7e88249d65f6900740  Trebuchet_MS_Bold_Italic.ttf    trebuc32.exe 
 trebucbi.ttf
+3ba52ab1fa0cd726e7868e9c6673902c  Verdana.ttf                     verdan32.exe 
 verdana.ttf
+a2b4dc9afc18e76cfcaa0071fa7cd0da  Verdana_Bold.ttf                verdan32.exe 
 verdanab.ttf
+24b3a293c865a2c265280f017fb24ba5  Verdana_Italic.ttf              verdan32.exe 
 verdanai.ttf
+f7310c29df0070530c48a47f2dca9014  Verdana_Bold_Italic.ttf         verdan32.exe 
 verdanaz.ttf
+1a56b45a66b07b4c576d5ead048ed992  Webdings.ttf                    webdin32.exe 
 webdings.ttf
 EOF
 
 for ttf in `awk '{print $2}' msfonts.info` ; do
@@ -132,6 +134,9 @@
     fi
     for ff in $FONTFILES; do
         cabextract $ff 1>&2
+       if [ $ff = wd97vwr32.exe ] ; then
+            cabextract Viewer1.cab 1>&2
+        fi
         if [ -n "$SAVEDIR" ] ; then
             cp $ff "$SAVEDIR"
         fi

Reply via email to