The following commit has been merged in the master branch:
commit dac75b8abb280a76e977858d2abe593ed5cf6635
Author: Simon Paillard <[email protected]>
Date: Thu Aug 11 20:33:42 2011 +0200
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)$') %]
<li><a href="[% "$patch_tracking_url/$src.pkg/$src.version" %]">[% g("%s
Patch Tracker", organisation) %]</a></li>
[% 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)$') %]
<li><a href="[% "$patch_tracking_url/$pkg/$version" %]">[% g("%s Patch
Tracker", organisation) %]</a></li>
[% END -%]
[% END -%]
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]