[ocl-icd] 05/13: migrate to automatic dbgsym packages

Vincent Danjean vdanjean at debian.org
Wed Nov 29 09:16:51 UTC 2017


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

vdanjean pushed a commit to branch master
in repository ocl-icd.

commit b0c04fd5113b45defcdf47fbf82e980cc978f227
Author: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
Date:   Sat Dec 3 21:39:36 2016 +0100

    migrate to automatic dbgsym packages
---
 debian/changelog |  6 ++++++
 debian/control   | 16 ----------------
 debian/rules     |  2 +-
 3 files changed, 7 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7734cd7..b3e695c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocl-icd (2.2.10-2) unstable; urgency=medium
+
+  * migrate to automatic dbgsym packages
+
+ -- Vincent Danjean <vdanjean at debian.org>  Sat, 03 Dec 2016 21:37:08 +0100
+
 ocl-icd (2.2.10-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index fa6ec66..6acd15e 100644
--- a/debian/control
+++ b/debian/control
@@ -94,19 +94,3 @@ Description: Development files to build a ICD Loader
  .
  For building OpenCL applications, installs the ocl-icd-opencl-dev package
  instead.
-
-Package: ocl-icd-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Depends: ${misc:Depends},
-         ocl-icd-libopencl1 (= ${binary:Version})
-Description: Debug symbols for the generic OpenCL ICD Loader
- OpenCL (Open Computing Language) is a multivendor open standard for
- general-purpose parallel programming of heterogeneous systems that include
- CPUs, GPUs and other processors.
- .
- This package contains detached debugging symbols for the OCL-ICD OpenCL
- library.
- .
- Most people will not need this package.
diff --git a/debian/rules b/debian/rules
index 70cf6ec..056b119 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,5 +44,5 @@ override_dh_installchangelogs:
 
 .PHONY: override_dh_strip
 override_dh_strip:
-	dh_strip --dbg-package=ocl-icd-dbg
+	dh_strip --dbgsym-migration='ocl-icd-dbg (<< 2.2.10-2~)'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ocl-icd.git



More information about the Pkg-opencl-commits mailing list