[Apt-listbugs-commits] [apt-listbugs] 02/06: fix a comment
Francesco Poli
frx-guest at alioth.debian.org
Fri Oct 4 17:19:14 UTC 2013
This is an automated email from the git hooks/post-receive script.
frx-guest pushed a commit to branch master
in repository apt-listbugs.
commit e98d818f58154885963e1c1e434a618ff5433ce6
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date: Tue Sep 24 23:05:30 2013 +0200
fix a comment
This is more something to do (sooner or later), rather than something
to be fixed.
---
lib/apt-listbugs/logic.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
index 63b05d1..af7cca6 100644
--- a/lib/apt-listbugs/logic.rb
+++ b/lib/apt-listbugs/logic.rb
@@ -457,7 +457,7 @@ class Viewer
pkgs = {}
if key == "p"
bugs.each { |bug|
- ## FIXME: need to parse preferences correctly?
+ # TODO: need to parse preferences correctly?
if ! system("grep -q \"Package: #{bug.pkg_name}\" /etc/apt/preferences 2> /dev/null")
pkgs[bug.pkg_name] = 1
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/apt-listbugs/apt-listbugs.git
More information about the Apt-listbugs-commits
mailing list