diff -u python-scipy-0.7.0/debian/changelog python-scipy-0.7.0/debian/changelog --- python-scipy-0.7.0/debian/changelog +++ python-scipy-0.7.0/debian/changelog @@ -1,3 +1,9 @@ +python-scipy (0.7.0-2ubuntu1) lucid; urgency=low + + * Fix scipy.weave.inline compilations (LP: #302649) + + -- Sameer Morar Wed, 29 Sep 2010 15:34:04 +0200 + python-scipy (0.7.0-2) unstable; urgency=medium [ Julien Lavergne ] only in patch2: unchanged: --- python-scipy-0.7.0.orig/scipy/weave/blitz/blitz/mathfunc.h +++ python-scipy-0.7.0/scipy/weave/blitz/blitz/mathfunc.h @@ -12,6 +12,8 @@ #include #endif +#include + BZ_NAMESPACE(blitz) // abs(P_numtype1) Absolute value only in patch2: unchanged: --- python-scipy-0.7.0.orig/scipy/weave/blitz/blitz/blitz.h +++ python-scipy-0.7.0/scipy/weave/blitz/blitz/blitz.h @@ -65,6 +65,8 @@ #define BZ_THROW // Needed in +#include + BZ_NAMESPACE(blitz) #ifdef BZ_HAVE_STD only in patch2: unchanged: --- python-scipy-0.7.0.orig/scipy/weave/blitz/blitz/prettyprint.h +++ python-scipy-0.7.0/scipy/weave/blitz/blitz/prettyprint.h @@ -22,6 +22,8 @@ #ifndef BZ_PRETTYPRINT_H #define BZ_PRETTYPRINT_H +#include + BZ_NAMESPACE(blitz) class prettyPrintFormat {