The following commit has been merged in the master branch:
commit 88495a473fb1aef31bfcf623d2f2f9cb722165ad
Author: Simon Paillard <[email protected]>
Date: Fri Jan 15 07:53:10 2010 +0100
Add Patch Tracker link for 3.0 (quilt) src packages (Closes: #560882)
diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
index ec71a19..e680b1c 100644
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@ -92,13 +92,13 @@
[% IF patch_tracking_url && src %]
[% FOREACH src.downloads %]
- [% IF name.match('\.diff\.(gz|bz2|lzma)$') %]
+ [% IF name.match('\.(debian|diff)\.(gz|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('\.diff\.(gz|bz2|lzma)$') %]
+ [% IF filename.match('\.(debian|diff)\.(gz|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]