[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#961221: broken lintian report link on packages overview



Control: tags -1 patch
Control: retitle -1 DDPO: Use udd.d.o for Lintian report link

On Thu, 21 May 2020 11:05:28 -0400 Ryan Kavanagh <rak@debian.org> wrote:
Package: qa.debian.org
Severity: normal

The "Lintian" reports link on packages overview pages are broken. For
example, clicking on "Lintian" on my packages overview page [0] brings
you to the following non-existing page [1]. It looks like the page may
have moved to [2].

[0] https://qa.debian.org/developer.php?login=rak&comaint=yes
[1] https://lintian.debian.org/reports/maintainer/rak%40debian.org.html
[2] https://lintian.debian.org/maintainer/Ryan%20Kavanagh%20%3Crak@debian.org%3E.html

The attached patch resolves the issue by using udd.d.or instead of lintian.d.o.

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
From 1cc78ae1e0d9b8382ce1b28446c9cdbdeb12e9d0 Mon Sep 17 00:00:00 2001
From: Bas Couwenberg <sebastic@debian.org>
Date: Fri, 24 Feb 2023 14:38:25 +0100
Subject: Replace lintian.d.o with udd.d.o in Reports link.

---
 wml/developer.wml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wml/developer.wml b/wml/developer.wml
index c26ee4e1..9cba994a 100644
--- a/wml/developer.wml
+++ b/wml/developer.wml
@@ -210,7 +210,7 @@ function print_header_entries_body($login, $name)
     $maintainer_data .= "Reports: " .
         html_a("Dashboard", "https://udd.debian.org/dmd.cgi?email1=$ulogin";) . " - " .
         html_a("Buildd", "https://buildd.debian.org/status/package.php?p=$ulogin&amp;comaint="; . isdisplayed('comaint')) . " - " .
-        html_a("Lintian", "https://lintian.debian.org/reports/maintainer/$ulogin.html";) . " - " .
+        html_a("Lintian", "https://udd.debian.org/lintian/?email1=$ulogin#all";) . " - " .
         html_a("Debtags", "https://debtags.debian.org/reports/maint/$login";) . " - " . // enrico says no encoding is ok
         html_a("Piuparts", "https://piuparts.debian.org/sid/maintainer/$initial/$ulogin.html";) . " - " .
         html_a("Janitor", "https://janitor.debian.net/m/$login";) . " - " .
-- 
2.30.2


Reply to: