Tag 'xft-2.1.14-1' created by Julien Cristau <jcris...@debian.org> at 2009-12-03 14:13 +0000
Tagging upload of xft 2.1.14-1 to unstable. Changes since xft-2.1.13-3: Alan Coopersmith (5): Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Set Xft.h version numbers from configure.ac Split NEWS & README, update both Add generated Xft.h to .gitignore libXft 2.1.14 David Nusinow (1): Add README.source Erik Andren (1): Header cleanup (bug#4703) Julien Cristau (16): xsfbs: add a repack script for uscan xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so xsfbs: repack.sh needs to be executable xsfbs: don't run dpkg --print-installation-architecture Kill custom readlink function xsfbs.sh: remove unused check_symlinks_and_{bomb,warn} xsfbs.sh: remove unused analyze_path xsfbs.sh: remove unused maplink function xsfbs.sh: remove unused find_culprits function xsfbs.sh: remove unused reject_whitespace function xsfbs.mk: no need for shlibs.local xsfbs.sh: fix typo and remove svn keyword xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage xsfbs.mk: remove more obsolete code Fix install of generated Xft.h when builddir != srcdir Prepare changelog for upload Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and sparse warnings. Stefan Dirsch (1): Added fake bold support (#1579, Novell #38202/223682). Timo Aaltonen (7): Merge commit 'libXft-2.1.14' into debian-unstable Update the changelogs. Bump the build-dep on xutils-dev (>= 1:7.5~1). Merge branch 'debian-unstable' of ../../xsfbs into debian-unstable Bump Standards-Version to 3.8.3 (README.source added). Drop pre-dependency on x11-common from libxft-dev. This was needed for upgrades from sarge. Move -dbg package to section debug. --- .gitignore | 11 ChangeLog | 81 ++++++ Makefile.am | 6 NEWS | 57 ++++ README | 59 +--- configure.ac | 34 +- debian/README.source | 73 +++++ debian/changelog | 12 debian/control | 17 - debian/xsfbs/repack.sh | 32 ++ debian/xsfbs/xsfbs.mk | 21 - debian/xsfbs/xsfbs.sh | 311 ----------------------- include/X11/Xft/Xft.h | 630 ----------------------------------------------- include/X11/Xft/Xft.h.in | 617 ++++++++++++++++++++++++++++++++++++++++++++++ man/.gitignore | 4 src/.gitignore | 6 src/Makefile.am | 4 src/xftcore.c | 6 src/xftdpy.c | 18 - src/xftdraw.c | 30 +- src/xftextent.c | 2 src/xftfont.c | 26 - src/xftfreetype.c | 57 ++-- src/xftglyphs.c | 12 src/xftinit.c | 2 src/xftlist.c | 6 src/xftname.c | 2 src/xftrender.c | 8 src/xftxlfd.c | 38 +- 29 files changed, 1058 insertions(+), 1124 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org