Hi All,
  Did a an updated dh-exec get uploaded? I'm seeing a closed message then a
reopen straight after it.
Version 0.30+b1 seems to be around in some places and not others.

I can get a 0.31 out, which I assume will only need that single line change.

I also don't understand why it's a binNMU when there was a change in the
source:

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

Reply via email to