[beignet] 01/01: add beignet-dbg package with debug symbols

Andreas Beckmann anbe at moszumanska.debian.org
Wed Nov 19 18:51:27 UTC 2014


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

anbe pushed a commit to branch master
in repository beignet.

commit b775ca9a32da1a2d28a5e343df61533adfb6d439
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Nov 18 17:26:31 2014 +0100

    add beignet-dbg package with debug symbols
---
 debian/changelog |  6 ++++++
 debian/control   | 11 ++++++++++-
 debian/rules     |  3 +++
 3 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index eefbba2..ae1b3f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+beignet (1.0.0-2) UNRELEASED; urgency=medium
+
+  * Add beignet-dbg package with debug symbols.
+
+ -- Andreas Beckmann <anbe at debian.org>  Tue, 18 Nov 2014 17:26:01 +0100
+
 beignet (1.0.0-1) experimental; urgency=medium
 
   [ Andreas Beckmann ]
diff --git a/debian/control b/debian/control
index 8c51a80..552e44c 100644
--- a/debian/control
+++ b/debian/control
@@ -42,10 +42,19 @@ Package: beignet-dev
 Section: libdevel
 Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64
 Depends: beignet (= ${binary:Version}), ${misc:Depends}
-Description: Intel OpenCL library (development files)
+Description: OpenCL library for Intel GPUs (development files)
  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 the development files for directly linking against
  the Intel implementation.
+
+Package: beignet-dbg
+Section: debug
+Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64
+Depends: beignet (= ${binary:Version}), ${misc:Depends}
+Description: OpenCL library for Intel GPUs (debug symbols)
+ OpenCL (Open Computing Language) is a multivendor open standard for
+ general-purpose parallel programming of heterogeneous systems that include
+ CPUs, GPUs and other processors.
diff --git a/debian/rules b/debian/rules
index a6f6bb7..5b4bcba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@ SUPERFLUOUS=cl.h cl_d3d10.h cl_dx9_media_sharing.h cl_ext.h cl_gl_ext.h cl_platf
 override_dh_auto_configure:
 	$(RM) $(patsubst %,include/CL/%,$(SUPERFLUOUS))
 	dh_auto_configure --buildsystem cmake
+
+override_dh_strip:
+	dh_strip --dbg-package=beignet-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git



More information about the Pkg-opencl-commits mailing list