diff -Nru python-numpy-1.2.1/debian/changelog python-numpy-1.2.1/debian/changelog --- python-numpy-1.2.1/debian/changelog 2009-02-09 03:43:02.000000000 +0000 +++ python-numpy-1.2.1/debian/changelog 2009-02-11 11:55:44.000000000 +0000 @@ -1,28 +1,19 @@ -python-numpy (1:1.2.1-2~ppa4~intrepid1) intrepid; urgency=low - - * debian/control - - -- david Mon, 09 Feb 2009 12:42:44 +0900 - -python-numpy (1:1.2.1-2~ppa3~intrepid1) intrepid; urgency=low - - * debian/control - - -- david Mon, 09 Feb 2009 12:17:56 +0900 - -python-numpy (1:1.2.1-2~ppa2~intrepid1) intrepid; urgency=low +python-numpy (1:1.2.1-2~ppa1~intrepid1) intrepid; urgency=low - * debian/control - * remove build-dependency on fft + * New upstream release - -- david Mon, 09 Feb 2009 11:47:50 +0900 + -- David Cournapeau Wed, 11 Feb 2009 20:49:19 +0900 -python-numpy (1:1.2.1-2~ppa1~intrepid1) intrepid; urgency=low +python-numpy (1:1.2.1-2) unstable; urgency=low - * PPA version for Intrepid - * debian/changelog + * Force numpy to build without ATLAS support, so that no explicit linking + against ATLAS is done, even when it is installed on the build machine + * Remove build-conflicts on any atlas-related package + * Remove build dependency on libfftw3-dev + * Numpy 1.2 requires python 2.4 or above + * Recomends python-nose, since numpy test suite depends on it - -- david Mon, 09 Feb 2009 11:45:52 +0900 + -- David Cournapeau Wed, 11 Feb 2009 17:56:26 +0900 python-numpy (1:1.2.1-1) unstable; urgency=low diff -Nru /tmp/bUE8wm6OJK/python-numpy-1.2.1/debian/control /tmp/d1KBDM0DBS/python-numpy-1.2.1/debian/control --- python-numpy-1.2.1/debian/control 2009-02-09 02:47:36.000000000 +0000 +++ python-numpy-1.2.1/debian/control 2009-02-11 11:48:48.000000000 +0000 @@ -2,10 +2,9 @@ Section: python Priority: optional Maintainer: Debian Python Modules Team -Uploaders: Marco Presi (Zufus) , Alexandre Fayolle , José Fonseca , Matthias Klose , Ondrej Certik , Kumar Appaiah +Uploaders: Marco Presi (Zufus) , Alexandre Fayolle , José Fonseca , Matthias Klose , Ondrej Certik , Kumar Appaiah , David Cournapeau Build-Depends: cdbs (>= 0.4.43), python-all-dev, python-all-dbg, python-central (>= 0.6), gfortran (>= 4:4.2), libblas-dev [!arm !m68k], liblapack-dev [!arm !m68k], debhelper (>= 5.0.38), patchutils, python-docutils, quilt -Build-Conflicts: atlas3-base-dev, libatlas-headers, libatlas-base-dev, libatlas-sse-dev, libatlas-sse2-dev, libatlas-3dnow-dev -XS-Python-Version: >= 2.3 +XS-Python-Version: >= 2.4 Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/python-modules/packages/numpy/trunk Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/numpy/trunk/ @@ -15,6 +14,7 @@ Package: python-numpy Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: python-node (>= 0.10.1) Suggests: python-numpy-doc, python-numpy-dbg Conflicts: python-f2py (<= 2.45.241+1926-5), python2.3-f2py, python2.4-f2py, python-scipy (<= 0.6.0-6), python-matplotlib (<< 0.90.1-3), python-numpy-dev (<= 1:1.0.3-2) XB-Python-Version: ${python:Versions} diff -Nru /tmp/bUE8wm6OJK/python-numpy-1.2.1/debian/rules /tmp/d1KBDM0DBS/python-numpy-1.2.1/debian/rules --- python-numpy-1.2.1/debian/rules 2009-02-07 02:25:06.000000000 +0000 +++ python-numpy-1.2.1/debian/rules 2009-02-11 11:48:47.000000000 +0000 @@ -18,6 +18,7 @@ DEB_PYTHON_PACKAGES_EXCLUDE=python-numpy-dbg unexport LDFLAGS +export ATLAS=None include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk