[nfft] 02/06: d/{control,rules}: add multi-precision

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 17:55:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian-experimental
in repository nfft.

commit bb7cb751751c921306cc200a04b3d345261e3eec
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Jan 14 17:36:05 2015 +0000

    d/{control,rules}: add multi-precision
---
 debian/control | 71 +++++++++++++++++++++++++++++++++++++++++++++++++---------
 debian/rules   |  6 -----
 2 files changed, 61 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index e025c3a..4557b06 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,9 @@ Package: libnfft3-2
 Architecture: any
 Multi-Arch: same
 Depends:
+ libnfft3-double2 (=${binary:Version}),
+ libnfft3-single2 (=${binary:Version}),
+ libnfft3-long2 (=${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
@@ -25,26 +28,73 @@ Description: Library for computing Non-uniform Fast Fourier Transforms
  Fourier transform (NDFT) in one or more dimensions, of arbitrary input
  size, and of complex data.
  .
- This package contains the shared version of the library.
+ This package is a transitional package providing all available precisions.
+
+Package: libnfft3-double2
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Replaces: libnfft3-1 (<< 3.2.3+dfsg-1)
+Breaks: libnfft3-1 (<< 3.2.3+dfsg-1)
+Description: Library for computing Non-uniform Fast Fourier Transforms - double precision
+ NFFT is a C subroutine library for computing the nonequispaced discrete
+ Fourier transform (NDFT) in one or more dimensions, of arbitrary input
+ size, and of complex data.
+ .
+ This package contains the double-precision version of the library.
+
+Package: libnfft3-single2
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Replaces: libnfft3-1 (<< 3.2.3+dfsg-1)
+Breaks: libnfft3-1 (<< 3.2.3+dfsg-1)
+Description: Library for computing Non-uniform Fast Fourier Transforms - single precision
+ NFFT is a C subroutine library for computing the nonequispaced discrete
+ Fourier transform (NDFT) in one or more dimensions, of arbitrary input
+ size, and of complex data.
+ .
+ This package contains the single-precision version of the library.
+
+Package: libnfft3-long2
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Replaces: libnfft3-1 (<< 3.2.3+dfsg-1)
+Breaks: libnfft3-1 (<< 3.2.3+dfsg-1)
+Description: Library for computing Non-uniform Fast Fourier Transforms - long precision
+ NFFT is a C subroutine library for computing the nonequispaced discrete
+ Fourier transform (NDFT) in one or more dimensions, of arbitrary input
+ size, and of complex data.
  .
- To get the static library and the header files, you need to install
- libnfft3-dev.
+ This package contains the longdouble-precision version of the library.
 
 Package: libnfft3-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
 Depends:
- ${misc:Depends},
+ libnfft3-double2 (= ${binary:Version}),
+ libnfft3-single2 (= ${binary:Version}),
+ libnfft3-long2 (= ${binary:Version}),
+ libfftw3-dev,
  ${shlibs:Depends},
- libnfft3-2 (= ${binary:Version}),
- libfftw3-dev
+ ${misc:Depends}
 Description: Library for computing Non-uniform Fast Fourier Transforms - development
  NFFT is a C subroutine library for computing the nonequispaced discrete
  Fourier transform (NDFT) in one or more dimensions, of arbitrary input
  size, and of complex data.
  .
- This package contains the header files and static version of the library.
+ This package contains the development files of the library.
 
 Package: libnfft3-dbg
 Architecture: any
@@ -52,8 +102,9 @@ Multi-Arch: same
 Section: debug
 Priority: extra
 Depends:
- ${misc:Depends},
- libnfft3-2 (= ${binary:Version})
+ libnfft3-dev (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
 Suggests:
  libfftw3-dbg
 Description: Library for computing Non-uniform Fast Fourier Transforms - debug symbols
@@ -61,4 +112,4 @@ Description: Library for computing Non-uniform Fast Fourier Transforms - debug s
  Fourier transform (NDFT) in one or more dimensions, of arbitrary input
  size, and of complex data.
  .
- This package contains the detached debugging symbols of the library.
+ This package contains the debugging symbols of the library.
diff --git a/debian/rules b/debian/rules
index c404979..e0b5c61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,6 @@ DH_VERBOSE = 1
 %:
 	dh $@ --with autoreconf
 
-#override_dh_auto_configure:
-#	sh ./bootstrap.sh
-#	dh_auto_configure -- --enable-openmp --enable-all \
-#		--disable-examples --disable-applications \
-#		--disable-static
-
 override_dh_auto_configure:
 	sh ./bootstrap.sh
 	dh_auto_configure --builddirectory=nfft -- \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/nfft.git



More information about the debian-science-commits mailing list