Package: fonts-bpg-georgian Version: 0.5a-6 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu quantal ubuntu-patch
Hi there, I see there's a good effort underway to improve fontconfig files (pushed mainly by some new warnings in fontconfig itself). Ubuntu has long shipped a config file for fonts-bpg-georgian in its language-selector package, which was activated when a user selected an appropriate locale in a GUI. I just moved this config file out where it should belong — into the fonts-bpg-georgian package itself. I also added a "lang" guard. The config file is attached. I don't think there's any reason for it to be Ubuntu specific — could you review it and include in your next upload if you're satisfied? We'd then get the packages back in sync. Cheers, -- Iain Lane [ [email protected] ] Debian Developer [ [email protected] ] Ubuntu Developer [ [email protected] ]
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<test name="lang">
<string>ka-ge</string>
</test>
<family>serif</family>
<prefer>
<family>BPG Elite</family>
</prefer>
</alias>
<alias>
<test name="lang" compare="eq">
<string>ka-ge</string>
</test>
<family>sans-serif</family>
<prefer>
<family>BPG Rioni</family>
</prefer>
</alias>
<alias>
<test name="lang" compare="eq">
<string>ka-ge</string>
</test>
<family>monospace</family>
<prefer>
<family>Bpg Courier</family>
</prefer>
</alias>
</fontconfig>
signature.asc
Description: Digital signature

