X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fdownload.tmpl;h=8cd30c5fbce5681a862d4bcb5de47de6aab0b269;hb=48f3321140ad5bcc857d33ca335244f4685afdb1;hp=5af883d5f7decc8308d0d933b912d406a0acdc8d;hpb=eb7a14fed094e6a7629cf5154357ccf16c6163ff;p=deb%2Fpackages.git diff --git a/templates/html/download.tmpl b/templates/html/download.tmpl index 5af883d..8cd30c5 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.debian.org/debian-security [% suite _ "/updates" %] 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.debian.org/debian-security [% suite _ "/updates" %] main [% [% ELSE %]

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

- -

[% g('Debian security updates are currently officially distributed only via security.debian.org.') %]

+ +

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

[% END %]
@@ -98,7 +99,7 @@ deb http://security.debian.org/debian-security [% suite _ "/updates" %] main [%

[% 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') %]