[Piuparts-commits] [piuparts] 10/13: whitespace, typo, and todo cleanup

Holger Levsen holger at moszumanska.debian.org
Sun Nov 24 05:28:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 7773f37c18e81d4764324a856f479ece8beccf28
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Nov 24 01:43:53 2013 +0100

    whitespace, typo, and todo cleanup
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 TODO                      | 3 ---
 debian/changelog          | 4 +++-
 piupartslib/packagesdb.py | 4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/TODO b/TODO
index 13b7e83..9ad4a0f 100644
--- a/TODO
+++ b/TODO
@@ -53,9 +53,6 @@ for 0.5x:
 
 - maybe compress all logfiles
 
-- once adequate 0.6 (which is fixing #709372) is available, don't run adequate
-  tests for ignored_tags anymore.
-
 - link wiki:piuparts/UseCases||UsageTips in README_1st (after we agreed on a name)
 
 
diff --git a/debian/changelog b/debian/changelog
index 1937cb0..037c114 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,8 @@ piuparts (0.56) UNRELEASED; urgency=low
   * Add support for new adequate tags missing-symbol-version-information and
     symbol-size-mismatch.
   * reschedule_oldest_logs: Report number of logfiles in recycle/.
+  * Add more piuparts exceptions to work around various failures in multiple
+    packages. Add a known_problem report for packages using exceptions.
 
  -- Andreas Beckmann <anbe at debian.org>  Tue, 22 Oct 2013 22:16:21 +0200
 
@@ -64,7 +66,7 @@ piuparts (0.54) unstable; urgency=low
     since adequate 0.7) and "ldd" to inadequate_tags and known_problems.
 
   [ David Steele ]
-  * pupartslib/packagesdb.py
+  * piupartslib/packagesdb.py
     - The dependency calculation for rdeps is reworked to match that used
       elsewhere, to allow package reserve() to drive waiting-for-dep to
       drive to 0 more quickly. (Closes: #705977)
diff --git a/piupartslib/packagesdb.py b/piupartslib/packagesdb.py
index 5156181..93b8eff 100644
--- a/piupartslib/packagesdb.py
+++ b/piupartslib/packagesdb.py
@@ -682,7 +682,7 @@ class PackagesDB:
                            random.random(), p)
                         for p in self._candidates_for_testing]
                 self._candidates_for_testing = [x[2]
-                        for x in sorted(tuples, reverse = True)]
+                        for x in sorted(tuples, reverse=True)]
         return self._candidates_for_testing[:]
 
     def _remove_unavailable_candidate(self, p):
@@ -826,7 +826,7 @@ class PackagesDB:
 
     def rdep_chain_len(self, pkg):
         if pkg.rdep_chain_len is None:
-            self.calc_rrdep_pkg_counts(pkg)
+            self._calc_rrdep_pkg_counts(pkg)
 
         return pkg.rdep_chain_len
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list