~cyphermox/ubuntu/lucid/fontconfig/merge-to-2.8.0-2.lp490326.take2

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-06-25 11:08:02 UTC
  • mfrom: (1.1.6 upstream) (0.1.4 lenny)
  • Revision ID: james.westby@ubuntu.com-20080625110802-r4ou6gkwalr9cjzz
Tags: 2.6.0-1ubuntu1
* Merge with Debian; remaining changes:
  - conf.d/40-nonlatin.conf: Add `MgOpen Moderna' to the list of fonts
    for which we might fall back to sans-serif.
  - conf.d/60-latin.conf: Prefer DejaVu over Bitstream Vera,
    as done for dapper.
  - 52-languageselector.conf loads language-selector.conf.
  - Include 52-languageselector.conf in the lists in conf.d/Makefile.am so
    that it actually gets installed and used.  Fixes LP 73714.
  - Some hackery in the debconf config script which attempts to upgrade
    user preferences across the many changes which have occurred to the
    debconf questions.  In particular:
    + Do not attempt to divine enable_bitmaps option by reading the
      symlinks in /etc.  This leaves the only way to permanently change
      the behaviour being dpkg-reconfigure.  The divination code was
      wrong and was intended by Debian to preserve pre-debconf
      configuration.  It would be nicer to preserve handmade updates to
      the /etc directory.
    + Always create /etc/fontconfig/conf.d/ symlink for enabling or
      disabling bitmap fonts.  This records the state from debconf
      unambiguously into the filesystem and will make it possible for
      future upgrades (from Edgy or later) to preserve handmade changes.
  - Add a (optional) include for "language-selector.conf" in fonts.conf
  - debian/patches/03_preferred_symbol_font.patch:
    + prefer "Standard Symbols L" as symbol font (Ubuntu: #37745)
  - Fix incorrect location of /usr/share/X11/fonts.
  - Correctly fix the (eg) firefox vs. (eg) evince font metrics problem:
    + New FC_ANY_METRICS property, boolean.
    + Change URW Nimbus and AMT font aliases in 30-{urw,metric}-aliases.conf
      into equivalent <match> directives so that we can add an additional
      test which disables them when the anymetrics property is true.
  - debian/rules (clean): Clean doc directory.
  - add debian/patches/05_ubuntu_hinting_and_antialias_confs.patch:
    - adds 10-antialias.conf, 10-hinting.conf, 10-hinting-full.conf,
      10-hinting-medium.conf and 10-hinting-slight.conf
  - modified conf.d/Makefile.am and conf.d/Makefile.in so that
    10-antialias.conf, 10-hinting.conf, 10-hinting-medium.conf and 
    10-no-subpixel.conf get linked by default to have te same default
    settings for all Ubuntu flavors. 10-hinting-full.conf and
    10-hinting-slight.conf will go into conf.avail/ .

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
fontconfig (2.6.0-1ubuntu1) intrepid; urgency=low
 
2
 
 
3
  * Merge with Debian; remaining changes:
 
4
    - conf.d/40-nonlatin.conf: Add `MgOpen Moderna' to the list of fonts
 
5
      for which we might fall back to sans-serif.
 
6
    - conf.d/60-latin.conf: Prefer DejaVu over Bitstream Vera,
 
7
      as done for dapper.
 
8
    - 52-languageselector.conf loads language-selector.conf.
 
9
    - Include 52-languageselector.conf in the lists in conf.d/Makefile.am so
 
10
      that it actually gets installed and used.  Fixes LP 73714.
 
11
    - Some hackery in the debconf config script which attempts to upgrade
 
12
      user preferences across the many changes which have occurred to the
 
13
      debconf questions.  In particular:
 
14
      + Do not attempt to divine enable_bitmaps option by reading the
 
15
        symlinks in /etc.  This leaves the only way to permanently change
 
16
        the behaviour being dpkg-reconfigure.  The divination code was
 
17
        wrong and was intended by Debian to preserve pre-debconf
 
18
        configuration.  It would be nicer to preserve handmade updates to
 
19
        the /etc directory.
 
20
      + Always create /etc/fontconfig/conf.d/ symlink for enabling or
 
21
        disabling bitmap fonts.  This records the state from debconf
 
22
        unambiguously into the filesystem and will make it possible for
 
23
        future upgrades (from Edgy or later) to preserve handmade changes.
 
