package: vflib3 version: 2.32.0-1 severity: important tag: patch t1lib is slated to be removed (in favor of freetype) before wheezy ships [0],[1]. This package is currently one of its reverse dependencies.
Attached is a patch that disables t1lib in the build process. Best wishes, Mike [0] http://bugs.debian.org/637488 [1] http://bugs.debian.org/637040
diff -u vflib3-3.6.14.dfsg/debian/rules vflib3-3.6.14.dfsg/debian/rules --- vflib3-3.6.14.dfsg/debian/rules +++ vflib3-3.6.14.dfsg/debian/rules @@ -49,7 +49,6 @@ --enable-static \ --with-freetype2 --with-freetype2-includedir=/usr/include/freetype2 \ --with-kpathsea --with-kpathsea-includedir=/usr/include/kpathsea \ - --with-t1lib --with-t1lib-includedir=/usr/include \ --with-texmf-root=/usr/share/texmf \ --with-gettext diff -u vflib3-3.6.14.dfsg/debian/control vflib3-3.6.14.dfsg/debian/control --- vflib3-3.6.14.dfsg/debian/control +++ vflib3-3.6.14.dfsg/debian/control @@ -2,13 +2,13 @@ Section: devel Priority: optional Maintainer: OHURA Makoto <oh...@debian.org> -Build-Depends: autotools-dev, debhelper (>> 4.0.0), defoma, dpatch, gettext, libfreetype6-dev, libkpathsea-dev, libt1-dev, libx11-dev, autoconf2.13, xutils-dev +Build-Depends: autotools-dev, debhelper (>> 4.0.0), defoma, dpatch, gettext, libfreetype6-dev, libkpathsea-dev, libx11-dev, autoconf2.13, xutils-dev Standards-Version: 3.7.2 Package: vflib3-dev Section: libdevel Architecture: any -Depends: vflib3 (= ${Source-Version}), libfreetype6-dev, libkpathsea-dev, libt1-dev, libc6-dev +Depends: vflib3 (= ${Source-Version}), libfreetype6-dev, libkpathsea-dev, libc6-dev Description: Development files for VFlib3 VFlib3 is a font rasterizer library for multi-lingual information processing. Using VFlib3, you can obtain bitmap data of characters(glyphs) diff -u vflib3-3.6.14.dfsg/debian/changelog vflib3-3.6.14.dfsg/debian/changelog --- vflib3-3.6.14.dfsg/debian/changelog +++ vflib3-3.6.14.dfsg/debian/changelog @@ -1,3 +1,9 @@ +vflib3 (3.6.14.dfsg-1.1gilbert1) unstable; urgency=low + + * Remove support for t1lib. + + -- Michael Gilbert <michael.s.gilb...@gmail.com> Sun, 21 Aug 2011 11:51:53 -0400 + vflib3 (3.6.14.dfsg-1.1) unstable; urgency=low * Non-maintainer upload.