[Blends-commit] [SCM] website branch, master, updated. ad848c5d82901a85a26ea95397bd7b7bb63af28c
Akshita Jha
akshita-guest at users.alioth.debian.org
Wed Jul 29 10:40:00 UTC 2015
The following commit has been merged in the master branch:
commit ad848c5d82901a85a26ea95397bd7b7bb63af28c
Author: Akshita Jha <akshita-guest at users.alioth.debian.org>
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
More information about the Blends-commit
mailing list