X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fdownload.tmpl;h=a021d5559623d232ed72c7cc3b96bfbbe08a14c4;hb=02f30d3423f0e854f4e0f572cb9f378c87a3c276;hp=200e07e1f882fd692d89880b80cf74c9e8bed070;hpb=d5e622d42460518dc365802aac38cbec778f824d;p=deb%2Fpackages.git diff --git a/templates/html/download.tmpl b/templates/html/download.tmpl index 200e07e..a021d55 100644 --- a/templates/html/download.tmpl +++ b/templates/html/download.tmpl @@ -30,7 +30,7 @@ deb http://[% mirrors.$archive.europa.0 %] [% suite %] main [% section

[% g('Replacing %s with the mirror in question.', mirrors.$archive.europa.0) %] [% ELSE %]

-deb http://security.ubuntu.com/ubuntu [% suite _ "-security" %] main [% section IF section != main_section %]
+deb [% 'http://' _ security_mirror_url %] [% suite _ security_suite_suffix %] main [% section IF section != main_section %]
 
[%- END %] [% IF suite == "experimental" %] @@ -73,8 +73,9 @@ deb http://security.ubuntu.com/ubuntu [% suite _ "-security" %] main [% section [% ELSE %]

[% g('You can download the requested file from the %s subdirectory at:', filename.directory) %]

- -

[% g('Ubuntu security updates are currently officially distributed only via security.ubuntu.com.') %]

+ +

[% g('%s security updates are officially distributed only via %s.', + organisation, security_mirror) %]

[% END %]
@@ -98,7 +99,7 @@ deb http://security.ubuntu.com/ubuntu [% suite _ "-security" %] main [% section

[% g('More information on %s:', filename.file) %]

- +
[% g('Exact Size') %] [% g('%s Byte (%s %s)', size, pkgsize, pkgsize_unit) %]
[% g('Exact Size') %] [% g('%s Byte (%s %s)', size, num.format_number(pkgsize,1), pkgsize_unit) %]
[% g('MD5 checksum') %] [% md5sum %]
[% g('SHA1 checksum') %] [% sha1 || g('Not Available') %]
[% g('SHA256 checksum') %] [% sha256 || g('Not Available') %]