[clfft] 03/08: Drop -dbg package in favor of autogenerated -dbgsym.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon May 2 14:31:32 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 clfft.

commit 4ea53fa84b0bd7ea39dd686daa2424b1e542bb34
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Apr 26 21:51:21 2016 +0100

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

diff --git a/debian/control b/debian/control
index ff668fd..0f37f02 100644
--- a/debian/control
+++ b/debian/control
@@ -108,27 +108,3 @@ Description: OpenCL FFT library (shared library)
    * Supports single and double precision floating point formats.
  .
  This package provides the clFFT shared library.
-
-Package: libclfft2-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: ${misc:Depends},
-         libclfft2 (= ${binary:Version})
-Description: OpenCL FFT library (debugging symbols)
- The clFFT library is an open source OpenCL library implementation of discrete 
- Fast Fourier Transforms, which:
- .
-   * Provides a fast and accurate platform for calculating discrete FFTs.
-   * Works on CPU or GPU backends.
-   * Supports in-place or out-of-place transforms.
-   * Supports 1D, 2D, and 3D transforms with a batch size that can be greater 
-     than 1.
-   * Supports planar (real and complex components in separate arrays) and 
-     interleaved (real and complex components as a pair contiguous in memory) 
-     formats.
-   * Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
-   * Supports single and double precision floating point formats.
- .
- This package provides the clFFT debugging symbols.
diff --git a/debian/rules b/debian/rules
index 748bcdd..c024c93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,7 @@ endif
 
 %:
 	dh $@ --parallel \
-		--sourcedirectory=src \
-		--dbg-package=libclfft2-dbg
+		--sourcedirectory=src
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CMAKE_BUILD_OPTIONS)

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



More information about the debian-science-commits mailing list