[nfft] 03/04: Drop -dbg packages in favor of autogenerated -dbgsym.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jun 30 16:07:02 UTC 2016


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

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

commit 1d3ab1fdbf6da48f66d412b7407896ffedb1cb21
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jun 30 11:49:48 2016 +0100

    Drop -dbg packages in favor of autogenerated -dbgsym.
---
 debian/control | 39 ---------------------------------------
 debian/rules   |  3 +--
 2 files changed, 1 insertion(+), 41 deletions(-)

diff --git a/debian/control b/debian/control
index 2bd3357..4eb9013 100644
--- a/debian/control
+++ b/debian/control
@@ -202,45 +202,6 @@ Description: development files for the NFFT library
  .
  This package provides the development files for the NFFT library.
 
-Package: libnfft3-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: ${misc:Depends},
-         libnfft3-double2 (= ${binary:Version}),
-         libnfft3-long2 (= ${binary:Version}) [amd64 arm64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips64el powerpc powerpcspe ppc64el s390x x32],
-         libnfft3-single2 (= ${binary:Version})
-Suggests: libfftw3-dbg
-Description: debugging symbols for the NFFT library
- NFFT3 is a software library written in C for computing nonequispaced fast
- Fourier and related transformations. In detail, NFFT3 implements:
- .
- 1) The nonequispaced fast Fourier transform (NFFT)
-    - the forward transform (NFFT)
-    - the adjoint transform (adjoint NFFT)
- .
- 2) Generalisations of the NFFT
-    - to arbitrary knots in time and frequency domain (NNFFT)
-    - to the sphere S^2 (NFSFT)
-    - to the hyperbolic cross (NSFFT)
-    - to real-valued data, i.e. (co)sine transforms, (NFCT, NFST)
-    - to the rotation group (NFSOFT)
- .
- 3) Generalised inverses based on iterative methods, e.g. CGNR, CGNE
- .
- 4) Applications in
-    - medical imaging
-         (i) magnetic resonance imaging
-        (ii) computerised tomography
-    - summation schemes
-          (i) fast Gauss transform (FGT)
-         (ii) singular kernels
-        (iii) zonal kernels
-    - polar FFT, discrete Radon transform, ridgelet transform
- .
- This package provides the debugging symbols for the NFFT library.
-
 Package: libnfft3-doc
 Architecture: all
 Multi-Arch: foreign
diff --git a/debian/rules b/debian/rules
index f0b9ff4..6bcc352 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,7 @@ BUILD_OPTIONS = \
 HAVE_FFTWL ?= $(shell pkg-config --exists fftw3l && echo 'yes')
 
 %:
-	dh $@ --parallel --with autoreconf \
-		--dbg-package=libnfft3-dbg
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_clean:
 	dh_auto_clean --arch --builddirectory=build-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