[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. 0.0.95-14-gb48edc5

Ryan Niebur ryanryan52 at gmail.com
Fri May 15 07:30:27 UTC 2009


The following commit has been merged in the master branch:
commit b48edc5b67aab2ddc93f08a69b04357aed39c2fc
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Fri May 15 00:30:13 2009 -0700

    use parentheses

diff --git a/aptcleanup b/aptcleanup
index 623a27d..a12cec4 100755
--- a/aptcleanup
+++ b/aptcleanup
@@ -55,7 +55,7 @@ p.pins.each do |pin|
     pack_with_vers = pinned_package + unpinned_candidate_version
 
     # read which bugs caused the pinning ("bugs that the user fears")
-    feared_bugs = pin["Explanation"].scan /#(\d+):/
+    feared_bugs = pin["Explanation"].scan(/#(\d+):/)
     feared_list = feared_bugs.join(',')
 
     # are bugs that the user fears still affecting unpinned_candidate_version ?

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list