Source: fftw3
Section: libs
Priority: optional
Maintainer: Paul Brossier <piem@debian.org>
Build-Depends: gfortran, debhelper (>=4.0.0)
Build-Depends-Indep: transfig, texinfo, gs-gpl
Standards-Version: 3.7.2

Package: fftw3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Suggests: fftw3-dev
Description: library for computing Fast Fourier Transforms
 This library computes Fast Fourier Transforms (FFT) in one
 or more dimensions. It is extremely fast. This package
 contains the shared library versions of the fftw libraries
 in single, double and long double precisions. Note that on
 some architectures double is the same as long double in
 which case there is no long double library.
 .
 To get the static library and the header files you need to
 install fftw3-dev.
 .
 For documentation install fftw3-doc.

Package: fftw3-dev
Architecture: any
Section: libdevel
Depends: fftw3 (=${Source-Version})
Description: library for computing Fast Fourier Transforms
 This library computes FFTs in one or more dimensions. It
 is extremely fast. This package contains the statically
 linked library, header files and test programs.

Package: fftw3-doc
Architecture: all
Section: doc
Suggests: fftw3
Description: documentation for fftw version 3
 This package contains the documentation for fftw3,
 a Fast Fourier Transform library.

