Skip to content

Commit ca8510d

Browse files
committed
add linuxcnc-uspace manpage build deps to control.top.in
The manpages go in linuxcnc-uspace.deb (not in linuxcnc-doc-en), so they are built with the architecture-dependent ("binary") debs. Since some manpages are written in asciidoc rather than roff, these build dependencies are needed in Build-Depends (which is satisfied for both architecture-dependent and architecture-independent builds), not just in Build-Depends-Indep.
1 parent bc844ee commit ca8510d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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,\n fonts-dejavu"
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"
6666

6767
case $DISTRIB_NAME in
6868
Debian-9)

debian/control.top.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Build-Depends:
1010
@KERNEL_HEADERS@,
1111
@MODUTILS_DEPENDS@,
1212
@EXTRA_BUILD@,
13+
asciidoc,
14+
ghostscript,
15+
imagemagick,
16+
source-highlight,
17+
asciidoc-dblatex,
1318
autoconf,
1419
automake,
1520
bwidget (>= 1.7),

0 commit comments

Comments
 (0)