On 28/02/2025 19:12, Yavor Doganov wrote:
On Fri, Feb 28, 2025 at 10:05:32AM +0100, Emilio Pozuelo Monfort wrote:
On 28/02/2025 00:37, Yavor Doganov wrote:
The ben file for gnustep-base will need a little correction to take
into account universal-detector:
is_affected = .depends ~ /\b(libgnustep\-base1\.31|libgnustep\-base1\.30)\b/ |
.source ~ /universal-detector/;
is_good = .depends ~ /\b(libgnustep\-base1\.31|gnustep\-base\-abi\-1\.31)\b/;
is_bad = .depends ~ /\b(libgnustep\-base1\.30|gnustep\-base\-abi\-1\.30)\b/;
Adding it like that won't help, it will just show up as unknown as it
doesn't depend on either of those packages.
I don't think that's the case:
$ apt-cache show libuniversaldetector-dev | grep ^Depends
Depends: gnustep-base-abi-1.30
Since it's just one package, we can trigger a rebuild for it and
keep an eye on it.
OK, the important thing is not to forget to schedule binNMUs for
universal detector as well (the dependency guarantees that it will be
rebuilt before unar). You are probably right that it's not worth the
trouble to amend the ben file.
Go ahead.
Thanks very much; all uploaded.
gnustep-gui is failing its own autopkgtests. Can you take a look?
Cheers,
Emilio