[med-svn] r1988 - trunk/community/infrastructure/scripts
tille at alioth.debian.org
tille at alioth.debian.org
Fri Jun 6 09:46:47 UTC 2008
Author: tille
Date: 2008-06-06 09:46:45 +0000 (Fri, 06 Jun 2008)
New Revision: 1988
Modified:
trunk/community/infrastructure/scripts/cddtasktools.py
Log:
Finally enable Homepage and homepage (lower case) as key to get rid of useless warnings.
Modified: trunk/community/infrastructure/scripts/cddtasktools.py
===================================================================
--- trunk/community/infrastructure/scripts/cddtasktools.py 2008-06-06 09:40:30 UTC (rev 1987)
+++ trunk/community/infrastructure/scripts/cddtasktools.py 2008-06-06 09:46:45 UTC (rev 1988)
@@ -445,7 +445,7 @@
continue
# The following keys will be mostly used for programs that
# are not yet existing in Debian and will go to our todo list
- if key == 'homepage':
+ if key.lower() == 'homepage':
if dep != None:
dep.homepage = stanza['homepage']
else:
More information about the debian-med-commit
mailing list