The following commit has been merged in the ubuntu-master branch:
commit 86cbf2e72d428638fa3371afce4d202f8821c660
Author: Frank Lichtenheld <[email protected]>
Date: Wed Feb 11 23:26:24 2009 +0000
[UBUNTU] Fix links to launchpad.net under maintainer list
Fixes LP#327472
diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
index ec7f2d7..19f5b7e 100644
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@ -142,8 +142,8 @@
'</ul>' IF loop.last;
END -%]
<p>[% g('Please consider <a href="%s">filing a bug</a> or <a href="%s">asking
a question</a> via Launchpad before contacting the maintainer directly.',
- "https://bugs.launchpad.net/ubuntu/+source/$src.pkg/+filebug",
- "https://answers.launchpad.net/ubuntu/+source/$src.pkg/+addquestion")
%]</p>
+ "https://bugs.launchpad.net/ubuntu/+source/" _ (is_source ? pkg :
src.pkg) _ "/+filebug",
+ "https://answers.launchpad.net/ubuntu/+source/" _ (is_source ? pkg :
src.pkg) _ "/+addquestion") %]</p>
[%- END -%]
[%- IF original_maintainers.size -%]
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]