From: Simon Paillard Date: Thu, 11 Aug 2011 18:33:42 +0000 (+0200) Subject: archive now supports xz compression X-Git-Url: https://git.deb.at/w?p=deb%2Fpackages.git;a=commitdiff_plain;h=dac75b8abb280a76e977858d2abe593ed5cf6635 archive now supports xz compression http://lists.debian.org/debian-devel-announce/2011/08/msg00001.html --- 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 -%]