Il 02/01/21 02:51, Scott Talbert ha scritto:
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.
Here are the debs I used in case they may help you:
https://www.libpf.com/doxygen_1.9.0.tar.xz
Paolo