X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=8c7fad0ec26639c0ae3edb13a34d2e9298da1111;hb=66a3f9223a4d8ba393f0f3e4a05a5d46a8b33daf;hp=ec7f2d7deec38950d6e8a6b1cb20f02c19144544;hpb=655b2eb3a319370039897127a65666b536af901e;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index ec7f2d7..8c7fad0 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 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' %]

+[%- PROCESS marker text=archive title=mirrors.$archive.title url=mirrors.$archive.url IF archive && archive != main_archive %] +[%- PROCESS marker text=section title=section_titles.$section url=section_urls.$section IF section && section != main_section %] +[%- PROCESS marker text=g('essential') title=g('package manager will refuse to remove this package by default') url='http://www.debian.org/doc/debian-policy/ch-binary.html#s3.8' IF page.get_newest('essential') == 'yes' %] [% UNLESS is_virtual %]
@@ -86,14 +86,14 @@ [% IF patch_tracking_url && src %] [% FOREACH src.downloads %] - [% IF name.match('\.diff\.(gz|bz2|lzma)$') %] -
  • [% g("%s Patch Tracking", organisation) %]
  • + [% IF name.match('\.(debian|diff)\.(gz|bz2|lzma)$') %] +
  • [% g("%s Patch Tracker", organisation) %]
  • [% END -%] [% END -%] [% ELSIF patch_tracking_url && is_source %] [% FOREACH srcfiles %] - [% IF filename.match('\.diff\.(gz|bz2|lzma)$') %] -
  • [% g("%s Patch Tracking", organisation) %]
  • + [% IF filename.match('\.(debian|diff)\.(gz|bz2|lzma)$') %] +
  • [% g("%s Patch Tracker", organisation) %]
  • [% END -%] [% END -%] [% END -%] @@ -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 -%]