Author: tille
Date: Wed May 23 20:05:23 2012
New Revision: 3348

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=3348
Log:
Now actually use the publication data for packages in new and vcs

Modified:
    blends/trunk/webtools/blendstasktools.py

Modified: blends/trunk/webtools/blendstasktools.py
URL: 
http://svn.debian.org/wsvn/blends/blends/trunk/webtools/blendstasktools.py?rev=3348&op=diff
==============================================================================
--- blends/trunk/webtools/blendstasktools.py (original)
+++ blends/trunk/webtools/blendstasktools.py Wed May 23 20:05:23 2012
@@ -1666,6 +1666,7 @@
                 dep.desc['en']['long']  = 
Markup(render_longdesc(row['long_description_en'].splitlines()))
                 (_name, _url) = email.Utils.parseaddr(row['maintainer'])
                 dep.responsible = '<a href="mailto:%s";>%s</a>' % (_url, 
to_unicode(_name))
+                dep.SetPublications(row)
                 if row['changed_by']:
                     try:
                         changed = to_unicode(row['changed_by'])
@@ -1746,6 +1747,7 @@
                     dep.properties[prop] = row[prop]
                 if int(row['wnpp']) > 0:
                     dep.properties['wnpp'] = row['wnpp']
+                dep.SetPublications(row)
                 dep.desc['en']['short'] = 
MarkupString(to_unicode(row['description_en']), dep.pkg, 'ShortDesc - New')
                 dep.desc['en']['long']  = 
Markup(render_longdesc(row['long_description_en'].splitlines()))
                 (_name, _url) = email.Utils.parseaddr(row['maintainer'])


_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to