[ubuntu/precise] libwmf 0.2.8.4-10ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Thu Jan 19 16:30:29 UTC 2012
libwmf (0.2.8.4-10ubuntu1) precise; urgency=low
* Resynchronise with Debian. Remaining changes:
- Split out GTK plugin into separate package.
* Add a no-op prerm to libwmf0.2-7 to work around old prerms breaking on
upgrade due to using defoma while perl-modules is unconfigured
(LP: #904901). This can be removed after Ubuntu 12.04 LTS.
libwmf (0.2.8.4-10) unstable; urgency=low
* Read libwmf binary package name from control in rules.
* Switch to dh instead of cdbs; bump debhelper compat to 9 and debhelper
build-dep to >= 8.9.4~; this also means multiarch, so update install files
and rules to cope with new pathnames. Add new 05_gdk-pixbuf-loader-dir
patch to fix the install location for the module to be under
gdk-pixbuf-2.0 and not gtk-2.0. Add ${misc:Pre-Depends}.
libwmf (0.2.8.4-9) unstable; urgency=low
* Ack Neil Williams's NMU; thanks!
* Stop shipping .la files altogether; remove dependency_libs stripping code
from rules; rdepends of libwmf-dev either dont ship any .la files or ship
.la files which don't reference the libwmf one.
* Add comment to debian/libwmf0.2-7.lintian-overrides to point at
Debian #382511.
* Update my email address in control.
* Drop defoma support from the packaging; closes: #542336; based on patch
from Christian Perrier; thanks! Defoma support is also included in the
upstream configure.{ac,in}, but is largely useless nowadays, at least the
generated libwmf XML fontmap in /var/lib/defoma/libwmf0.2-7.d/fontmap
doesn't list any actual font on my system.
- Drop defoma build-dep and dep.
- Stop shipping a var/lib/defoma/libwmf0.2-7.d directory and "rm -rf"
it on upgrades of libwmf0.2-7.
- Drop debian/defoma XML fontmap generation script which seems to be
generating an empty XML fontmap nowadays; incidentally closes: #501871.
- Stop passing --with-fontdir=/var/lib/defoma/$(libwmf_pkg).d and
--with-gsfontdir=/var/lib/defoma/$(libwmf_pkg).d to configure; these are
going away and didn't have any font files anyway.
- Review fontdir, gsfontdir, sysfontmap, gsfontmap and xtrafontmap
configure args:
. sysfontmap is the default XML fontmap (when not specified via the API)
and currently points at an empty XML list of fonts; this is parsed
either by libexpat1 or libxml2; in both cases, no specific message is
output by default if the file is missing. The configure.ac default
for this file is /usr/share/fonts/fontmap which has a change of
existing with random data some day, so just set it to /non-existent.
. xtrafontmap is similar to sysfontmap and serves asan extra fontmap on
top of the system one. It's also used by thelibwmf-fontmap tool which
serves generation of fontmap XML files and isn't shipped nor used
during build. Keep xtrafontmap set to /etc/libwmf.fontmap to allow
for local configuration.
. gsfontmap is similar to sysfontmap except it points at a
GhostScript-style Fontmap. It seems sensible to point libwmf at
/var/lib/ghostscript/fonts/Fontmap as generated by ghostscript's
update-gsfontmap.
. gsfontdir is just appended to the font search path. Set it to
/usr/share/fonts/type1/gsfont which is where gsfonts ships its fonts.
. fontdir is used as the default font search location, as the default
search location for libwmf-fontmap, as the default pathname for
bundled fonts in the bundled XML fontmap file -- neither of which are
currently shipped -- and as a configure default for other pathnames
such as xtrafontmap. Set it to /non-existent as there currently isn't
any single directory with all supported fonts that would be useful to
list.
* Add debian/TODO suggesting that this package ought to generate its own
fontmap in its own XML format, perhaps into /var/lib/libwmf/, as a trigger
whenever /usr/share/fonts is updated.
* Fix typo in 0.2.8.4-5 changelog entry (which closed Debian #382511 instead
of Debian #405012).
* Update libwmf-bin description to list names of utilities; closes: #519601.
* Cleanup libwmf-dev deps: list ${shlibs:Depends} but drop all deps except
for packages shipping headers referenced in libwmf's headers
(libfreetype6-dev, x11proto-core-dev, libx11-dev, zlib1g-dev).
* Drop obsolete Replaces/Conflicts on libwmf0-dev and libwmf0.
* Wrap build-deps and deps to get cleaner diffs.
* Bump up Standards-Version to 3.9.2.
* Drop libsm-dev, libxt-dev and libice-dev build-deps; might have been used
with AC_PATH_XTRA in the past.
* Rename debian/install to debian/libwmf0.2-7.install.
* Take libwmf-bin symlink upgrade snippet from Ubuntu to minimize delta;
can be dropped in may 2012.
Date: Thu, 19 Jan 2012 15:14:53 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/libwmf/0.2.8.4-10ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 19 Jan 2012 15:14:53 +0000
Source: libwmf
Binary: libwmf0.2-7 libwmf0.2-7-gtk libwmf-bin libwmf-dev libwmf-doc
Architecture: source
Version: 0.2.8.4-10ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
libwmf-bin - Windows metafile conversion tools
libwmf-dev - Windows metafile conversion development
libwmf-doc - Windows metafile documentation
libwmf0.2-7 - Windows metafile conversion library
libwmf0.2-7-gtk - Windows metafile conversion library
Closes: 501871 519601 542336
Launchpad-Bugs-Fixed: 904901
Changes:
libwmf (0.2.8.4-10ubuntu1) precise; urgency=low
.
* Resynchronise with Debian. Remaining changes:
- Split out GTK plugin into separate package.
* Add a no-op prerm to libwmf0.2-7 to work around old prerms breaking on
upgrade due to using defoma while perl-modules is unconfigured
(LP: #904901). This can be removed after Ubuntu 12.04 LTS.
.
libwmf (0.2.8.4-10) unstable; urgency=low
.
* Read libwmf binary package name from control in rules.
* Switch to dh instead of cdbs; bump debhelper compat to 9 and debhelper
build-dep to >= 8.9.4~; this also means multiarch, so update install files
and rules to cope with new pathnames. Add new 05_gdk-pixbuf-loader-dir
patch to fix the install location for the module to be under
gdk-pixbuf-2.0 and not gtk-2.0. Add ${misc:Pre-Depends}.
.
libwmf (0.2.8.4-9) unstable; urgency=low
.
* Ack Neil Williams's NMU; thanks!
* Stop shipping .la files altogether; remove dependency_libs stripping code
from rules; rdepends of libwmf-dev either dont ship any .la files or ship
.la files which don't reference the libwmf one.
* Add comment to debian/libwmf0.2-7.lintian-overrides to point at
Debian #382511.
* Update my email address in control.
* Drop defoma support from the packaging; closes: #542336; based on patch
from Christian Perrier; thanks! Defoma support is also included in the
upstream configure.{ac,in}, but is largely useless nowadays, at least the
generated libwmf XML fontmap in /var/lib/defoma/libwmf0.2-7.d/fontmap
doesn't list any actual font on my system.
- Drop defoma build-dep and dep.
- Stop shipping a var/lib/defoma/libwmf0.2-7.d directory and "rm -rf"
it on upgrades of libwmf0.2-7.
- Drop debian/defoma XML fontmap generation script which seems to be
generating an empty XML fontmap nowadays; incidentally closes: #501871.
- Stop passing --with-fontdir=/var/lib/defoma/$(libwmf_pkg).d and
--with-gsfontdir=/var/lib/defoma/$(libwmf_pkg).d to configure; these are
going away and didn't have any font files anyway.
- Review fontdir, gsfontdir, sysfontmap, gsfontmap and xtrafontmap
configure args:
. sysfontmap is the default XML fontmap (when not specified via the API)
and currently points at an empty XML list of fonts; this is parsed
either by libexpat1 or libxml2; in both cases, no specific message is
output by default if the file is missing. The configure.ac default
for this file is /usr/share/fonts/fontmap which has a change of
existing with random data some day, so just set it to /non-existent.
. xtrafontmap is similar to sysfontmap and serves asan extra fontmap on
top of the system one. It's also used by thelibwmf-fontmap tool which
serves generation of fontmap XML files and isn't shipped nor used
during build. Keep xtrafontmap set to /etc/libwmf.fontmap to allow
for local configuration.
. gsfontmap is similar to sysfontmap except it points at a
GhostScript-style Fontmap. It seems sensible to point libwmf at
/var/lib/ghostscript/fonts/Fontmap as generated by ghostscript's
update-gsfontmap.
. gsfontdir is just appended to the font search path. Set it to
/usr/share/fonts/type1/gsfont which is where gsfonts ships its fonts.
. fontdir is used as the default font search location, as the default
search location for libwmf-fontmap, as the default pathname for
bundled fonts in the bundled XML fontmap file -- neither of which are
currently shipped -- and as a configure default for other pathnames
such as xtrafontmap. Set it to /non-existent as there currently isn't
any single directory with all supported fonts that would be useful to
list.
* Add debian/TODO suggesting that this package ought to generate its own
fontmap in its own XML format, perhaps into /var/lib/libwmf/, as a trigger
whenever /usr/share/fonts is updated.
* Fix typo in 0.2.8.4-5 changelog entry (which closed Debian #382511 instead
of Debian #405012).
* Update libwmf-bin description to list names of utilities; closes: #519601.
* Cleanup libwmf-dev deps: list ${shlibs:Depends} but drop all deps except
for packages shipping headers referenced in libwmf's headers
(libfreetype6-dev, x11proto-core-dev, libx11-dev, zlib1g-dev).
* Drop obsolete Replaces/Conflicts on libwmf0-dev and libwmf0.
* Wrap build-deps and deps to get cleaner diffs.
* Bump up Standards-Version to 3.9.2.
* Drop libsm-dev, libxt-dev and libice-dev build-deps; might have been used
with AC_PATH_XTRA in the past.
* Rename debian/install to debian/libwmf0.2-7.install.
* Take libwmf-bin symlink upgrade snippet from Ubuntu to minimize delta;
can be dropped in may 2012.
Checksums-Sha1:
da73310f230085f3cb3e57ab98a50710499c6949 2258 libwmf_0.2.8.4-10ubuntu1.dsc
52b380863b60d43fc39375d663ed1c52661ad6f3 10497 libwmf_0.2.8.4-10ubuntu1.debian.tar.gz
Checksums-Sha256:
44e26a10dbcbbb5ce86cd8e0f4a2f0d998dee99f9b9bcfff02f38325821a8165 2258 libwmf_0.2.8.4-10ubuntu1.dsc
29269bdfb612c321bc45736cc888d87d61b63ac40c45ddbad3dc288f1c1cc4d7 10497 libwmf_0.2.8.4-10ubuntu1.debian.tar.gz
Files:
039a32f39d4f988d15e92c952dd94a1e 2258 libs optional libwmf_0.2.8.4-10ubuntu1.dsc
c60d3e44537f6e6ccd817c510ad63c02 10497 libs optional libwmf_0.2.8.4-10ubuntu1.debian.tar.gz
Original-Maintainer: Loïc Minier <lool at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iQIVAwUBTxhDTzk1h9l9hlALAQjHDQ//Vtvvtxtz5o1HuQ7yyhaxd7P312czSBbx
DImJjC6nP2mMmnDIUdTzicya95VKXfK8xii2QDy8HuUK3JyDgZOWHONnyQrPdKG+
vjzcaPW8DT9j3haEt2/Fvs8S8cY8NQNViS5i+apBiDKY9VFYPut7DC6biVuBGP+D
5fCKXi3tVSflGpzoHiBSDonPnFZNRMD1EM5hncdayP58tSLz9DTnFnLdWnWb3Zb3
WuqtC3f3eOFihg+KF2dQYwLBkW2ZNCiadkL4xsRfNreni0XkgZvZ8gIbC9Ni3VbB
ntp1Z3GeE1fJpeb4l/HGSXpOywF1O7udnDPL4Y78I7xJ+DtwNGaY3/dVqWa0bl1K
znacQE7NVR8Ls+oSNlYP3ycQ3qp+JhiqGfzkDgoleWT5/FXskITEVDpQdhcRs6kM
AvVOeT2EuCuzeB6ZzU6AmsdEzHiV6ygHaPQEqpEExWS/7kpZq9MOgIyrGH8zP6/q
dbkDWIr5Tz97BvlLw+RZ5AxChpVAt5xJZwCkUeZOrUEwa9pPcarJMejwpkV03cOl
fUXNZmAcC/b4XLdpzM8O9c0JXFf+Bq75baVQve8c53YPVdIGX+gohhz49/fwl1tt
h9WHkGyxdZNJG36ypzJuNJagwEvb6cBiypxGihu3Ok2FBcbkNxiDX2jaJOyoHA+s
584vBQfM9vc=
=B9I5
-----END PGP SIGNATURE-----
More information about the Precise-changes
mailing list