Hi!I tried to reproduce this using the upcoming version I am packging (1.15.0+ds1-1), as follows:
cd `mktemp -d` git clone https://salsa.debian.org/debian/doxygen.git/ docker pull debian:sid docker run --rm -it -v $PWD:/src -w /src debian:sidecho 'Acquire::http::Proxy "http://host.docker.internal:3142";' > /etc/apt/apt.conf.d/01proxy
apt update && apt upgrade -y && apt install -y devscripts equivs cd doxygen mk-build-deps -irGNUMAKEFLAGS='--shuffle=reverse --trace' gbp buildpackage -us -uc --git-verbose 2>&1 | tee ../build.log
without success (see attached log). Am I doing something wrong? Poalo
build.log.xz
Description: application/xz

