[Apt-listbugs-commits] [apt-listbugs] 01/01: increase default Pin-Priority (Closes: #765762)

Francesco Poli frx-guest at moszumanska.debian.org
Sat Jun 6 17:00:30 UTC 2015


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 36ba4eebdb8095fa480d9142efc9ebcbf33eaeac
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sat Jun 6 18:56:49 2015 +0200

    increase default Pin-Priority (Closes: #765762)
---
 debian/changelog         | 2 ++
 lib/aptlistbugs/logic.rb | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d8a1a7d..a3c0568 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ apt-listbugs (0.1.17) UNRELEASED; urgency=medium
     HTML bug lists
   * fixed the suppression of empty tag listings for bugs without tags in
     RSS output
+  * fixed "please increase default Pin-Priority (to meet the needs of Cupt
+    users)": set the default Pin-Priority to 30000 (Closes: #765762)
 
  -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sun, 04 Jan 2015 11:42:30 +0100
 
diff --git a/lib/aptlistbugs/logic.rb b/lib/aptlistbugs/logic.rb
index 7f97605..ac01cc5 100644
--- a/lib/aptlistbugs/logic.rb
+++ b/lib/aptlistbugs/logic.rb
@@ -101,7 +101,7 @@ class AppConfig
       @system_ignore_bugs.add(bug, false)
     }
     @frontend = ConsoleFrontend.new( self )
-    @pin_priority = "1000"
+    @pin_priority = "30000"
     @apt_conf = nil
 
     @yes = nil

-- 
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