Skip to content

Commit bc844ee

Browse files
committed
Debian Unstable now needs fonts-dejavu for building docs
This deb is available on Buster too, so I just added it unconditionally to the build deps, no debian/configure trickery needed.
1 parent c8dd11e commit bc844ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ elif [ -f /etc/lsb-release ]; then
6262
fi
6363

6464
if [ -n "$ENABLE_BUILD_DOCUMENTATION" ]; then
65-
DOC_DEPENDS="asciidoc (>= 8.5),\n dblatex (>= 0.2.12),\n docbook-xsl,\n dvipng,\n ghostscript,\n graphviz,\n groff,\n imagemagick,\n inkscape,\n python3-lxml,\n source-highlight,\n w3c-linkchecker,\n xsltproc,\n texlive-extra-utils,\n texlive-font-utils,\n texlive-fonts-recommended,\n texlive-lang-cyrillic,\n texlive-lang-european,\n texlive-lang-french,\n texlive-lang-german,\n texlive-lang-polish,\n texlive-lang-spanish,\n texlive-latex-recommended,\n asciidoc-dblatex"
65+
DOC_DEPENDS="asciidoc (>= 8.5),\n dblatex (>= 0.2.12),\n docbook-xsl,\n dvipng,\n ghostscript,\n graphviz,\n groff,\n imagemagick,\n inkscape,\n python3-lxml,\n source-highlight,\n w3c-linkchecker,\n xsltproc,\n texlive-extra-utils,\n texlive-font-utils,\n texlive-fonts-recommended,\n texlive-lang-cyrillic,\n texlive-lang-european,\n texlive-lang-french,\n texlive-lang-german,\n texlive-lang-polish,\n texlive-lang-spanish,\n texlive-latex-recommended,\n asciidoc-dblatex,\n fonts-dejavu"
6666

6767
case $DISTRIB_NAME in
6868
Debian-9)

0 commit comments

Comments
 (0)