Bug#660298: Debian Reference --- adding pdf support apparently now possible?
Osamu Aoki <[email protected]>
| Newsgroups | gmane.linux.debian.devel.bugs.general,gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <[email protected]> |
Hi, PT has some strange issue even after fixing HTML build error. While I am working on it... I need your rational for below. On Fri, Apr 28, 2017 at 10:07:04PM +0200, Holger Wansing wrote: > --- a/debian/control > +++ b/debian/control > @@ -11,7 +11,9 @@ Build-Depends-Indep: docbook-xml, > python, > w3m, > xsltproc, > - zip > + zip, > + fonts-vlgothic, > + fonts-wqy-microhei I wonder the reason of these font choices for PDF. texlive-lang-japanese uses IPA produced fonts. texlive-lang-chinese uses fonts-arphic-* fonts. Why build with these? I kept these but added these new dependencies. Maybe ... I should disable BUILDOPT:= --parallel in debian/rules to see easily readable log. Osamu