~jtaylor/ubuntu/precise/python-numpy/multiarch-fix-818867

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Ondrej Certik, Riku Voipio, Tiziano Zito, Carlos Galisteo, Ondrej Certik
  • Date: 2008-07-08 15:08:16 UTC
  • mfrom: (0.1.21 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080708150816-ekf992jcp2k1eua3
Tags: 1:1.1.0-3
[ Riku Voipio ]
* debian/control: atlas is not available on armel, and after a quick look
  neither on alpha. I'd also suggest dropping
  libatlas-sse-dev|libatlas-sse2-dev|libatlas-3dnow-dev alternative combo
  away, these are potentially dangerous on buildd's. Ondrej: dropped.
  (Closes: #489568)

[ Tiziano Zito ]
* patch: build _dotblas.c when ATLAS is not installed, build-conflict with
  atlas, build-depend on blas+lapack only, as it used to be (Closes: #489726)

[ Carlos Galisteo ]
* debian/control
  - Added Homepage field.

[ Ondrej Certik ]
* Checked the package on i386 and amd64, both with and without atlas, all
  tests run and the numpy package is faster if atlas is around. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: python-numpy
2
2
Section: python
3
3
Priority: optional
4
 
Maintainer: Debian Scipy Team <deb-scipy-devel@lists.alioth.debian.org>
5
 
Uploaders: Marco Presi (Zufus) <zufus@debian.org>, Alexandre Fayolle <afayolle@debian.org>, José Fonseca <j_r_fonseca@yahoo.co.uk>
6
 
Build-Depends: cdbs (>= 0.4.43), python-all-dev, python-all, python-central (>= 0.5), refblas3-dev [!arm !m68k], lapack3-dev [!arm !m68k], debhelper (>= 5.0.37.2), g77, patchutils, python-docutils
7
 
Build-Conflicts: lapack-dev [!arm !m68k], blas-dev [!arm !m68k], atlas2-base, atlas2-base-dev, atlas3-base, atlas3-base-dev
8
 
XS-Python-Version: all
9
 
Standards-Version: 3.7.2
 
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 
5
Uploaders: Marco Presi (Zufus) <zufus@debian.org>, Alexandre Fayolle <afayolle@debian.org>, José Fonseca <j_r_fonseca@yahoo.co.uk>, Matthias Klose <doko@debian.org>, Ondrej Certik <ondrej@certik.cz>, Kumar Appaiah <akumar@debian.org>
 
6
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, libfftw3-dev
 
7
Build-Conflicts: atlas3-base-dev, libatlas-headers, libatlas-base-dev, libatlas-sse-dev, libatlas-sse2-dev, libatlas-3dnow-dev
 
8
XS-Python-Version: >= 2.3
 
9
Standards-Version: 3.8.0
 
10
Vcs-Svn: svn://svn.debian.org/python-modules/packages/numpy/trunk
 
11
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/numpy/trunk/?op=log
 
12
XS-DM-Upload-Allowed: yes
 
13
Homepage: http://numpy.scipy.org/
10
14
 
11
15
Package: python-numpy
12
16
Architecture: any
 
17
Depends: ${python:Depends}, ${shlibs:Depends}
 
18
Suggests: python-numpy-doc, python-numpy-dbg
 
19
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)
13
20
XB-Python-Version: ${python:Versions}
14
 
Depends: ${python:Depends}, ${shlibs:Depends}
15
 
Suggests: python-numpy-doc
16
 
Replaces: python-f2py, python2.3-f2py, python2.4-f2py, python-numpy-ext (<< 1:1.0.1-1)
17
 
Conflicts: python-f2py, python2.3-f2py, python2.4-f2py, python-scipy (<< 0.5.2), python-matplotlib (<< 0.87.7)
18
 
Provides: ${python:Provides}, python-numpy-ext
 
21
Provides: ${python:Provides}, python-numpy-ext, python-numpy-dev, python-f2py
19
22
Description: Numerical Python adds a fast array facility to the Python language
20
 
 Numpy contains a powerful N-dimensional array object,
21
 
 sophisticated (broadcasting) functions, tools for integrating C/C++
22
 
 and Fortran code, and useful linear algebra, Fourier transform, and
23
 
 random number capabilities.  It derives from the old Numeric code
24
 
 base and can be used as a replacement for Numeric.  It also adds the
25
 
 features introduced by numarray and can be used to replace numarray.
26
 
 Numeric users should find the transition very easy
 
23
 Numpy contains a powerful N-dimensional array object, sophisticated
 
24
 (broadcasting) functions, tools for integrating C/C++ and Fortran
 
25
 code, and useful linear algebra, Fourier transform, and random number
 
26
 capabilities.
 
27
 .
 
28
 Numpy replaces the python-numeric and python-numarray modules which are
 
29
 now deprecated and shouldn't be used except to support older
 
30
 software.
 
31
 
 
32
Package: python-numpy-dbg
 
33
Priority: extra
 
34
Architecture: any
 
35
Depends: python-numpy (= ${binary:Version}), python-dbg, ${shlibs:Depends}
 
36
Description: Fast array facility to the Python language (debug extension)
 
37
 Numpy contains a powerful N-dimensional array object, sophisticated
 
38
 (broadcasting) functions, tools for integrating C/C++ and Fortran
 
39
 code, and useful linear algebra, Fourier transform, and random number
 
40
 capabilities.
 
41
 .
 
42
 Numpy replaces the python-numeric and python-numarray modules which
 
43
 are now deprecated and shouldn't be used except to support older
 
44
 software.
 
45
 .
 
46
 This package contains the extension built for the Python debug interpreter.
27
47
 
28
48
Package: python-numpy-ext
29
 
Architecture: any
30
 
Depends: python-numpy (= ${Source-Version})
31
 
Description: Numerical Python adds a fast array facility to the Python language
32
 
 This package is a transitional package; it can safely be removed after an upgrade.
33
 
 
34
 
Package: python-numpy-dev
35
 
Architecture: any
36
 
Depends: python-numpy (= ${Source-Version}), ${python:Depends}, ${shlibs:Depends}
37
 
Suggests: python-numpy-doc
38
 
Replaces: python2.4-f2py
39
 
Conflicts: python2.4-f2py
40
 
Description: Numerical Python adds a fast array facility to the Python language
41
 
 Numpy contains a powerful N-dimensional array object,
42
 
 sophisticated (broadcasting) functions, tools for integrating C/C++
43
 
 and Fortran code, and useful linear algebra, Fourier transform, and
44
 
 random number capabilities.  It derives from the old Numeric code
45
 
 base and can be used as a replacement for Numeric.  It also adds the
46
 
 features introduced by numarray and can be used to replace numarray.
47
 
 Numeric users should find the transition very easy
48
 
 .
49
 
 This package contains development files to build python modules based on Numpy.
 
49
Architecture: all
 
50
Depends: python-numpy (>= 1.0.1-1)
 
51
Description: NumPy adds a fast array facility to the Python language
 
52
 This package is a transitional package; it can safely be 
 
53
 removed after an upgrade.
50
54
 
51
55
Package: python-numpy-doc
52
 
Architecture: any
53
 
Description: Numpy documentation
54
 
 This package contains a powerful N-dimensional array object,
55
 
 sophisticated (broadcasting) functions, tools for integrating C/C++
56
 
 and Fortran code, and useful linear algebra, Fourier transform, and
57
 
 random number capabilities.  It derives from the old Numeric code
58
 
 base and can be used as a replacement for Numeric.  It also adds the
59
 
 features introduced by numarray and can be used to replace numarray.
60
 
 Numeric users should find the transition very easy
61
 
 .
62
 
 This package contains documentation for f2py subpackage
 
56
Section: doc
 
57
Architecture: all
 
58
Description: NumPy documentation
 
59
 Numpy contains a powerful N-dimensional array object, sophisticated
 
60
 (broadcasting) functions, tools for integrating C/C++ and Fortran
 
61
 code, and useful linear algebra, Fourier transform, and random number
 
62
 capabilities.
 
63
 .
 
64
 Numpy replaces the python-numeric and python-numarray modules which
 
65
 are now deprecated and shouldn't be used except to support older
 
66
 software.
 
67
 .
 
68
 This package contains documentation for Numpy and f2py.