[clfft] 72/109: add debug package ...
Jérôme Kieffer
kieffer-guest at moszumanska.debian.org
Wed May 20 07:29:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
kieffer-guest pushed a commit to branch debian
in repository clfft.
commit f969e608c28d097e6f54b1331b1bb870df3dfd07
Author: Jerome Kieffer <jerome.kieffer at terre-adelie.org>
Date: Thu Apr 9 22:14:18 2015 +0200
add debug package ...
---
debian/control | 17 +++++++++++++++++
debian/copyright | 4 ----
debian/rules | 2 +-
3 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index 5fdeef1..da2b9a5 100644
--- a/debian/control
+++ b/debian/control
@@ -56,3 +56,20 @@ Description: clFFT is an open source OpenCL library implementation of FFT
the same interfaces for their FFT routines. clFFT provides a set of FFT
routines that are optimized for AMD graphics processors, but also are
functional across CPU and other compute devices.
+
+Package: libclfft2-dbg
+Section: libs
+Multi-Arch: same
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, opencl-icd
+Pre-Depends: ${misc:Pre-Depends}
+Description: clFFT is an open source OpenCL library implementation of FFT
+ The FFT is an implementation of the Discrete Fourier Transform (DFT) that
+ makes use of symmetries in the FFT definition to reduce the mathematical
+ intensity required from O(N2) to O(N log2( N )) when the sequence length
+ N is the product of small prime factors. Currently, there is no standard
+ API for FFT routines. Hardware vendors usually provide a set of
+ high-performance FFTs optimized for their systems: no two vendors employ
+ the same interfaces for their FFT routines. clFFT provides a set of FFT
+ routines that are optimized for AMD graphics processors, but also are
+ functional across CPU and other compute devices.
diff --git a/debian/copyright b/debian/copyright
index 04fb8bb..0012435 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -26,7 +26,3 @@ License: Apache-2.0
On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
-# Please avoid to pick license terms that are more restrictive than the
-# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/rules b/debian/rules
index b9ff04d..fa2946d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,6 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --buildsystem cmake --parallel --sourcedirectory=src
+ dh $@ --buildsystem cmake --parallel --sourcedirectory=src --dbg-package=libclfft2-dbg
--
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