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

Bug#506203: QA: 506203: proposed patch



On Wed, 2008-11-19 at 20:05 +0900, Paul Wise wrote:

> I propose this patch to fix this issue:

That patch has bitrotten since the URLs changed over time and oldpeople
no longer runs PHP. I've attached a new patch.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
Index: wml/developer.wml
===================================================================
--- wml/developer.wml	(revision 2213)
+++ wml/developer.wml	(working copy)
@@ -196,7 +196,6 @@
     $initial = strtoupper(substr($login, 0, 1));
     $maintainer_data .= "Reports: " .
         html_a("Buildd", "http://buildd.debian.org/pkg.cgi?maint=$ulogin";) . " - " .
-        html_a("Igloo", "http://people.debian.org/~igloo/status.php?email=$ulogin";) . " - " .
         html_a("Lintian", "http://lintian.debian.org/reports/maintainer/$ulogin.html";) . " - " .
         // down since 2006-11 - html_a("Checklib", "http://rerun.lefant.net/checklib/maintainers.$initial.html#$ulogin";) . " - " .
         html_a("Debtags", "http://debtags.alioth.debian.org/todo.html?maint=$ulogin";) . " - " .
@@ -940,7 +939,7 @@
         } else {
             $buildd_display = html_td(
                 html_a("Buildd", "http://buildd.debian.org/build.php?pkg=$urlpackage";) . html_br() .
-                html_a("More", "http://people.debian.org/~igloo/status.php?packages=$urlpackage";)
+                html_a("More", "http://buildd.debian.org/~luk/status/package.php?p=$urlpackage";)
             );
         }
         $line .= $buildd_display;

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: