tags 622492 patch thanks Hello,
Here is a patch. Those .la files are useless and can be dropped, they are a side effect of compiling Python extensions. Christophe, it looks like debian-science SVN repository does not contain your 0.15-* uploads. Denis
--- openturns-0.15/debian/rules 2012-03-03 19:51:26.000000000 +0100 +++ openturns-new/debian/rules 2012-03-03 20:05:30.428118606 +0100 @@ -56,6 +56,7 @@ binary-install/python-openturns:: -rm debian/python-openturns/usr/lib/python$(PYVER)/site-packages/openturns/*.pyc + -rm debian/python-openturns/usr/lib/python$(PYVER)/dist-packages/openturns/*.la -for i in debian/python-openturns/usr/lib/python$(PYVER)/site-packages/openturns/*.so; do \ chrpath -d $$i; \ done