24
    - Add a (optional) include for "language-selector.conf" in fonts.conf
 
25
    - debian/patches/03_preferred_symbol_font.patch:
 
26
      + prefer "Standard Symbols L" as symbol font (Ubuntu: #37745)
 
27
    - Fix incorrect location of /usr/share/X11/fonts.
 
28
    - Correctly fix the (eg) firefox vs. (eg) evince font metrics problem:
 
29
      + New FC_ANY_METRICS property, boolean.
 
30
      + Change URW Nimbus and AMT font aliases in 30-{urw,metric}-aliases.conf
 
31
        into equivalent <match> directives so that we can add an additional
 
32
        test which disables them when the anymetrics property is true.
 
33
    - debian/rules (clean): Clean doc directory.
 
34
    - add debian/patches/05_ubuntu_hinting_and_antialias_confs.patch:
 
35
      - adds 10-antialias.conf, 10-hinting.conf, 10-hinting-full.conf,
 
36
        10-hinting-medium.conf and 10-hinting-slight.conf
 
37
    - modified conf.d/Makefile.am and conf.d/Makefile.in so that
 
38
      10-antialias.conf, 10-hinting.conf, 10-hinting-medium.conf and 
 
39
      10-no-subpixel.conf get linked by default to have te same default
 
40
      settings for all Ubuntu flavors. 10-hinting-full.conf and
 
41
      10-hinting-slight.conf will go into conf.avail/ .
 
42
 
 
43
 -- Matthias Klose <doko@ubuntu.com>  Wed, 25 Jun 2008 11:08:02 +0200
 
44
 
 
45
fontconfig (2.6.0-1) unstable; urgency=low
 
46
 
 
47
  * upstream release of 2.6
 
48
 
 
49
 -- Keith Packard <keithp@debian.org>  Sat, 31 May 2008 20:01:57 -0700
 
50
 
 
51
fontconfig (2.5.93-1) unstable; urgency=low
 
52
 
 
53
  * upstream release of 2.6 RC3
 
54
  * Libs.private needs freetype libraries (closes: 482308)
 
55
  * Recognise more decorative keywords in style
 
56
    names (closes: 354537, 403914)
 
57
  * Bail on defoma stuff if fontconfig hasn't been completely
 
58
    installed (closes: 422980)
 
59
  * Fix bashisms in debian/rules. (closes: 478381, 454482)
 
60
  * Don't use non-existant 10-sub-pixel.conf (closes: 415358)
 
61
  * Store dir timestamps in cache files instead of relying on
 
62
    mtime (closes: 411883, 314720)
 
63
  * Move fontconfig-user documentation to fontconfig
 
64
    package (closes: 401933)
 
65
  * Ignore empty font directory elements in config.
 
66
    (closes: 398851)
 
67
  * Eliminating defoma directories avoids umask issues
 
68
    (closes: 398126)
 
69
  * Install program man pages in fontconfig package
 
70
    (closes: 397192)
 
71
  * Stick config README in /etc/fonts.conf.d (closes: 393999)
 
72
  * Suggest instead of Depend on defoma (closes: 392549)
 
73
  * Don't depend on msttcorefonts (closes: 427958)
 
74
 
 
75
 -- Keith Packard <keithp@debian.org>  Sat, 24 May 2008 16:53:17 -0700
 
76
 
 
77
fontconfig (2.5.92-1) unstable; urgency=low
 
78
 
 
79
  * Upstream release of 2.6 RC2
 
80
  * Install remaining documentation
 
81
  * Add doc-base support (closes: 4516580)
 
82
  * Fix bashisms in debian/rules (closes: 478381)
 
83
 
 
84
 -- Keith Packard <keithp@debian.org>  Sat, 03 May 2008 22:33:28 -0700
 
85
 
1
86
fontconfig (2.5.0-2ubuntu3) hardy; urgency=low
2
87
 
3
88
  * add debian/patches/05_ubuntu_hinting_and_antialias_confs.patch:
65
150
 -- Matthias Klose <doko@ubuntu.com>  Wed, 05 Dec 2007 14:16:40 +0000
66
151
 
67
152
fontconfig (2.5.0-2) unstable; urgency=low
68
 
 
 
153
 
69
154
  * Install remaining documentation
70
155
  * Add doc-base support (closes: #516580)
71
156