[libgpuarray] 13/21: Normalize the package descriptions

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jul 17 09:13:39 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository libgpuarray.

commit a94e0f48509ec4f1aba7224082fa6f6959a92862
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Jul 17 09:12:32 2017 +0100

    Normalize the package descriptions
---
 debian/control | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 9d16b3e..339f7a4 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Package: libgpuarray2
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Description: library to compute tensors on the GPU (runtime)
+Description: library to manipulate tensors on the GPU
  libgpuarray provides a ndarray (multi-dimensional array) object which
  is computed on the GPU. It supports int, single and double precision
  floats.
@@ -34,14 +34,14 @@ Description: library to compute tensors on the GPU (runtime)
  package could be rebuild locally also for CUDA (which is non-free)
  without changes, if that's needed.
  .
- This package contains the shared library.
+ This package provides the shared library.
 
 Package: libgpuarray-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
          libgpuarray2 (= ${binary:Version})
-Description: library to compute tensors on the GPU (development)
+Description: development files for libgpuarray
  libgpuarray provides a ndarray (multi-dimensional array) object which
  is computed on the GPU. It supports int, single and double precision
  floats.
@@ -51,7 +51,7 @@ Description: library to compute tensors on the GPU (development)
  package could be rebuild locally also for CUDA (which is non-free)
  without changes, if that's needed.
  .
- This package contains the development headers and the static library.
+ This package provides the development files.
 
 Package: python-pygpu
 Architecture: any
@@ -61,7 +61,7 @@ Depends: ${misc:Depends},
          ${shlibs:Depends},
          libgpuarray2 (= ${binary:Version})
 Recommends: python-nose
-Description: library to compute tensors on the GPU (Python bindings)
+Description: language bindings for libgpuarray (Python 2)
  libgpuarray provides a ndarray (multi-dimensional array) object which
  is computed on the GPU. It supports int, single and double precision
  floats.
@@ -71,8 +71,7 @@ Description: library to compute tensors on the GPU (Python bindings)
  package could be rebuild locally also for CUDA (which is non-free)
  without changes, if that's needed.
  .
- This package contains the Python bindings which are build in the top
- of NumPy.
+ This package provides the language bindings for Python 2.
 
 Package: python3-pygpu
 Architecture: any
@@ -82,7 +81,7 @@ Depends: ${misc:Depends},
          ${shlibs:Depends},
          libgpuarray2 (= ${binary:Version})
 Recommends: python3-nose
-Description: library to compute tensors on the GPU (Python 3 bindings)
+Description: language bindings for libgpuarray (Python 3)
  libgpuarray provides a ndarray (multi-dimensional array) object which
  is computed on the GPU. It supports int, single and double precision
  floats.
@@ -92,5 +91,4 @@ Description: library to compute tensors on the GPU (Python 3 bindings)
  package could be rebuild locally also for CUDA (which is non-free)
  without changes, if that's needed.
  .
- This package contains the bindings for Python 3 which are build in the
- top of NumPy.
+ This package provides the language bindings for Python 3.

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



More information about the debian-science-commits mailing list