Bug#751767: blt breaks python-matplotlib

2014-06-22 Thread Emilio Pozuelo Monfort
Control: severity -1 serious Control: retitle -1 libBLT changes SONAME without changing package name You're shipping a shared library in a non-versioned packaged, thus breaking rdeps of the library whenever the SONAME changes. Emilio -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.d

Bug#751767: blt breaks python-matplotlib

2014-06-20 Thread Neil McGovern
On Mon, Jun 16, 2014 at 03:00:36PM +0200, Martin Lutz wrote: > after upgrading blt to version 2.4z-9 the package python-matplotlib becomes > unusable. > Ditto the package 'look' and presumeably quite a bit of stuff that uses python-tk. It seems that the lastest upload of blt ships libBLT.2.4.so.

Bug#751767: blt breaks python-matplotlib

2014-06-16 Thread Martin Lutz
Package: blt Version: 2.4z-9 Severity: important Dear Maintainer, after upgrading blt to version 2.4z-9 the package python-matplotlib becomes unusable. My program t.py contains one single line: import matplotlib.pylab as plt Running the program gives the following traceback: File "t.py", li