Package: xfonts-terminus-dos
Version: 4.12-1
Tags: patch

In /etc/X11/fonts/misc/xfonts-terminus-dos.alias fonts for DOS codepage
fonts are mapped to wrong names and nonexistant fonts.

The alias-names does not match the names suggested in
/usr/share/doc/xfonts-terminus-dos/README.Debian for use with dosemu.
The alias names suggested here is "terminus-dos-CODEPAGE-SIZE" and
"terminus-dos-CODEPAGE-bold-SIZE", wher CODEPAGE may be cp437, cp850, etc.

As an example, the mapping:

terminus-dos-ibm850-12
-xos4-terminus-medium-r-normal--12-120-72-72-c-60-ibm850

should have been mapped as

terminus-dos-cp850-12
-xos4-terminus-medium-r-normal--12-120-72-72-c-60-ibm-cp850


Suggested patch for debian/rules, fixing generation of the aliases is
included below:


Regards,

Heine Larsen


--- debian/rules.orig   2005-04-03 15:33:19.000000000 +0200
+++ debian/rules        2005-04-03 15:34:46.000000000 +0200
@@ -15,7 +15,7 @@
                iso-8859-9 iso-8859-13 iso-8859-15 iso-8859-16 \
                unicode

-DOS_ENCODINGS=ibm437 ibm850 ibm852 ibm855 ibm860 ibm863 ibm865 ibm866 \
+DOS_ENCODINGS=cp437 cp850 cp852 cp855 cp860 cp863 cp865 cp866 \
                 mik ruscii

 CONSOLE_ENCODINGS=1 2 9 c d g p v



--- debian/rules.orig	2005-04-03 15:33:19.000000000 +0200
+++ debian/rules	2005-04-03 15:34:46.000000000 +0200
@@ -15,7 +15,7 @@
 		iso-8859-9 iso-8859-13 iso-8859-15 iso-8859-16 \
 		unicode
 
-DOS_ENCODINGS=ibm437 ibm850 ibm852 ibm855 ibm860 ibm863 ibm865 ibm866 \
+DOS_ENCODINGS=cp437 cp850 cp852 cp855 cp860 cp863 cp865 cp866 \
 		 mik ruscii
 
 CONSOLE_ENCODINGS=1 2 9 c d g p v

Reply via email to