From: Frank Lichtenheld Date: Wed, 11 Feb 2009 23:26:24 +0000 (+0000) Subject: [UBUNTU] Fix links to launchpad.net under maintainer list X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=86cbf2e72d428638fa3371afce4d202f8821c660;ds=sidebyside [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 @@ '' IF loop.last; END -%]

[% g('Please consider filing a bug or asking a question 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") %]

+ "https://bugs.launchpad.net/ubuntu/+source/" _ (is_source ? pkg : src.pkg) _ "/+filebug", + "https://answers.launchpad.net/ubuntu/+source/" _ (is_source ? pkg : src.pkg) _ "/+addquestion") %]

[%- END -%] [%- IF original_maintainers.size -%]