From: Gerfried Fuchs Date: Mon, 30 Aug 2010 18:23:08 +0000 (+0200) Subject: It's debian.tar.gz, not debian.gz :) X-Git-Url: https://git.deb.at/w?p=deb%2Fpackages.git;a=commitdiff_plain;h=b78c30f44448bff7b33468f266ca4bd963ae89bb It's debian.tar.gz, not debian.gz :) --- diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index c03f50e..e86af33 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -95,13 +95,13 @@ [% IF patch_tracking_url && src %] [% FOREACH src.downloads %] - [% IF name.match('\.(debian|diff)\.(gz|bz2|lzma)$') %] + [% IF name.match('\.(debian\.tar|diff)\.(gz|bz2|lzma)$') %]
  • [% g("%s Patch Tracker", organisation) %]
  • [% END -%] [% END -%] [% ELSIF patch_tracking_url && is_source %] [% FOREACH srcfiles %] - [% IF filename.match('\.(debian|diff)\.(gz|bz2|lzma)$') %] + [% IF filename.match('\.(debian\.tar|diff)\.(gz|bz2|lzma)$') %]
  • [% g("%s Patch Tracker", organisation) %]
  • [% END -%] [% END -%]