On Sat, 2 Jan 2021, Paolo Greppi wrote:

The ext/wxWidgets/docs/doxygen/out/xml dir produced with doxygen 1.8.20 is 50 MB and contains 1812 files. The ext/wxWidgets/docs/doxygen/out/xml dir produced with doxygen 1.9.0 is 42 MB and contains 1583 files.
I attach the list of contained files.

This could well be a doxygen issue. Please let me know what you think about it.

Thanks for the heads up.  I think in this case it might be a bug in wxWidgets' Doyxfile, or at least I think I've found a simple way to fix it.  I just need to do a full test.

BTW, do you happen to know how to install just a single package from experimental when using sbuild?

Scott

According to the sbuild manpage the charm should be:

--extra-repository="deb http://deb.debian.org/debian experimental main"

but TBH I dont' use sbuild directly, I use ratt which in turn calls sbuild, and ratt takes as input a .changes file.

So I build doxygen locally for sid and pass this .changes file to ratt.

That works, but it also pulls in whatever else might be in experimental. The other solution I found was to use --extra-package=doxygen_xxx.deb. That worked.

Anyway, there were two problems in wxpython4.0 with doxygen 1.9.0. One of which I will fix in wxpython, but the other one is fixed here [1]. Can you please pick up that patch in Debian?

[1] 
https://github.com/doxygen/doxygen/commit/e9ca9dcd2b4606dedfde0e6f9084c654f09becc8

Thanks,
Scott

Reply via email to