From b78c30f44448bff7b33468f266ca4bd963ae89bb Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Mon, 30 Aug 2010 20:23:08 +0200 Subject: [PATCH] It's debian.tar.gz, not debian.gz :) --- templates/html/show.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -%] -- 2.39.2