diff -Nru python-numpy-1.4.1/debian/changelog python-numpy-1.4.1/debian/changelog --- python-numpy-1.4.1/debian/changelog 2010-07-27 18:05:15.000000000 -0400 +++ python-numpy-1.4.1/debian/changelog 2010-09-19 21:50:06.000000000 -0400 @@ -1,3 +1,9 @@ +python-numpy (1:1.4.1-4.1) unstable; urgency=low + + * Fix memory corruption issue (closes: #581058). + + -- Michael Gilbert Sun, 19 Sep 2010 21:49:40 -0400 + python-numpy (1:1.4.1-4) unstable; urgency=low * debian/rules diff -Nru python-numpy-1.4.1/debian/patches/changeset_r8364.diff python-numpy-1.4.1/debian/patches/changeset_r8364.diff --- python-numpy-1.4.1/debian/patches/changeset_r8364.diff 1969-12-31 19:00:00.000000000 -0500 +++ python-numpy-1.4.1/debian/patches/changeset_r8364.diff 2010-09-19 21:48:33.000000000 -0400 @@ -0,0 +1,6 @@ +Index: python-numpy-1.4.1/trunk/numpy/core/src/multiarray/number.c +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ python-numpy-1.4.1/trunk/numpy/core/src/multiarray/number.c 2010-09-19 21:48:29.000000000 -0400 +@@ -0,0 +1 @@ ++ Py_INCREF(temp); \ diff -Nru python-numpy-1.4.1/debian/patches/series python-numpy-1.4.1/debian/patches/series --- python-numpy-1.4.1/debian/patches/series 2010-07-27 14:13:33.000000000 -0400 +++ python-numpy-1.4.1/debian/patches/series 2010-09-19 21:48:21.000000000 -0400 @@ -7,3 +7,4 @@ changeset_r8510.diff changeset_r8511.diff changeset_r8526.diff +changeset_r8364.diff