From 82bb4a8615a33cc3346a6d7c4da59a492529afb6 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Fri, 27 Jan 2017 10:32:50 -0700 Subject: [PATCH] Remove bitmap fonts from Build-Depends and use vector fonts only AFAIK, LilyPond nowadays cannot and does not use bitmap fonts from X11. Also: - Add fonts-linuxlibertine because it is specifically used in the UTF-8 snippet; - Change fonts-freefont-ttf to fonts-freefont-otf as suggested in the docs; - Remove fonts-ipafont-gothic because fonts-ipafont-mincho alone is used, and, as a serif font, IPAMincho matches LilyPond's default fonts better. Also, Build-Conflicts with fonts-noto-cjk which contains OpenType Collection (OTC) fonts, which unfortunately Ghostscript does not yet support and would cause the build to abort. --- debian/control | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index bb7071ff99..ff325032e3 100644 --- a/debian/control +++ b/debian/control @@ -7,13 +7,11 @@ Build-Depends: debhelper (>= 9), quilt, python-all-dev (>= 2.6.6-3~), dh-python, ghostscript, texlive-latex-base, texlive-generic-recommended, texlive-latex-recommended, autotools-dev, texi2html, texlive-metapost, zip, rsync, texlive-fonts-recommended, dblatex, netpbm, imagemagick, - emacs-intl-fonts, xfonts-intl-arabic, xfonts-intl-asian, - xfonts-intl-chinese, xfonts-intl-chinese-big, xfonts-intl-european, - xfonts-intl-japanese, xfonts-intl-japanese-big, xfonts-intl-phonetic, - fonts-ipafont-gothic, fonts-ipafont-mincho, fonts-dejavu, fonts-freefont-ttf, + fonts-linuxlibertine, fonts-freefont-otf, fonts-ipafont-mincho, texlive-lang-cyrillic, fonts-texgyre, gsfonts | gsfonts-x11, extractpdfmark +Build-Conflicts: fonts-noto-cjk Section: tex Priority: optional Maintainer: Don Armstrong -- 2.39.2