[khronos-opencl-headers] 02/02: New upload

Vincent Danjean vdanjean at debian.org
Thu Feb 11 10:50:25 UTC 2016


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

vdanjean pushed a commit to branch master
in repository khronos-opencl-headers.

commit e34c5fd81a103e11d6b26aa6ca7704e77f13b08c
Author: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
Date:   Thu Feb 11 11:45:47 2016 +0100

    New upload
    
    - add myself as uploader
    - refresh quilt patches
    - apply "cme fix dpkg" suggested fixes
---
 debian/changelog                 |  6 ++++++
 debian/control                   | 19 +++++++++----------
 debian/copyright                 |  2 +-
 debian/patches/use__vector.patch |  6 +++---
 4 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 122a412..80ba59c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+khronos-opencl-headers (2.0~svn32091-2) unstable; urgency=medium
+
+  * remove EGL includes (backport upstream patch) (Closes: #809263)
+
+ -- Vincent Danjean <vdanjean at debian.org>  Thu, 11 Feb 2016 11:35:05 +0100
+
 khronos-opencl-headers (2.0~svn32091-1) unstable; urgency=medium
 
   [ Andreas Beckmann ]
diff --git a/debian/control b/debian/control
index c5e1b8f..f47fcb0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,16 @@
 Source: khronos-opencl-headers
+Maintainer: Debian OpenCL Maintainers <pkg-opencl-devel at lists.alioth.debian.org>
+Uploaders: Andreas Beckmann <anbe at debian.org>,
+           Russ Allbery <rra at debian.org>,
+           Vincent Danjean <vdanjean at debian.org>
 Section: libdevel
 Priority: extra
-Maintainer: Debian OpenCL Maintainers <pkg-opencl-devel at lists.alioth.debian.org>
-Uploaders:
- Andreas Beckmann <anbe at debian.org>,
- Russ Allbery <rra at debian.org>,
-Build-Depends:
- debhelper (>= 9),
- libgl1-mesa-dev,
-Standards-Version: 3.9.6
-Homepage: http://www.khronos.org/registry/cl/
-Vcs-Git: git://anonscm.debian.org/pkg-opencl/khronos-opencl-headers.git
+Build-Depends: debhelper (>= 9),
+               libgl1-mesa-dev
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-opencl/khronos-opencl-headers.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-opencl/khronos-opencl-headers.git
+Homepage: http://www.khronos.org/registry/cl/
 
 Package: opencl-headers
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 981dcf5..6657279 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Source: http://www.khronos.org/registry/cl/
 
 Files: *
 Copyright: (c) 2008-2013 The Khronos Group Inc.
-License: other-MIT-style-KHRONOS
+License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and/or associated documentation files (the
  "Materials"), to deal in the Materials without restriction, including
diff --git a/debian/patches/use__vector.patch b/debian/patches/use__vector.patch
index b1212de..7bc1a10 100644
--- a/debian/patches/use__vector.patch
+++ b/debian/patches/use__vector.patch
@@ -2,9 +2,9 @@ Description: Use __vector instead of vector in cl_platform.h to allow building w
 Author: Aurelien Jarno <aurel32 at debian.org>
 Bug-Debian: https://bugs.debian.org/760310
 
---- khronos-opencl-headers-1.2-2014.04.13.orig/cl_platform.h
-+++ khronos-opencl-headers-1.2-2014.04.13/cl_platform.h
-@@ -332,13 +332,13 @@ typedef unsigned int cl_GLenum;
+--- a/cl_platform.h
++++ b/cl_platform.h
+@@ -361,13 +361,13 @@
  /* Define basic vector types */
  #if defined( __VEC__ )
     #include <altivec.h>   /* may be omitted depending on compiler. AltiVec spec provides no way to detect whether the header is required. */

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



More information about the Pkg-opencl-commits mailing list