~ubuntu-branches/ubuntu/precise/pango1.0/precise

« back to all changes in this revision

Viewing changes to debian/defoma/pango.conf

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2011-01-12 23:02:43 UTC
  • mfrom: (63.1.15 experimental)
  • Revision ID: james.westby@ubuntu.com-20110112230243-cqb5dueesw1196aj
Tags: 1.28.3-4
* Switch to source format 3.0 (quilt).
* Switch to CDBS with its awesome flavors support.
* Stop symlinking /usr/share/doc/$pkg directories.
* Abort the build if the test suite doesn't pass.
* Drop defoma support since it's going away. Closes: #540984.
* debian/libpango1.0-0.postinst.in:
  - Removed, no longer needed.
* debian/control.in:
  - Clean up old Conflicts/Replaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Defoma configuration file for Pango
2
 
 
3
 
## @UNSUPPORTED_XLFD are the lists of XLFD which is not supported by defoma.
4
 
## this value will avoid when supported XLFD may be not enough.
5
 
##
6
 
## family(case sensitive)-style-variant-weight-stretch => XLFDs
7
 
%UNSUPPORTED_XLFD = (
8
 
  "sans-normal-normal-normal-normal" =>
9
 
    "-*-helvetica-medium-r-normal--*-*-*-*-*-*-*-*",
10
 
  "sans-italic-normal-normal-normal" =>
11
 
    "-*-helvetica-medium-o-normal--*-*-*-*-*-*-*-*",
12
 
  "sans-normal-normal-bold-normal" =>
13
 
    "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*",
14
 
  "sans-italic-normal-bold-normal" =>
15
 
    "-*-helvetica-bold-o-normal--*-*-*-*-*-*-*-*",
16
 
  "serif-normal-normal-normal-normal" =>
17
 
    "-*-times-medium-r-normal--*-*-*-*-*-*-*-*",
18
 
  "serif-italic-normal-normal-normal" =>
19
 
    "-*-times-medium-i-normal--*-*-*-*-*-*-*-*",
20
 
  "serif-normal-normal-bold-normal" =>
21
 
    "-*-times-bold-r-normal--*-*-*-*-*-*-*-*",
22
 
  "serif-italic-normal-bold-normal" =>
23
 
    "-*-times-bold-i-normal--*-*-*-*-*-*-*-*",
24
 
#  "monospace-normal-normal-normal-normal" =>
25
 
#    "",
26
 
#  "monospace-italic-normal-normal-normal" =>
27
 
#    "",
28
 
#  "monospace-normal-normal-bold-normal" =>
29
 
#    "",
30
 
#  "monospace-italic-normal-bold-normal" =>
31
 
#    "",
32
 
);
33
 
 
34
 
## require this. do not delete.
35
 
1;