[med-svn] r1581 - trunk/community/infrastructure/scripts
tille at alioth.debian.org
tille at alioth.debian.org
Fri Mar 14 07:07:59 UTC 2008
Author: tille
Date: 2008-03-14 07:07:58 +0000 (Fri, 14 Mar 2008)
New Revision: 1581
Modified:
trunk/community/infrastructure/scripts/update-tasks
Log:
Add WNPP bug number to unofficial packages
Modified: trunk/community/infrastructure/scripts/update-tasks
===================================================================
--- trunk/community/infrastructure/scripts/update-tasks 2008-03-14 05:12:59 UTC (rev 1580)
+++ trunk/community/infrastructure/scripts/update-tasks 2008-03-14 07:07:58 UTC (rev 1581)
@@ -2,8 +2,8 @@
#
# This Python script is:
-# (C) 2007-2008, David Paleino <d.paleino at gmail.com>,
-# Andreas Tille <tille at debian.org>
+# (C) 2007, David Paleino <d.paleino at gmail.com>,
+# 2008, David Paleino <d.paleino at gmail.com>, Andreas Tille <tille at debian.org>
#
# It is licensed under the terms of GNU General Public License (GPL)
# v3, or any later revision.
@@ -81,7 +81,7 @@
if len(list_of_dependencies) > 0:
node.unofficial_head.raw = """<h2>
<a id="unofficial-debs" name="unofficial-debs"></a>
- Experimental or unofficial Debian packages
+ Experimental or unofficial Debian packages, projects with packaging stuff in SVN
</h2>"""
node.unofficial.repeat(renderUnofficial, range(len(list_of_dependencies)))
# error = False
@@ -152,6 +152,8 @@
node.responsible.content = deppkg.responsible
else:
node.responsible.raw = "no one"
+ if deppkg.wnpp:
+ node.wnpp.raw = " — <a href=\"http://bugs.debian.org/%s\">wnpp</a>" % deppkg.wnpp
# Let's try to get the version from the package name
# (following Debian standards: <name>_<ver>_<arch>.deb)
More information about the debian-med-commit
mailing list