From 28750f2602b3e1c30442e31c71c26c753f3c66ae Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 6 Sep 2025 17:15:36 -0700 Subject: [PATCH] it's package_tracking_domain, not subscription_domain --- Debbugs/CGI/Pkgreport.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Debbugs/CGI/Pkgreport.pm b/Debbugs/CGI/Pkgreport.pm index 6f29e931..746552a2 100644 --- a/Debbugs/CGI/Pkgreport.pm +++ b/Debbugs/CGI/Pkgreport.pm @@ -143,8 +143,8 @@ sub generate_package_info{ push @references, sprintf "to the %s package page", html_escape("$config{package_pages}/$package"), html_escape("$package"); } - if (defined $config{subscription_domain} and - length $config{subscription_domain}) { + if (defined $config{package_tracking_domain} and + length $config{package_tracking_domain}) { my $ptslink = $param{binary} ? $srcforpkg : $package; # the pts only wants the source, and doesn't care about src: (#566089) $ptslink =~ s/^src://; -- 2.47.3