Source: libarpack2 Followup-For: Bug #684773 Control: tag -1 patch Hi,
I've prepared a NMU for arpack that adds the Breaks: octave3.2 that I suggested. Holger Levsen has agreed to sponsor this NMU, but of course the maintainers are welcome to upload a fixed package themselves. I'll take care of requesting an unblock once the package has entered sid. A NMUdiff is attached, the package can be found here: http://mentors.debian.net/debian/pool/main/a/arpack/arpack_3.1.1-2.1.dsc Andreas
diffstat for arpack-3.1.1 arpack-3.1.1 changelog | 13 +++++++++++++ control | 1 + 2 files changed, 14 insertions(+) diff -Nru arpack-3.1.1/debian/changelog arpack-3.1.1/debian/changelog --- arpack-3.1.1/debian/changelog 2012-06-14 10:45:35.000000000 +0200 +++ arpack-3.1.1/debian/changelog 2012-09-13 21:01:02.000000000 +0200 @@ -1,3 +1,16 @@ +arpack (3.1.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * libarpack2: add Breaks: octave3.2 (Closes: #684773) + This fixes some upgrade paths by removing the obsolete octave3.2 (and its + triggers) a bit earlier. dpkg may run trigger processing of a package + even if its dependencies are not satisfied. The octave3.2 triggers may + be run in such a state and will fail, aborting the upgrade, even if + octave3.2 would be removed later anyway. + This is a dpkg bug, but probably won't be fixed for wheezy (see #678848). + + -- Andreas Beckmann <deb...@abeckmann.de> Thu, 13 Sep 2012 21:01:02 +0200 + arpack (3.1.1-2) unstable; urgency=low * Update the symbol files. Thanks to Nobuhiro Iwamatsu (Closes: #666038) diff -Nru arpack-3.1.1/debian/control arpack-3.1.1/debian/control --- arpack-3.1.1/debian/control 2012-04-05 09:53:57.000000000 +0200 +++ arpack-3.1.1/debian/control 2012-09-13 21:01:54.000000000 +0200 @@ -18,6 +18,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libparpack2 Replaces: arpack2 Conflicts: arpack2 +Breaks: octave3.2 Description: Fortran77 subroutines to solve large scale eigenvalue problems ARPACK software is capable of solving large scale symmetric, nonsymmetric, and generalized eigenproblems from significant