[clblas] 04/07: Drop debug package in favour autogenerated dbgsym packages.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue May 10 20:13:23 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 clblas.

commit 4e7e19a977d48b99e419e01ab9d97780601345a1
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue May 10 18:23:35 2016 +0100

    Drop debug package in favour autogenerated dbgsym packages.
---
 debian/control | 14 --------------
 debian/rules   |  4 +---
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index 47f6123..ebdbf6c 100644
--- a/debian/control
+++ b/debian/control
@@ -69,17 +69,3 @@ Description: OpenCL BLAS library (shared library)
  hardware.
  .
  This package provides the clBLAS shared library.
-
-Package: libclblas2-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: ${misc:Depends},
-         libclblas2 (= ${binary:Version})
-Description: OpenCL BLAS library (debugging symbols)
- This library provides an implementation of the Basic Linear Algebra 
- Subprograms levels 1, 2 and 3, using OpenCL and optimized for AMD GPU 
- hardware.
- .
- This package provides the clBLAS debugging symbols.
diff --git a/debian/rules b/debian/rules
index 17f7d65..a634c85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,9 +37,7 @@ CMAKE_BUILD_OPTIONS += -DBUILD_SAMPLE=OFF
 endif
 
 %:
-	dh $@ --parallel \
-		--sourcedirectory=src \
-		--dbg-package=libclblas2-dbg
+	dh $@ --parallel --sourcedirectory=src
 
 override_dh_auto_clean:
 	dh_auto_clean

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



More information about the debian-science-commits mailing list