From: Frank Lichtenheld Date: Sun, 11 May 2008 20:27:52 +0000 (+0200) Subject: [ARCHIVE] Suppress SHA1 and SHA256 fields, since they are never available anyway X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=7543f8e0c4d9364c850a7ddc6788bca245bb68d1;p=deb%2Fpackages.git [ARCHIVE] Suppress SHA1 and SHA256 fields, since they are never available anyway --- diff --git a/templates/html/download.tmpl b/templates/html/download.tmpl index 97ef81e..07e3611 100644 --- a/templates/html/download.tmpl +++ b/templates/html/download.tmpl @@ -106,8 +106,8 @@ deb http://[% mirrors.$archive.europa.0 %] [% suite %] main [% section - - +
[% 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') %]
[%- PROCESS 'html/foot.tmpl' page_name="$pkg/download" -%]