On 2019-02-04 01:04, Paolo Greppi wrote:
> Source: ccfits
> Severity: serious
> 
> Dear Maintainer,
> 
> I tested your package against a draft package for doxygen 1.8.15:
> https://bugs.debian.org/919413
> 
> and it FTBFS with this error:
> make[2]: *** [Makefile:8: refman.pdf] Error 1
> 

That actually looks like a bug in doxygen. CCfits depends on
doxygen-latex, which according to its description should provide
everything needed:

| Package: doxygen-latex
| ...
| Description-en: Documentation system for C, C++, Java, Python and other 
languages
|  Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL
|  and to some extent PHP, C#, and D.  It can generate an on-line class browser
|  (in HTML) and/or an off-line reference manual (in LaTeX) from a set of
|  documented source files.
|  .
|  This dependency package adds dependencies for all LaTeX packages required
|  to build documents using the default stylesheet.

ccfits doesn't do anything fancy, it just generates the latex file using
doxygen and then run pdflatex on it. If a dependency is missing for
that, it should be added to doxygen-latex.

Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurel...@aurel32.net                 http://www.aurel32.net

Reply via email to