diff options
author | Keith Packard <keithp@keithp.com> | 2005-03-09 04:57:42 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-03-09 04:57:42 +0000 |
commit | 8c74026071aae6ad70a96b81398498dcb28c0255 (patch) | |
tree | ee145a84f8523bd8c435e4e97fc31518d9f0e6f2 | |
parent | 79da4fe91ff0cee974e1ec7003857fb47c0f55d5 (diff) |
Update debian for 2.3.1
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | debian/changelog | 11 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-03-08 Keith Packard <keithp@keithp.com> + + * debian/changelog: + * debian/rules: + Update debian for 2.3.1 + 2005-03-09 Tor Lillqvist <tml@novell.com> * fontconfig-zip.in: Get the DLL from "bin" where modern libtools diff --git a/debian/changelog b/debian/changelog index 160fced..fe4d271 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +fontconfig (2.3.1-1) unstable; urgency=low + + * Move from experimental to unstable + * Fix a few minor bugs in handling broken GSUB/GPOS tables + * Adopt suggestions by former maintainer (Josselin Mouette) + reguarding debian packaging. + * Get library man pages to install in -dev package + * Translations of the configuration questions remain incomplete + + -- Keith Packard <keithp@debian.org> Tue, 8 Mar 2005 20:47:35 -0800 + fontconfig (2.3.0-1) experimental; urgency=low * Change of maintainer diff --git a/debian/rules b/debian/rules index 06922bb..49236eb 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,7 @@ DEB_SHLIBDEPS_INCLUDE_fontconfig := debian/libfontconfig1/usr/lib/ DEB_DH_STRIP_ARGS := --dbg-package=libfontconfig1 clean:: + chmod +w debian/po/*.po debconf-updatepo rm -f config/Makedefs Makefile {src,fontconfig}/Makefile fc-{cache,list}/Makefile fontconfig-config fontconfig.pc config.h |