The following commit has been merged in the master branch:
commit 089bd1edc808c64058f069e3c71ce624eff495c4
Author: Ole Streicher <oleb...@debian.org>
Date:   Sat Mar 19 23:03:08 2016 +0100

    Remove unused attribute 'filename'

diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index d8dda29..3b69ff3 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -732,7 +732,6 @@ class DependantPackage:
         self.properties['stable_testing_version'] = []  # (release, version) 
tuples where release is codename for stable and testing
         self.properties['version'] = []  # list of {'release', 'version', 
'archs'} dictionary containing version and architecture information
         self.vcs_found      = 0     # we need a flag to store the fact whether 
Vcs information of a package is in UDD
-        self.filename       = None  # Filename of package in the Debian pool
         self.desc           = {}    # Prospective packages should have a 
description ...
                                     # ... which could be copied to (or from if 
exists)
                                     # WNPP bug and finally can be used for 
packaging
diff --git a/webtools/blendstasktools_udd.py b/webtools/blendstasktools_udd.py
index f423182..d396a6f 100644
--- a/webtools/blendstasktools_udd.py
+++ b/webtools/blendstasktools_udd.py
@@ -693,7 +693,6 @@ class DependantPackage:
         self.screenshots    = []    # list of {'version', 'url'} dictionary 
containing screenshot information
         self.icon           = None  # URL of small screenshot icon
         self.screenshot_url = None  # URL to screenshots.debian.net
-        self.filename       = None  # Filename of package in the Debian pool
         self.desc           = {}    # Prospective packages should have a 
description ...
                                     # ... which could be copied to (or from if 
exists)
                                     # WNPP bug and finally can be used for 
packaging

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
Blends-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to