Skip to content

Commit

Permalink
[BUILD] Add docbook-xsl build-dep
Browse files Browse the repository at this point in the history
Compilation fails if `docbook-xsl` is not installed

```
cd t38_manual ; xsltproc ../wrapper.xsl ../t38_manual.xml
error : Unknown IO error
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"
compilation error: file ../wrapper.xsl line 3 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl
make[3]: *** [Makefile:492: t38_manual/index.html] Error 5
```
  • Loading branch information
s3rj1k authored Feb 12, 2025
1 parent b3c1273 commit a3f025d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: spandsp
Section: libs
Priority: optional
Maintainer: FreeSWITCH Solutions <packages@freeswitch.com>
Build-Depends: debhelper (>= 9), libtiff-dev, libjpeg-dev, doxygen, autotools-dev, xsltproc
Build-Depends: debhelper (>= 9), libtiff-dev, libjpeg-dev, doxygen, autotools-dev, docbook-xsl, xsltproc
Standards-Version: 3.9.6

Package: libspandsp3
Expand Down

0 comments on commit a3f025d

Please sign in to comment.