[pocl] 03/14: drop the -dbg package in favor of autogenerated -dbgsym packages

Andreas Beckmann anbe at moszumanska.debian.org
Mon Apr 25 09:11:32 UTC 2016


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

anbe pushed a commit to branch master
in repository pocl.

commit 895f994e093eada5980926ad8a6b13e640f7285f
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Mar 22 00:55:06 2016 +0100

    drop the -dbg package in favor of autogenerated -dbgsym packages
---
 debian/changelog |  1 +
 debian/control   | 14 --------------
 debian/rules     |  5 +----
 3 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cb2eb88..43c7eb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ pocl (0.11-1) UNRELEASED; urgency=medium
   [ Andreas Beckmann ]
   * Use a temporary, writable $HOME while running the testsuite.
   * Show the full tests/testsuite.log on testsuite failures.
+  * Drop the -dbg package in favor of autogenerated -dbgsym packages.
 
  -- Vincent Danjean <vdanjean at debian.org>  Fri, 12 Jun 2015 10:07:30 +0200
 
diff --git a/debian/control b/debian/control
index 20dba2c..5c31e0b 100644
--- a/debian/control
+++ b/debian/control
@@ -109,17 +109,3 @@ Description: development files for the pocl library
  .
  To develop OpenCL programs (that can be run with pocl), the opencl-dev virtual
  package (provided by ocl-icd-opencl-dev for example) is required, not this one.
-
-Package: libpocl-dbg
-Architecture: any
-Section: debug
-Multi-Arch: same
-Depends: ${misc:Depends}, libpocl1 (= ${binary:Version})
-Description: debugging symbols for pocl
- Portable Computing Language is an open source implementation of the OpenCL
- standard which can be easily adapted for new targets. One of the goals of the
- project is improving performance portability of OpenCL programs, avoiding the
- need for target-dependent manual optimizations. A "native" target is included,
- which allows running OpenCL kernels on the host (CPU).
- .
- This package contains the debugging symbols for libpocl1 and libpoclu0.
diff --git a/debian/rules b/debian/rules
index 87dc9c0..da6104e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ endif
 	dh $@  --with autoreconf --parallel --with pkgkde_symbolshelper
 
 .PHONY: override_dh_auto_configure override_dh_shlibdeps override_dh_install
-.PHONY: override_dh_strip override_dh_auto_test override_dh_makeshlibs
+.PHONY: override_dh_auto_test override_dh_makeshlibs
 
 override_dh_autoreconf:
 ifeq ($(LLVM_ARCH),)
@@ -66,9 +66,6 @@ override_dh_install:
 		-e 's,.*/\([^/.]*\.so\.[^/.]*\)\.[^/]*,\1,'
 	dh_install --list-missing -Xusr/include/CL/ -X.la -Xusr/include/utlist.h
 
-override_dh_strip:
-	dh_strip --dbg-package=libpocl-dbg
-
 override_dh_auto_test:
 	# Failure in testsuite is delayed until symbols handling
 	# and all files are logged.

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



More information about the Pkg-opencl-commits mailing list