blob: 5ae636af6f63ccda6c8b02a34c24862c7caf43bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{ head("Lintian Report for $name", 1) }
<h1>{$name}</h1>
<p>
All of the packages maintained by {$maintainer} are Lintian-clean.
{
if (!$clean) {
qq( But also see the <a href="${path_prefix}full/$id">full report</a>)
. " which includes info, experimental and overridden tags";
}
}
</p>
<p>
Also see their
<a href="https://qa.debian.org/developer.php?login={$email}">QA
overview</a>.
</p>
{ foot() }
|