[arrayfire] 03/40: d/control: add lib, dev and doc binary packages

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 22 10:19:03 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.

commit 8b98098c734837fbe562b67f71badb7bb1bec28d
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon May 18 11:07:30 2015 +0100

    d/control: add lib, dev and doc binary packages
---
 debian/control | 53 +++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 49 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 3dc4773..8c9ee8b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,53 @@ Homepage: http://arrayfire.com/
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/h5py.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/h5py.git
 
-Package: arrayfire
+Package: libarrayfire3
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: High performance library for parallel computing (Library)
+ ArrayFire is a high performance software library for parallel computing
+ with an easy-to-use API. Its array based function set makes parallel
+ programming simple.
+ .
+ ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
+ platform independent and highly portable.
+ .
+ A few lines of code in ArrayFire can replace dozens of lines of parallel
+ computing code, saving you valuable time and lowering development costs.
+ .
+ This package provides the shared libraries.
+
+Package: libarrayfire-dev
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: High performance library for parallel computing (Development)
+ ArrayFire is a high performance software library for parallel computing
+ with an easy-to-use API. Its array based function set makes parallel
+ programming simple.
+ .
+ ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
+ platform independent and highly portable.
+ .
+ A few lines of code in ArrayFire can replace dozens of lines of parallel
+ computing code, saving you valuable time and lowering development costs.
+ .
+ This package provides the development files.
+
+Package: libarrayfire-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: High performance library for parallel computing (Documentation)
+ ArrayFire is a high performance software library for parallel computing
+ with an easy-to-use API. Its array based function set makes parallel
+ programming simple.
+ .
+ ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it
+ platform independent and highly portable.
+ .
+ A few lines of code in ArrayFire can replace dozens of lines of parallel
+ computing code, saving you valuable time and lowering development costs.
+ .
+ This package provides the common documentation.

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



More information about the debian-science-commits mailing list