~ubuntu-branches/debian/stretch/fonts-arphic-uming/stretch

« back to all changes in this revision

Viewing changes to .pc/10-fix_bitmaps_conf_file.patch/25-arphic-uming-bitmaps.conf

  • Committer: Package Import Robot
  • Author(s): Christian Perrier
  • Date: 2013-08-14 07:27:24 UTC
  • Revision ID: package-import@ubuntu.com-20130814072724-0zvbeueh6hhuq2ye
Tags: 0.2.20080216.2-5
* Merge patch from Ubuntu to avoid fontconfig warnings
  Thanks to Radu Stoica. Closes: #687043
  - 41-arphic-uming.conf (LP: #1034928)
    - Updated so there are no multiple values in an alias tag
      (FontConfig warns these are not supported).
  - 64-arphic-uming.conf (LP: #1034928)
    - Updated so there are no multiple values in a test tag
      (FontConfig warns these are not supported).
* Update Standards to 3.9.4 (checked)
* Bump debhelper compatibility to 9
* Drop transitional package
* Add Multi-Arch: foreign field
* Use Breaks instead of Conflicts. Drop Provides as it is no
  longer needed (installations should have transitioned since wheezy
  and the package has anyway no reverse dependency.
* Use xz extreme compression for deb packages
*  Use git for packaging: adapt Vcs-* fields
* Add myself to Uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 
3
<fontconfig>
 
4
 
 
5
        <match target="font">
 
6
          <test name="family">
 
7
          <string>AR PL UMing CN</string>
 
8
          <string>AR PL UMing HK</string>
 
9
          <string>AR PL UMing TW</string>
 
10
          <string>AR PL UMing TW MBE</string>
 
11
          </test>
 
12
          <edit name="antialias"><bool>false</bool></edit>
 
13
          <edit name="hinting"><bool>true</bool></edit>
 
14
          <edit name="autohint"><bool>false</bool></edit>
 
15
        </match>
 
16
 
 
17
        <match target="font">
 
18
          <test name="family">
 
19
          <string>AR PL UMing CN</string>
 
20
          <string>AR PL UMing HK</string>
 
21
          <string>AR PL UMing TW</string>
 
22
          <string>AR PL UMing TW MBE</string>
 
23
          </test>
 
24
          <test name="pixelsize" compare="more_eq"><int>17</int></test>
 
25
          <edit name="antialias" mode="assign"><bool>true</bool></edit>
 
26
          <edit name="hinting" mode="assign"><bool>true</bool></edit>
 
27
        </match>
 
28
 
 
29
</fontconfig>