Skip to content

Commit 0808e8b

Browse files
committed
packaging: always Build-Dep on docbook-xsl
docbook-xsl is needed to build the halstreamer manpage on Buster.
1 parent b083278 commit 0808e8b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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="dblatex (>= 0.2.12),\n docbook-xsl,\n dvipng,\n graphviz,\n groff,\n inkscape,\n python3-lxml,\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 fonts-dejavu"
65+
DOC_DEPENDS="dblatex (>= 0.2.12),\n dvipng,\n graphviz,\n groff,\n inkscape,\n python3-lxml,\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 fonts-dejavu"
6666

6767
case $DISTRIB_NAME in
6868
Debian-9)

debian/control.top.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Build-Depends:
1010
@KERNEL_HEADERS@,
1111
@MODUTILS_DEPENDS@,
1212
@EXTRA_BUILD@,
13+
docbook-xsl,
1314
asciidoc,
1415
ghostscript,
1516
imagemagick,

0 commit comments

Comments
 (0)