[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.5-5-gc756104

Francesco Poli (wintermute) invernomuto at paranoici.org
Tue Oct 18 22:31:00 UTC 2011


The following commit has been merged in the master branch:
commit c7561047b211039c5d12e0006fd3af7a16d98ea6
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Wed Oct 19 00:24:36 2011 +0200

    change Pin-Priority that prevents installation
    
    The Pin-Priority used to prevent the installation of any version of a
    package was -40; now it's -30000, in order to work better with Cupt.
    See http://bugs.debian.org/645412#37 for more details.

diff --git a/debian/changelog b/debian/changelog
index 37703a3..aec8c56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ apt-listbugs (0.1.6) UNRELEASED; urgency=low
   * moved the first test suite to Make check target, disabled the second
     test suite (which is outdated), changed build-dependencies accordingly
   * fixed the first test suite so that it actually works
+  * changed the Pin-Priority used to prevent the installation of any version
+    of a package from -40 to -30000, in order to work better with Cupt
 
- -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sat, 15 Oct 2011 18:32:12 +0200
+ -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Mon, 17 Oct 2011 22:19:21 +0200
 
 apt-listbugs (0.1.5) unstable; urgency=low
 
diff --git a/lib/apt-listbugs/logic.rb b/lib/apt-listbugs/logic.rb
index b5b4f8c..df07d0e 100644
--- a/lib/apt-listbugs/logic.rb
+++ b/lib/apt-listbugs/logic.rb
@@ -476,7 +476,7 @@ class Viewer
 	  pin_ver = cur_pkgs[pkg]['version']
         else
           pin_ver = "*"
-          pin_pri = "-40"
+          pin_pri = "-30000"
 	end
 	holdstr << "
 Explanation: Pinned by apt-listbugs at #{Time.now}"

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list