[arrayfire] 25/40: add debug package

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 22 10:19:06 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 b97db69bf2004009c8b0f61c4964d3832f9906b6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon May 18 16:51:45 2015 +0100

    add debug package
---
 debian/control | 19 +++++++++++++++++++
 debian/rules   |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6d4b519..60f54c3 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,25 @@ Description: High performance library for parallel computing (Library)
  .
  This package provides the ArrayFire library compiled with CPU backend.
 
+Package: libarrayfire3-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: libarrayfire3 (= ${binary:Version}), 
+         ${misc:Depends}
+Description: High performance library for parallel computing (Debug)
+ 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 ArrayFire library debugging symbols.
+
 Package: libarrayfire-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 41dda79..a5bff59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ include /usr/share/dpkg/default.mk
 
 # main packaging script based on dh7 syntax
 %:
-	dh $@ --buildsystem=cmake --parallel
+	dh $@ --buildsystem=cmake --parallel --dbg-package=libarrayfire3-dbg
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
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