Index: debian/patches/swig_ftbfs.dpatch =================================================================== --- debian/patches/swig_ftbfs.dpatch (revision 5002) +++ debian/patches/swig_ftbfs.dpatch (working copy) @@ -5,8 +5,8 @@ ## DP: Fix swig to look in `/usr/include' for includes. @DPATCH@ ---- python-scipy-0.6.0.orig/scipy/linsolve/umfpack/setup.py -+++ python-scipy-0.6.0/scipy/linsolve/umfpack/setup.py +--- python-scipy-0.6.0.orig/scipy/sparse/linalg/dsolve/umfpack/setup.py ++++ python-scipy-0.6.0/scipy/sparse/linalg/dsolve/umfpack/setup.py @@ -24,6 +24,7 @@ config.add_extension( '__umfpack', sources = [umfpack_i], Index: debian/patches/umfpack.dpatch =================================================================== --- debian/patches/umfpack.dpatch (revision 5002) +++ debian/patches/umfpack.dpatch (working copy) @@ -1,7 +1,7 @@ Index: python-scipy-0.6.0/scipy/linsolve/umfpack/umfpack.i =================================================================== ---- python-scipy-0.6.0.orig/scipy/linsolve/umfpack/umfpack.i 2007-12-03 15:20:37.827719117 +0100 -+++ python-scipy-0.6.0/scipy/linsolve/umfpack/umfpack.i 2007-12-03 15:20:51.328488481 +0100 +--- python-scipy-0.6.0.orig/scipy/sparse/linalg/dsolve/umfpack/umfpack.i 2007-12-03 15:20:37.827719117 +0100 ++++ python-scipy-0.6.0/scipy/sparse/linalg/dsolve/umfpack/umfpack.i 2007-12-03 15:20:51.328488481 +0100 @@ -10,13 +10,13 @@ */ Index: debian/patches/series =================================================================== --- debian/patches/series (revision 5002) +++ debian/patches/series (working copy) @@ -1,3 +1,2 @@ -segfault.patch umfpack.dpatch swig_ftbfs.dpatch Index: debian/changelog =================================================================== --- debian/changelog (revision 5002) +++ debian/changelog (working copy) @@ -1,3 +1,9 @@ +python-scipy (0.7.0.dev4087-1) unstable; urgency=low + + * New upstream release + + -- Ondrej Certik Mon, 07 Apr 2008 14:51:22 +0200 + python-scipy (0.6.0-10) unstable; urgency=low [Sandro Tosi]