https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25792 --- Comment #9 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Mason James from comment #8) > (In reply to Julian Maurice from comment #7)
(In reply to Tomás Cohen Arazi from comment #6)
The fonts-dejavu package is available back to Jessie and the plan is to drop the transitional ttf-dejavu package in bullseye:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872809
So this is ok.
Can we remove reference to ttf-dejavu ? In ubuntu fonts-dejavu is available since trusty.
hmm, yes, i think so...
but, there is a problem for current koha installs, that the font path in koha-conf.xml will be incorrect
<ttf> <font type="TR"
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf</font> ... </ttf>
when the unrequired ttf-dejavu package's symlinks are removed (eg: apt autoremove) the paths will need to be manually corrected keeping the ttf-dejavu reference in debian/control would postpone this problem until the system is upgraded to deb11/bullseye (which is probably a good thing?)
any thoughts?
Ok, it is probably better this way then. -- You are receiving this mail because: You are watching all bug changes.