[med-svn] r1347 - trunk/community/infrastructure/test
tille at alioth.debian.org
tille at alioth.debian.org
Sat Feb 9 20:37:43 UTC 2008
Author: tille
Date: 2008-02-09 20:37:43 +0000 (Sat, 09 Feb 2008)
New Revision: 1347
Modified:
trunk/community/infrastructure/test/update-tasks
Log:
Output looks similar to Davids, Links to packages are missing yet
Modified: trunk/community/infrastructure/test/update-tasks
===================================================================
--- trunk/community/infrastructure/test/update-tasks 2008-02-09 18:36:10 UTC (rev 1346)
+++ trunk/community/infrastructure/test/update-tasks 2008-02-09 20:37:43 UTC (rev 1347)
@@ -101,8 +101,9 @@
node.url.content = deppkg.homepage
node.longdesc.raw = deppkg.pkgLongDesc
- node.version.content = "Version: %s" % 'to be determined' # det[package]['Version']
- node.license.content = "License: %s" % 'to be determined' # det[package]['License']
+ node.version.content = "Version: %s" % deppkg.version
+ if deppkg.license != None:
+ node.license.content = "License: %s" % deppkg.license
node.pkgurl.atts['href'] = 'to be determined' # det[package]['Pkg-URL']
node.pkgurl.content = "Official Debian package"
node.deburl.atts['href'] = 'to be determined' # det[package]['Deb-URL']
More information about the debian-med-commit
mailing list