Hi, I committed the necessary fix, it turns out just this is needed:
$ svn di -r 4597 Index: debian/control =================================================================== --- debian/control (revision 4597) +++ debian/control (working copy) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Vittorio Palmisano <[EMAIL PROTECTED]> Uploaders: Marco Presi (Zufus) <[EMAIL PROTECTED]>, Alexandre Fayolle <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.38), python-dateutil, python-all-dev (>= 2.3.5-7), python-central (>= 0.5.6), dpatch, python-gtk2-dev, python-numeric (>= 24.2-3), python-numarray (>= 1.5.1-3), python-numpy (>= 1:1.0.3), libgtk2.0-dev, libfreetype6-dev, zlib1g-dev, libpng-dev, tk8.4-dev, python-tk, tcl8.4-dev, python-epydoc, python-tz, xbase-clients [!s390] +Build-Depends: debhelper (>= 5.0.38), python-dateutil, python-all-dev (>= 2.3.5-7), python-central (>= 0.5.6), dpatch, python-gtk2-dev, python-numeric (>= 24.2-3), python-numarray (>= 1.5.1-3), python-numpy (>= 1:1.0.4-6), libgtk2.0-dev, libfreetype6-dev, zlib1g-dev, libpng-dev, tk8.4-dev, python-tk, tcl8.4-dev, python-epydoc, python-tz, xbase-clients [!s390] XS-Python-Version: all Standards-Version: 3.7.2 Index: debian/changelog =================================================================== --- debian/changelog (revision 4597) +++ debian/changelog (working copy) @@ -1,3 +1,9 @@ +matplotlib (0.90.1-3) unstable; urgency=low + + * Rebuilt against python-numpy 1:1.0.4-6 (Closes: #467099) + + -- Ondrej Certik <[EMAIL PROTECTED]> Sat, 23 Feb 2008 12:41:31 +0100 + matplotlib (0.90.1-2) unstable; urgency=low * Upload to unstable and not experimental (closes: #411709) However, this cannot be uploaded using NMU, see my email: http://lists.debian.org/debian-python/2008/02/msg00028.html for the explanation. Anyway, the package needs more fixing, it is not at all lintian clean. But for now, let's just upload my fix to make it work in unstable again. As the second step, let's maintain it collaboratively in DPMT and get it fixed? For example a new upstream version needs packaging and other bugs are waiting to be fixed... Ondrej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

