#717688 fontconfig: Multiple values in <test> at /etc/fonts/conf.d/65-droid-sans-fonts.conf

Package:
fontconfig
Source:
fontconfig
Description:
generic font configuration library - support binaries
Submitter:
Date:
2013-07-23 20:30:05 UTC
Severity:
normal
#717688#5
Date:
2013-07-23 20:26:46 UTC
From:
To:
Dear Maintainer,

Everytime I open emacs or any program that use some fonts (almost everything), I receive this message:

Fontconfig warning: "/etc/fonts/conf.d/65-droid-sans-fonts.conf", line 103: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/65-droid-sans-fonts.conf", line 138: Having multiple values in <test> isn't supported and may not work as expected

I checked the pointed file and that multiple entries referred in the message look, respectively, like

  <match target="scan">
    <test name="lang" compare="not_eq">
      <string>zh-cn</string>
      <string>zh-sg</string>
      <string>zh-hk</string>
      <string>zh-tw</string>
      <string>zh</string>
    </test>
  .
  .
  .
  </match>

and

  <match target="scan">
    <test name="lang">
      <string>zh-cn</string>
      <string>zh-sg</string>
      <string>zh-hk</string>
      <string>zh-tw</string>
      <string>zh</string>
    </test>
  .
  .
  .
  </match>

I'm not sure what to at all. Sorry if this is stupid.

Thanks in advance, Alexandre