[arrayfire] 04/06: Drop -dbg packages in favour of autogenerated -dbgsym.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Apr 14 10:45:48 UTC 2016


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

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

commit faba43c14cbc60ec18ee9f13432db8b788f51f70
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Apr 12 16:28:42 2016 +0100

    Drop -dbg packages in favour of autogenerated -dbgsym.
---
 debian/control | 63 ----------------------------------------------------------
 debian/rules   |  8 --------
 2 files changed, 71 deletions(-)

diff --git a/debian/control b/debian/control
index 01f5454..59624f5 100644
--- a/debian/control
+++ b/debian/control
@@ -65,27 +65,6 @@ Description: High performance library for parallel computing (CPU backend)
  .
  This package provides the CPU backend of the ArrayFire library.
 
-Package: libarrayfire-cpu3-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: ${misc:Depends},
-         libarrayfire-cpu3 (= ${binary:Version})
-Description: Debugging symbols for ArrayFire (CPU backend)
- 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 debugging symbols for the CPU backend of the 
- ArrayFire library.
-
 Package: libarrayfire-dev
 Architecture: any
 Multi-Arch: same
@@ -170,27 +149,6 @@ Description: High performance library for parallel computing (OpenCL backend)
  .
  This package provides the OpenCL backend of the ArrayFire library.
 
-Package: libarrayfire-opencl3-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: ${misc:Depends},
-         libarrayfire-opencl3 (= ${binary:Version})
-Description: Debugging symbols for ArrayFire (OpenCL backend)
- 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 debugging symbols for the OpenCL backend of the
- ArrayFire library.
-
 Package: libarrayfire-unified-dev
 Architecture: any
 Multi-Arch: same
@@ -232,24 +190,3 @@ Description: High performance library for parallel computing (unified backend)
  computing code, saving you valuable time and lowering development costs.
  .
  This package provides the unified backend of the ArrayFire library.
-
-Package: libarrayfire-unified3-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: ${misc:Depends},
-         libarrayfire-unified3 (= ${binary:Version})
-Description: Debugging symbols for ArrayFire (unified backend)
- 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 debugging symbols for the unified backend of the
- ArrayFire library.
diff --git a/debian/rules b/debian/rules
index 2aaa9ee..41e4439 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,11 +81,3 @@ override_dh_installchangelogs:
 
 override_dh_compress:
 	dh_compress --exclude=examples --exclude=html
-
-override_dh_strip-arch:
-	dh_strip --package=libarrayfire-cpu3 \
-		--dbg-package=libarrayfire-cpu3-dbg
-	dh_strip --package=libarrayfire-opencl3 \
-		--dbg-package=libarrayfire-opencl3-dbg
-	dh_strip --package=libarrayfire-unified3 \
-		--dbg-package=libarrayfire-unified3-dbg

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