X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=ec7f2d7deec38950d6e8a6b1cb20f02c19144544;hb=9786e970292c154845a5f5dbc3086191ea59a6f0;hp=8f76bb275317586cd306d06024214b4c663e41ee;hpb=3c396ed67e80cc413303725209ebcfe7b3e36554;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 8f76bb2..ec7f2d7 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -56,9 +56,9 @@ [% ELSE %]

[% g('Package: %s (%s)', pkg, versions.short) %] [% END %] -[%- PROCESS marker text=archive IF archive && archive != main_archive %] -[%- PROCESS marker text=section IF section && section != main_section %] -[%- PROCESS marker text=g('essential') IF page.get_newest('essential') == 'yes' %]

+[%- PROCESS marker text=archive title=mirrors.$archive.title IF archive && archive != main_archive %] +[%- PROCESS marker text=section title=section_titles.$section IF section && section != main_section %] +[%- PROCESS marker text=g('essential') title=g('package manager will refuse to remove this package by default') IF page.get_newest('essential') == 'yes' %] [% UNLESS is_virtual %]
@@ -80,9 +80,23 @@ SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info; IF vcs_info %] ([% vcs_name %]) -[% END; END %] +[% END; END -%] -[% END %] +[% END -%] + +[% IF patch_tracking_url && src %] + [% FOREACH src.downloads %] + [% IF name.match('\.diff\.(gz|bz2|lzma)$') %] +
  • [% g("%s Patch Tracking", organisation) %]
  • + [% END -%] + [% END -%] +[% ELSIF patch_tracking_url && is_source %] + [% FOREACH srcfiles %] + [% IF filename.match('\.diff\.(gz|bz2|lzma)$') %] +
  • [% g("%s Patch Tracking", organisation) %]
  • + [% END -%] + [% END -%] +[% END -%] @@ -98,12 +112,7 @@ [% END %] [% END %] -[% IF maintainers.size == 1 -%] -

    [% g('Maintainer:') %]

    -[%- ELSE -%] -

    [% g('Maintainers:') %]

    -[%- END %] -[%- FOREACH maintainers; +[%- BLOCK handle_maintainer; mailarchiveurl = ''; IF (matches = mail.match('^(.*)@lists\.debian\.org$')); mailarchiveurl = 'http://lists.debian.org/' _ uri_escape(matches.0) _ '/'; @@ -112,11 +121,43 @@ ELSIF (matches = mail.match('^(.*)@lists\.ubuntu\.com$')); mailarchiveurl = 'http://lists.ubuntu.com/archives/' _ uri_escape(matches.0) _ '/'; END -%] - [%- '' IF loop.last -%] +[% END -%] + +[%- IF maintainers.size -%] +[% IF maintainers.size == 1 -%] +

    [% g('Maintainer:') %]

    +[%- ELSE -%] +

    [% g('Maintainers:') %]

    +[%- END %] +[%- FOREACH m IN maintainers; + '' 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") %]

    +[%- END -%] + +[%- IF original_maintainers.size -%] +[% IF original_maintainers.size == 1 -%] +

    [% g('Original Maintainer (usually from Debian):') %]

    +[%- ELSE -%] +

    [% g('Original Maintainers (usually from Debian):') %]

    +[%- END %] +[%- FOREACH m IN original_maintainers; + '' IF loop.last; + END -%] +

    [% g('It should generally not be necessary for users to contact the original maintainer.') %]

    [%- END -%] [% url = page.get_newest('url'); @@ -234,26 +275,26 @@ [%- END %]