The following commit has been merged in the master branch:
commit ad848c5d82901a85a26ea95397bd7b7bb63af28c
Author: Akshita Jha <[email protected]>
Date:   Wed Jul 29 16:08:37 2015 +0530

    Modify blendstasktools_udd.py : Add link to packages.debian.org search page

diff --git a/webtools_py3/blendstasktools_udd.py 
b/webtools_py3/blendstasktools_udd.py
index 94d2cae..3dfbeff 100644
--- a/webtools_py3/blendstasktools_udd.py
+++ b/webtools_py3/blendstasktools_udd.py
@@ -1192,9 +1192,9 @@ class TaskDependencies:
                     except UnicodeDecodeError as err:
                         logger.error("Encoding problem for last uploader - 
assume same as maintainer for package %s (%s)", dep.pkg, err)
 
-           # link to packages.debian.org search page to see overview about all
-           # package versions in all releases
-           # dep.properties['pkg-url'] = PKGURLMASK % dep.pkg
+            # link to packages.debian.org search page to see overview about all
+            # package versions in all releases
+            dep.properties['pkg-url'] = PKGURLMASK % dep.pkg
 
             for l in languages:
                 if 'description_'+l in row and row['description_'+l] != None:

-- 
Static and dynamic websites for Debian Pure Blends

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

Reply via email to