diff options
author | Keith Packard <keithp@keithp.com> | 2005-03-05 20:58:39 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-03-05 20:58:39 +0000 |
commit | 97bde49a2b791de9ad66aed97ca07c22302da60d (patch) | |
tree | 9eb19aaa3ae89f671e1c4825e788c50782e29b34 /debian | |
parent | 683dc3c476f1ee514c252a05311efc7a97fbaee9 (diff) | |
download | fontconfig-97bde49a2b791de9ad66aed97ca07c22302da60d.tar.gz |
Josselin Mouette:
Include 2.3 release information in changelog Add Josselin Mouette as an
Uploader Set hinting_type to low priority configuration option
Manish Singh:
yes_bitmaps.conf -> yes-bitmaps.conf
Funda Wang:
Johap -> Johab
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/fontconfig.config | 2 | ||||
-rwxr-xr-x | debian/fontconfig.postinst | 2 | ||||
-rw-r--r-- | debian/fontconfig.templates | 4 | ||||
-rwxr-xr-x | debian/rules | 4 |
6 files changed, 18 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index 4afe366..160fced 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,17 @@ -fontconfig (2.3.0-1) unstable; urgency=low +fontconfig (2.3.0-1) experimental; urgency=low * Change of maintainer * New upstream release - + * Support for current Freetype versions + * Multi-lingual family/style/fullname values with parallel language + tags to enable locale-sensitive presentation of these names. + * Font black- and white-listing in the configuration file + enables users to select their desired font attributes without + having to carefully construct the font directory list. + * Support for local configuration directory provides a place for system + distributors and administrators to make local changes to the font + configuration without having to edit any configuration files. + -- Keith Packard <keithp@debian.org> Wed, 2 Mar 2005 00:03:56 -0800 fontconfig (2.2.3-4) unstable; urgency=low diff --git a/debian/control b/debian/control index 3059202..1db85cf 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: fontconfig Section: devel Priority: optional Maintainer: Keith Packard <keithp@debian.org> +Uploaders: Keith Packard <keithp@debian.org>, Josselin Mouette <joss@debian.org> Build-Depends: cdbs (>= 0.4.5.4), debhelper (>= 4.1.76), libfreetype6-dev (>= 2.1.7), libexpat1-dev, docbook-utils (>= 0.6.13), docbook-to-man, defoma (>= 0.7.0), binutils (>= 2.12.90.0.9) Standards-Version: 3.6.1 diff --git a/debian/fontconfig.config b/debian/fontconfig.config index dd119e1..6e364ab 100755 --- a/debian/fontconfig.config +++ b/debian/fontconfig.config @@ -4,7 +4,7 @@ set -e . /usr/share/debconf/confmodule -db_input medium fontconfig/hinting_type || true +db_input low fontconfig/hinting_type || true db_input low fontconfig/subpixel_rendering || true db_input low fontconfig/enable_bitmaps || true db_go diff --git a/debian/fontconfig.postinst b/debian/fontconfig.postinst index bf6b06e..34f9176 100755 --- a/debian/fontconfig.postinst +++ b/debian/fontconfig.postinst @@ -64,7 +64,7 @@ db_get fontconfig/enable_bitmaps enable_bitmaps="$RET" bitmaps_prio="30-debconf-" -yes_bitmaps="yes_bitmaps.conf" +yes_bitmaps="yes-bitmaps.conf" no_bitmaps="no-bitmaps.conf" if [ -h $CONFDIR/$bitmaps_prio$yes_bitmaps ]; then diff --git a/debian/fontconfig.templates b/debian/fontconfig.templates index eea8802..1b5fba7 100644 --- a/debian/fontconfig.templates +++ b/debian/fontconfig.templates @@ -18,8 +18,8 @@ _Description: With what method should fonts be hinted? such hints, then the Autohinter will work better. Yes, FreeType should do this automatically. . - You can also select None to disable all hinting and make your screen look - like Mac OS X. + You can also select None to disable all hinting, causing all text + to look fuzzy on even the sharpest monitors. . Template: fontconfig/subpixel_rendering diff --git a/debian/rules b/debian/rules index ed4afd6..06922bb 100755 --- a/debian/rules +++ b/debian/rules @@ -9,11 +9,11 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/autotools.mk -DEB_CONFIGURE_EXTRA_FLAGS := --enable-docs --with-add-fonts=/usr/X11R6/lib/X11/fonts/Type1,/usr/local/share/fonts +DEB_CONFIGURE_EXTRA_FLAGS := --enable-docs --with-add-fonts=/usr/X11R6/lib/X11/fonts,/usr/local/share/fonts # tight versioning DEB_DH_MAKESHLIBS_ARGS_fontconfig-udeb := --no-act -DEB_DH_MAKESHLIBS_ARGS_libfontconfig1 := -V"libfontconfig1 (>= 2.2.1)" +DEB_DH_MAKESHLIBS_ARGS_libfontconfig1 := -V"libfontconfig1 (>= 2.3.0)" DEB_SHLIBDEPS_LIBRARY_fontconfig := libfontconfig1 DEB_SHLIBDEPS_INCLUDE_fontconfig := debian/libfontconfig1/usr/lib/ |