Source: pynfft
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: science
Priority: optional
Build-Depends:
 debhelper (>= 9),
 libnfft3-dev,
 cython,
 cython-dbg,
 python-all-dbg,
 python-all-dev,
 python-nose,
 python-numpy,
 python-numpy-dbg,
 python-setuptools,
 cython3,
 cython3-dbg,
 python3-all-dbg,
 python3-all-dev,
 python3-nose,
 python3-numpy,
 python3-numpy-dbg,
 python3-setuptools,
 python-sphinx (>= 1.2.2+dfsg-2~)
Standards-Version: 3.9.5
Homepage: https://github.com/ghisvail/pyNFFT.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pynfft.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/pynfft.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-pynfft
Architecture: any
Section: python
Depends:
 libnfft3-1,
 python-numpy,
 ${shlibs:Depends},
 ${python:Depends},
 ${misc:Depends}
Suggests: python-pynfft-doc
Description: Python bindings for the NFFT3 library - Python 2
 This package provides Python bindings to the NFFT library, useful for 
 performing Fourier transforms on non-uniformly sampled data with efficient 
 speed. The bindings were generated using Cython and abstract the creation 
 and execution of NFFT plans out using classes.
 .
 This package provides the Python 2 version of the bindings.

Package: python-pynfft-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
 python-pynfft (= ${binary:Version}),
 ${shlibs:Depends},
 ${python:Depends},
 ${misc:Depends}
Recommends:
 python-dbg,
 python-numpy-dbg
Description: Python bindings for the NFFT3 library - Python 2 (debug)
 This package provides Python bindings to the NFFT library, useful for 
 performing Fourier transforms on non-uniformly sampled data with efficient 
 speed. The bindings were generated using Cython and abstract the creation 
 and execution of NFFT plans out using classes.
 .
 This package provides the debugging symbols for the Python 2 bindings.

Package: python3-pynfft
Architecture: any
Section: python
Depends:
 libnfft3-1,
 python3-numpy,
 ${shlibs:Depends},
 ${python3:Depends},
 ${misc:Depends}
Suggests: python-pynfft-doc
Description: Python bindings for the NFFT3 library - Python 3
 This package provides Python bindings to the NFFT library, useful for 
 performing Fourier transforms on non-uniformly sampled data with efficient 
 speed. The bindings were generated using Cython and abstract the creation 
 and execution of NFFT plans out using classes.
 .
 This package provides the Python 3 version of the bindings.

Package: python3-pynfft-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
 python3-pynfft (= ${binary:Version}),
 ${shlibs:Depends},
 ${python3:Depends},
 ${misc:Depends}
Recommends:
 python3-dbg,
 python3-numpy-dbg
Description: Python bindings to the NFFT3 library - Python 3 (debug)
 This package provides Python bindings to the NFFT library, useful for 
 performing Fourier transforms on non-uniformly sampled data with efficient 
 speed. The bindings were generated using Cython and abstract the creation 
 and execution of NFFT plans out using classes.
 .
 This package provides the debugging information of the Python 3 bindings.

Package: python-pynfft-doc
Architecture: all
Section: doc
Depends:
 ${sphinxdoc:Depends},
 ${misc:Depends}
Description: Python bindings for the NFFT3 library - Documentation
 This package provides Python bindings to the NFFT library, useful for 
 performing Fourier transforms on non-uniformly sampled data with efficient 
 speed. The bindings were generated using Cython and abstract the creation 
 and execution of NFFT plans out using classes.
 .
 This package provides the common documentation.
