X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=templates%2Fhtml%2Fshow.tmpl;h=8b4a6e26389ce9d259a91a4dca22082a3ebbc40c;hb=dac75b8abb280a76e977858d2abe593ed5cf6635;hp=8fc9143544a924066c7cb38dff5d0a80287353b9;hpb=21c2a93fccfe13b14c13460a8ebff5913e4ba167;p=deb%2Fpackages.git diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 8fc9143..8b4a6e2 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\.tar|diff)\.(gz|bz2|lzma)$') %] + [% IF name.match('\.(debian\.tar|diff)\.(gz|xz|bz2|lzma)$') %]
  • [% g("%s Patch Tracker", organisation) %]
  • [% END -%] [% END -%] [% ELSIF patch_tracking_url && is_source %] [% FOREACH srcfiles %] - [% IF filename.match('\.(debian\.tar|diff)\.(gz|bz2|lzma)$') %] + [% IF filename.match('\.(debian\.tar|diff)\.(gz|xz|bz2|lzma)$') %]
  • [% g("%s Patch Tracker", organisation) %]
  • [% END -%] [% END -%]