From: Frank Lichtenheld Date: Mon, 3 Sep 2007 10:47:08 +0000 (+0200) Subject: html/show.tmpl: Don't show changelog links for other archives X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=404e70717590f860d3db41bef40957e6df651324;p=deb%2Fpackages.git html/show.tmpl: Don't show changelog links for other archives We don't extract changelogs for backports/volatile/gnuab currently, so don't show the links there. --- diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 88274f4..a9ef338 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -62,7 +62,7 @@
  • Developer Information (PTS)
  • [%- END %] -[% IF files %] +[% IF files && (!archive or archive == main_archive or archive == 'security') %]
  • Debian Changelog
  • Copyright File
  • [% END %]