tag 676874 pending thanks Hello,
Bug #676874 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=18d9373 --- commit 18d9373b27effd533d386fdf7bfde6e6b3782101 Author: Guillem Jover <guil...@debian.org> Date: Sun Jun 10 23:17:40 2012 +0200 u-a: Only warn for now on out of range priorities on --install There seems to be packages using priorities > INT_MAX, which although bogus as they were previously overflowing the int used to store them, that would cause installation failures when upgrading from squeeze. Turn this into a warning for now and clamp the values, which will be switched back to an error after wheezy, in dpkg 1.17.x. Closes: #676874 diff --git a/debian/changelog b/debian/changelog index b4f15bd..f7f9686 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +dpkg (1.16.4.3) UNRELEASED; urgency=low + + * On «update-alternatives --install» only warn for now on out of range + priorities and clamp the values, as there seems to be packages using + priorities > INT_MAX, which although bogus as they were previously + overflowing the int used to store them, that would cause installation + failures when upgrading from squeeze. This will be reverted to an + error after wheezy. Closes: #676874 + + -- Guillem Jover <guil...@debian.org> Sun, 10 Jun 2012 23:17:40 +0200 + dpkg (1.16.4.2) unstable; urgency=low * Check correctly for out of range negative field width values in dpkg-query -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org