* Non-maintainer upload.
* Fix build on ppc64*. Closes: #847179.
* Bump debhelper and standards version.
* Convert to source format 3.0. Closes: #668942.
* Add build-arch and build-indep targets to debian/rules. Closes: #648307.
* Non-maintainer upload
* Add missing build-{arch,indep} targets, patch by Santiago Vila.
Closes: #822035
* Remove obsolete Source-Version substvar. Closes: #833240
* Non-maintainer upload.
* Add libxext-dev build dependency (closes: #742093).
* Non-maintainer upload.
* Remove support for t1lib (closes: #638756).
* Remove RPATH from the generated library. (lintian)
- debian/control: Add Build-dependency on chrpath.
* Delete postinst and prerm from vflib3-doc.
* Use debhelper version 5 instead of version 4.
* debian/patches/09_avoid_segfault_at_vflmklib.c.dpatch: Add new patch.
Avoid segfault at vflmk utilities.
* Remove dependency on defoma (Closes: #542338).
* Non-maintainer upload.
* Fix FTBFS on GNU/kFreeBSD by tweaking ltconfig as suggested by Petr
Salinger (Closes: #493125). Introduce the following patch for that:
- debian/patches/08_fix_ftbfs_on_kfreebsd.dpatch
* Remove ccv/TBL/RFC/rfc1489.txt, which is a non-free file.
(Closes: #464433)
* debian/patches/06_strdup_implicit_pointer_conversion.dpatch: New
patch. Add -D_GNU_SOURCE to CFLAGS to enable prototype definition
of strdup(3). (Closes: #464465)
* debian/rules:
- Add autoconf2.13 before executing configure script.
- Run configure script with FreeType2.
- Move DH_COMPAT variable to debian/compat.
- Don't ignore make clean error.
* debian/control:
- Add autoconf2.13 and libfreetype6-dev to Build-Depends: field.
- Add xutils-dev to Build-Depends: field for xmkmf.
(Closes: #484200, #485224)
- Remove x-dev and xutils from Build-Depends: field.
* debian/patches/04_not_ln_parent_dir.dpatch: New patch. Don't make a
symlink at parent directory.
* Remove unused debian patch.
* debian/patches/07_build_with_freetype2.dpatch: New patch. Build with
FreeType2 library. (Closes: #431779, #431781)
* New upstream release.
- Disable two patches, 01_build_fix_for_gcc_3.3 and 02_GetNoFonts.
* debian/control: New Maintainer. (Closes: #393580)
* QA upload.
* Remove the non-free ccv/TBL/RFC/rfc1489.txt from the upstream tarball.
Closes: #393418.
* debian/update-vflibcap: Fix redirection. Thanks to Yoshinori Ariie for
the patch. Closes: #284919.
* debian/vflib3.defoma: Handle undefined hints. Closes: #147861, #306442.
* debian/patches/05_mkt1enc_syntax_error.dpatch: Fix unterminated quote in
t1lib/mkt1enc.sh.
* Remove awk from Build-Depends since it's depended on by base-files (i.e.
effectively essential).
* debian/changelog: Remove obsolete Emacs local variables.
* debian/rules:
- Remove config.{sub,guess} on clean to make for a leaner diff.
- Remove calls to dh_undocumented.
* Orphaning this package.
* Non-maintainer upload to fix writing outside the build directory.
* Added debian/patches/04_fix_configure_not_ln_pwd.dpatch, that fixes the
linking loop in configure so that the parent directory is not linked.
(Closes: #381624)
* Fixed debian/rules to comply with policy:
- CFLAGS = -g -Wall always used
- noopt is honored.
* Fixed debian/rules so that the binary-indep package is generated in the
binary-indep rule. (Closes: #207196)
* Non-maintainer upload.
* Make vflib3-dev depend on libkpathsea-dev. Closes: #378447.
* Fix `comparison is always false' warnings on platforms where char
is unsigned by default. Closes: #170529.
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Make vflib3-dev depend on libttf-dev and libt1-dev; otherwise
libtool-using software fails to build with vflib3-dev due to
dangling references to missing .la files. (Closes: #361944).
* Non-maintainer upload.
* Replace build-dependency on xlibs-dev with an explicit build-dependency
on each required package. (Closes: #346906)
* Non-maintainer upload.
* Disable -ansi CFLAG, which causes prototypes of some used functions to
be undeclared. Closes: #316112
* Non-maintainer upload.
* Build-depend against libt1-dev instead of the obsoleted t1lib-dev.
Closes: #251184.
* Change reference to T1_Get_no_fonts to T1_GetNoFonts
* Now check whether /var/lib/defoma/vflib3.d exists - closes: #179714
* Maintainer upload.
* Now uses dpatch.
* Bumped up Standards-Version to 3.6.1.
* [control] changed Maintainer field.
* Acknowledged NMUs - closes: #197262
* Updated libtool scripts - closes: #201932, #206910
* Non-maintainer upload according to the release manager's plan.
* Fixed building by removing reference to varargs.h - closes: #197262
* New upstream release(including Dan Elphick's fix) - closes: #167132
* Bumped to Standards-Version: 3.5.7.
* Suppress warning from update-vflib - closes: #163256
* Remove /etc/vflib3 on purge - closes: #163274
* Fixed vflib3.defoma - closes: #143087
* Added preliminary defoma support. Well, I know it's quite broken, but
at least should work with Kochi-* fonts - closes: #136892
* Added Build-Depends: autotools-dev. config.{guess,sub} are now
updated from /usr/share/misc at build time.
* New upstream release
* New upstream release
* Removed --with-gettext-prefix.
* New upstream release.
* Updated to Standards-Version: 3.5.2.
* Now uses debhelper V3.
* Updated config.{sub,guess} - closes: #103637
* Added Suggests: watanabe-vfont & asiya24-vfont. Also tweaked
vflibcap* for them.
* Added xutils to Build-Depends - closes: #90680
* Fixed Build-Depends.
* New upstream release
* Built with libkpathsea3 - Closes: #79804
* New Debian Maintainer Upload. I'd like to thank my sponsor and AM
Fumitoshi UKAI <ukai@debian.org>.
* Added Build-Depends: debhelper - Closes: #66931
* Integrated with local hack by Masato Taruishi <taru@stormix.com>.
Now this package employs sophisticated way to handle
/etc/vflib3/vflibcap (i.e. uses update-vflibcap script). Thanks taru!
* Revised Description. Now it's lintian-free!
* and more fixed of no such file or directory.
add the directory to vflib3.dirs.
* Fixed no such file or directory in update-vflibcap.
* Changed update-vflibcap.
* Applied a change of debian-vfont to macro.
* Changed debian vfont names of mincho and gothic.
* Added a symlink /etc/vflib3/vflibcap-tex to vflibcap
for tex-guy's default setteing.
NOTE: should be in tex-guy's package itself?
* Modified /etc/vflib3/vflibcaps/00vflib3 for Debian vfont policy.
* Added update-vflibcap.
- Changed vflibcap update method.
* Moved vflibcap-* as example files.
* New upstream release
* Fixed shlibs.local.
* New upstream release
* New upstream release
* Initial Release for Debian Project.