[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#363493: marked as done (many links to source packages in sarge updates (3.1r1, r2, r3) broken)



Your message dated Fri, 29 Sep 2006 01:50:12 +0200
with message-id <20060928235012.GE16617@gadget.maisel.enst-bretagne.fr>
and subject line release update announces: links fixed in order to point to source packages
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: www.debian.org
Severity: normal

For example in http://www.us.debian.org/News/2006/20060419, there is a
link to http://packages.debian.org/xine-lib, which is broken since there
is no xine-lib binary package. It looks like adding stable/sources/ to
the correction and dsa tags in
webwml/english/News/2006/20060419.wml should fix it.


--- End Message ---
--- Begin Message ---
Hello,

I applied the following patch to all release update announcements.

Thus, links concerning DSA now point to
<http://packages.debian.org/src:$package>.


-- 
Simon Paillard
@@ -10,14 +10,14 @@
         <td align="center"><:
     my @p = ();
     for my $p (split (/,\s*/, "%2")) {
-       push (@p, sprintf ('<a href="http://packages.debian.org/%s";>%s</a>', $p, $p));
+       push (@p, sprintf ('<a href="http://packages.debian.org/src:%s";>%s</a>', $p, $p));
     }
     print join (", ", @p);
 :></td><td align="left">%3</td></tr>
 </define-tag>

 <define-tag correction>
-    <tr><td><a href="http://packages.debian.org/%0";>%0</a></td>              <td>%1</td></tr>
+    <tr><td><a href="http://packages.debian.org/src:%0";>%0</a></td>              <td>%1</td></tr>
 </define-tag>

--- End Message ---

Reply to: