[gpyfft] 13/13: add the debug packages

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Thu Sep 28 12:47:09 UTC 2017


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

picca pushed a commit to branch master
in repository gpyfft.

commit 042ddc196da025414b6bccf403fd9268880b81c8
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Thu Sep 28 14:08:42 2017 +0200

    add the debug packages
---
 debian/control | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/debian/control b/debian/control
index 2a2e4e7..4ed011f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,30 @@ Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Picca Frédéric-Emmanuel <picca at debian.org>
 Build-Depends: cython,
+               cython-dbg,
                cython3,
+               cython3-dbg,
                debhelper (>= 10),
                dh-python,
                libclfft-dev,
+               python-all-dbg,
                python-all-dev,
                python-nose-parameterized <!nocheck>,
+               python-numpy,
+               python-numpy-dbg,
                python-numpydoc <!nodoc>,
                python-pyopencl <!nocheck> <!nodoc>,
+               python-pyopencl-dbg <!nocheck> <!nodoc>,
                python-setuptools,
                python-sphinx <!nodoc>,
+               python3-all-dbg,
                python3-all-dev,
                python3-nose-parameterized <!nocheck>,
+               python3-numpy,
+               python3-numpy-dbg,
                python3-numpydoc <!nodoc>,
                python3-pyopencl <!nocheck> <!nodoc>,
+               python3-pyopencl-dbg <!nocheck> <!nodoc>,
                python3-setuptools,
                python3-sphinx <!nodoc>
 Standards-Version: 4.1.0
@@ -44,6 +54,28 @@ Description: Wrapper for the OpenCL FFT library clFFT (Python 2)
  .
  This package installs the library for Python 2.
 
+Package: python-gpyfft-dbg
+Architecture: any
+Section: debug
+Depends: python-dbg,
+         python-gpyfft (= ${binary:Version}),
+         python-numpy-dbg,
+         python-pyopencl-dbg,
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
+Suggests: python-gpyfft-doc
+Description: Wrapper for the OpenCL FFT library clFFT (Python 2 debug)
+ This python wrapper is designed to tightly integrate with
+ PyOpenCL. It consists of a low-level Cython based wrapper with an
+ interface similar to the underlying C library. On top of that it
+ offers a high-level interface designed to work on data contained in
+ instances of pyopencl.array.Array, a numpy work-alike array class for
+ GPU computations. The high-level interface takes some inspiration
+ from pyFFTW. For details of the high-level interface see fft.py.
+ .
+ This package installs the library for Python 2 debug.
+
 Package: python3-gpyfft
 Architecture: any
 Section: python
@@ -60,6 +92,28 @@ Description: Wrapper for the OpenCL FFT library clFFT (Python 3)
  .
  This package installs the library for Python 3.
 
+Package: python3-gpyfft-dbg
+Architecture: any
+Section: debug
+Depends: python3-dbg,
+         python3-gpyfft (= ${binary:Version}),
+         python3-numpy-dbg,
+         python3-pyopencl-dbg,
+         ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
+Suggests: python-gpyfft-doc
+Description: Wrapper for the OpenCL FFT library clFFT (Python 3 debug)
+ This python wrapper is designed to tightly integrate with
+ PyOpenCL. It consists of a low-level Cython based wrapper with an
+ interface similar to the underlying C library. On top of that it
+ offers a high-level interface designed to work on data contained in
+ instances of pyopencl.array.Array, a numpy work-alike array class for
+ GPU computations. The high-level interface takes some inspiration
+ from pyFFTW. For details of the high-level interface see fft.py.
+ .
+ This package installs the library for Python 3 debug.
+
 Package: python-gpyfft-doc
 Architecture: all
 Section: doc

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



More information about the debian-science-commits mailing list