On Tue, 26 Oct 2021 at 21:54:51 +0200, Sylvestre Ledru wrote: > Le 26/10/2021 à 20:57, Simon McVittie a écrit : > > The check that is failing is > > > >> if test /usr/share/man/man1/llc-$VERSION.1.gz; then > > but I assume this should have been something more like: > > if ! test -f "/usr/share/man/man1/llc-$VERSION.1.gz"; then > > hmm, bizarre, I fixed it before. I guess it has been removed during a > merge?!
Looks like the version of "Bring back the llvm manpages (Closes: #995684)" on the 12 branch is correct, but the version of that commit on the 13 branch is different and has this bug. smcv