~ubuntu-branches/ubuntu/saucy/fonts-sipa-arundina/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/fontconfig/65-sipa-arundina.conf

  • Committer: Package Import Robot
  • Author(s): Theppitak Karoonboonyanan
  • Date: 2011-11-01 18:54:04 UTC
  • Revision ID: package-import@ubuntu.com-20111101185404-ee3tl8glv94qg2yv
Tags: 0.1.3-1
* New upstream release
  - With LaTeX support.
* Rename source and binary package to fonts-sipa-arundina, according to
  the Debian Fonts Task Force Packaging Policy.
  - Change installation dir to /usr/share/fonts/truetype/arundina
  - Breaks and Replaces ttf-thai-arundina (<< 0.1.3)
  - Make ttf-thai-arundina a dummy transitional package depending on
    fonts-sipa-arundina.
  - Rename fontconfig file to 65-sipa-arundina.conf
  - Clean old fontconfig file on ttf-thai-arundina preinst.
* debian/ttf-thai-arundina.preinst:
  - Use 'lt-nl' when comparing version before purging defoma hints,
    to avoid exsessive operation on fresh install.
* Drop rarely-used t1-thai-arundina sub-package.
* Add latex-fonts-sipa-arundina sub-package.
  - Use --enable-latex configure option.
  - B-Dep-Indep on thailatex (>= 0.4.6), texlive-binaries and tex-common.
  - Install font map via 'dh --with tex'.
  - Override dh_installtex to add -p option so that only latex package is
    applied (no tex-common postinst & deps for others).
  - Depends on thailatex (>= 0.4.6).
  - debian/copyright: Add copyright notice for latex/*.
  - Install LaTeX examples.
  - Make symlink from README for texdoc.
* Add 'fontforge' as an alternative B-Dep, in addition to 'fontforge-nox'.
* debian/copyright: Use non-forwarding format URL. Bump to revision 202.
* Bump Standards-Version to 3.9.2 (no changes needed)
* Bump debhelper compatibility to 8.

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
        <alias>
 
5
                <family>serif</family>
 
6
                <accept>
 
7
                        <family>Arundina Serif</family>
 
8
                </accept>
 
9
        </alias>
 
10
        <alias>
 
11
                <family>sans-serif</family>
 
12
                <accept>
 
13
                        <family>Arundina Sans</family>
 
14
                </accept>
 
15
        </alias>
 
16
        <alias>
 
17
                <family>monospace</family>
 
18
                <accept>
 
19
                        <family>Arundina Sans Mono</family>
 
20
                </accept>
 
21
        </alias>
 
22
</fontconfig>