--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package atlas
Hi,
I'd like to NMU atlas to fix yet another upgrade issue w.r.t. the
removal of octave3.2 by adding
Breaks: octave3.2
to libatlas3gf-base (the transitional package). octave3.2 is going to be
removed on any upgrade path, we just must hint apt to do this early
enough to not run into trouble (aka dpkg bug #671711). Most of these
issues were already solved by adding similar Breaks to
libblas3 (#677399) and libarpack2 (#684773).
Andreas
unblock atlas/3.8.4-9.1
diff -Nru atlas-3.8.4/debian/changelog atlas-3.8.4/debian/changelog
--- atlas-3.8.4/debian/changelog 2012-08-04 13:57:34.000000000 +0200
+++ atlas-3.8.4/debian/changelog 2013-04-28 11:07:35.000000000 +0200
@@ -1,3 +1,16 @@
+atlas (3.8.4-9.1) UNRELEASED; urgency=low
+
+ * Non-maintainer upload.
+ * libatlas3gf-base: Add Breaks: octave3.2 (Closes: #706328)
+ 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 workaround for dpkg bug #671711.
+
+ -- Andreas Beckmann <anbe@debian.org> Sun, 28 Apr 2013 11:05:52 +0200
+
atlas (3.8.4-9) unstable; urgency=low
[ Sébastien Villemot ]
diff -Nru atlas-3.8.4/debian/control atlas-3.8.4/debian/control
--- atlas-3.8.4/debian/control 2012-06-29 21:14:22.000000000 +0200
+++ atlas-3.8.4/debian/control 2013-04-28 11:07:29.000000000 +0200
@@ -60,6 +60,7 @@
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, libatlas3-base
+Breaks: octave3.2
Description: Transitional package to libatlas3-base
ATLAS is an approach for the automatic generation and optimization of
numerical software. Currently ATLAS supplies optimized versions for the
--- End Message ---