Hi, I've uploaded an nmu removing t1lib support. Please see attached patch.
Best wishes, Mike
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 @@ -116,8 +115,8 @@ install -m 644 $(CURDIR)/debian/vflibcaps/vflibcap $(CURDIR)/debian/vflib3/etc/vflib3/vflibcaps-common/vflibcap.in install -m 644 $(CURDIR)/debian/vflibcaps/vflibcap-tex $(CURDIR)/debian/vflib3/etc/vflib3/vflibcaps-common/vflibcap-tex.in - # Shut lintian up - chmod +x $(CURDIR)/debian/vflib3/usr/share/VFlib/3.6.14/t1lib/mkt1enc.sh + # Remove unused t1lib script + rm -f debian/vflib3/usr/share/VFlib/3.6.14/t1lib/mkt1enc.sh dh_installdocs -a dh_installman -a 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, chrpath, debhelper (>> 5.0.0), dpatch, gettext, libfreetype6-dev, libkpathsea-dev, libt1-dev, libx11-dev, autoconf2.13, xutils-dev +Build-Depends: autotools-dev, chrpath, debhelper (>> 5.0.0), 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) @@ -16,8 +16,8 @@ . VFlib3 can handle almost all font formats available - it now supports PK, GF, VF, TFM, OFM level 0, OVF, PCF, BDF, HBF, Syotai-Club, JG, eKanji - and more. TrueType and Type 1 fonts are also supported via FreeType2 - and T1lib respectively. Font search via kpathsea is supported, too. + and more. TrueType and Type 1 fonts are also supported via FreeType2. + Font search via kpathsea is supported, too. . This package contains the header file and static library for developing with VFlib3. @@ -33,8 +33,8 @@ . VFlib3 can handle almost all font formats available - it now supports PK, GF, VF, TFM, OFM level 0, OVF, PCF, BDF, HBF, Syotai-Club, JG, eKanji - and more. TrueType and Type 1 fonts are also supported via FreeType2 - and T1lib respectively. Font search via kpathsea is supported, too. + and more. TrueType and Type 1 fonts are also supported via FreeType2. + Font search via kpathsea is supported, too. . This package contains a few sample programs that come with VFlib3. @@ -50,8 +50,8 @@ . VFlib3 can handle almost all font formats available - it now supports PK, GF, VF, TFM, OFM level 0, OVF, PCF, BDF, HBF, Syotai-Club, JG, eKanji - and more. TrueType and Type 1 fonts are also supported via FreeType2 - and T1lib respectively. Font search via kpathsea is supported, too. + and more. TrueType and Type 1 fonts are also supported via FreeType2. + Font search via kpathsea is supported, too. . This package contains the VFlib3 documentation in various formats. @@ -68,8 +68,8 @@ . VFlib3 can handle almost all font formats available - it now supports PK, GF, VF, TFM, OFM level 0, OVF, PCF, BDF, HBF, Syotai-Club, JG, eKanji - and more. TrueType and Type 1 fonts are also supported via FreeType2 - and T1lib respectively. Font search via kpathsea is supported, too. + and more. TrueType and Type 1 fonts are also supported via FreeType2. + Font search via kpathsea is supported, too. . This package contains the shared library and configuration files needed to run programs using VFlib3. 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,10 @@ +vflib3 (3.6.14.dfsg-3+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove support for t1lib (closes: #638756). + + -- Michael Gilbert <mgilb...@debian.org> Sun, 09 Mar 2014 21:37:52 +0000 + vflib3 (3.6.14.dfsg-3) unstable; urgency=low * Remove RPATH from the generated library. (lintian)