[med-svn] r1505 - trunk/community/infrastructure/scripts
tille at alioth.debian.org
tille at alioth.debian.org
Mon Mar 3 19:10:08 UTC 2008
Author: tille
Date: 2008-03-03 19:10:07 +0000 (Mon, 03 Mar 2008)
New Revision: 1505
Modified:
trunk/community/infrastructure/scripts/cddtasktools.py
trunk/community/infrastructure/scripts/update-tasks
Log:
inofficial -> unofficial
Modified: trunk/community/infrastructure/scripts/cddtasktools.py
===================================================================
--- trunk/community/infrastructure/scripts/cddtasktools.py 2008-03-03 12:43:43 UTC (rev 1504)
+++ trunk/community/infrastructure/scripts/cddtasktools.py 2008-03-03 19:10:07 UTC (rev 1505)
@@ -112,7 +112,7 @@
self.pkgShortDesc = None # Prospective packages should have a description ...
self.pkgLongDesc = None # ... which could be copied to (or from if exists)
# WNPP bug and finally can be used for packaging
- self.pkgURL = None # URL of inofficial package
+ self.pkgURL = None # URL of unofficial package
# sort these objects according to the package name
def __cmp__(self, other):
Modified: trunk/community/infrastructure/scripts/update-tasks
===================================================================
--- trunk/community/infrastructure/scripts/update-tasks 2008-03-03 12:43:43 UTC (rev 1504)
+++ trunk/community/infrastructure/scripts/update-tasks 2008-03-03 19:10:07 UTC (rev 1505)
@@ -2,7 +2,8 @@
#
# This Python script is:
-# (C) 2007, David Paleino <d.paleino at gmail.com>
+# (C) 2007-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.
@@ -79,8 +80,8 @@
list_of_dependencies = cdeps.GetListOfDepsForTask(task, dependencytypes=('unofficial',))
if len(list_of_dependencies) > 0:
node.unofficial_head.raw = """<h2>
-<a id="inofficial-debs" name="inofficial-debs"></a>
- Experimental or inofficial Debian packages
+<a id="unofficial-debs" name="unofficial-debs"></a>
+ Experimental or unofficial Debian packages
</h2>"""
node.unofficial.repeat(renderUnofficial, range(len(list_of_dependencies)))
# error = False
More information about the debian-med-commit
mailing list