On Mon, Dec 22, 2025 at 07:57:13AM +1100, Craig Small wrote:
> Did a an updated dh-exec get uploaded? I'm seeing a closed message then a
> reopen straight after it.
No. The close was for the merged bug. I guess Soren didn't notice
the bug got merged.
> Version 0.30+b1 seems to be around in some places and not others.
+b1 is a binNMU, i.e. no source changes.
> I can get a 0.31 out, which I assume will only need that single line change.
Please do.
> I also don't understand why it's a binNMU when there was a change in the
> source:
The binNMU is probably unrelated.
Chris
> diff -Nru dh-exec-0.30/lib/dh-exec-filter-build-profiles
> dh-exec-0.30+nmu1/lib/dh-exec-filter-build-profiles
> --- dh-exec-0.30/lib/dh-exec-filter-build-profiles 2024-05-19
> 12:30:01.000000000 +0200
> +++ dh-exec-0.30+nmu1/lib/dh-exec-filter-build-profiles 2025-12-17
> 23:02:26.000000000 +0100
> @@ -34,7 +34,7 @@
> if (!/<([^>]*)>/) {
> $line_concerned = 1;
> }
> - while (/<([^>]*)>/) {
> + while (/(<([^>]*)>)/) {
> $line_concerned |= profile_concerned ($1, $_);
> s/<([^>]*)>\s+//;
> }
>
> - Craig