[khronos-opencl-headers] 21/94: new OpenCL API 1.2
Andreas Beckmann
anbe at moszumanska.debian.org
Mon Sep 21 02:39:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository khronos-opencl-headers.
commit 3a6cddda0c954e8f0f1ab4fab54c91dff9302fe3
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Mon Jan 23 15:58:32 2012 +0000
new OpenCL API 1.2
git-svn-id: svn://svn.debian.org/svn/pkg-nvidia/packages/khronos-opencl-headers/trunk@2774 b6a4b1ba-b714-0410-8a2d-fc0b36c6496e
---
debian/changelog | 9 ++++++++-
debian/copyright | 6 +++---
debian/rules | 8 +++++---
3 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cf0dc8b..ccd95cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
-khronos-opencl-headers (1.1-2010.07.15-2) unstable; urgency=low
+khronos-opencl-headers (1.2-2011.11.16-1) experimental; urgency=low
[ Andreas Beckmann ]
+ * OpenCL API 1.2.
+ * Upload to experimental.
+
+ -- Andreas Beckmann <debian at abeckmann.de> Mon, 23 Jan 2012 16:56:45 +0100
+
+khronos-opencl-headers (1.1-2010.07.15-2) unstable; urgency=low
+
* Upload to unstable.
* Set Maintainer to Debian NVIDIA Maintainers and move myself to Uploaders.
diff --git a/debian/copyright b/debian/copyright
index 308742e..c2f98df 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,8 +11,8 @@ Disclaimer:
non-free licenses and without source code.
Files: *
-Copyright: (c) 2008-2010 The Khronos Group Inc.
-License: other-KHRONOS
+Copyright: (c) 2008-2012 The Khronos Group Inc.
+License: other-MIT-style-KHRONOS
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
@@ -33,7 +33,7 @@ License: other-KHRONOS
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
Files: debian/*
-Copyright: © 2010-2011 Andreas Beckmann <debian at abeckmann.de>
+Copyright: © 2010-2012 Andreas Beckmann <debian at abeckmann.de>
License: GPL-3+
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/debian/rules b/debian/rules
index 190c404..2d40d55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,10 @@
%:
dh $@
-api = 1.1
-headers = opencl.h cl_platform.h cl.h cl_ext.h cl_d3d10.h cl_gl.h cl_gl_ext.h
+api = 1.2
+headers_1.0 = opencl.h cl_platform.h cl.h cl_ext.h cl_d3d10.h cl_gl.h cl_gl_ext.h
+headers_1.1 = $(headers_1.0)
+headers_1.2 = $(headers_1.1) cl_dx9_media_sharing.h cl_d3d11.h
headers_hpp = cl.hpp
src_dir = khronos-opencl-headers-$(api).orig
src_file = khronos-opencl-headers-$(api).tar.gz
@@ -12,7 +14,7 @@ get-orig-source:
rm -rf $(src_dir)
mkdir $(src_dir)
set -e; cd $(src_dir) ; \
- for h in $(headers) ; do \
+ for h in $(headers_$(api)) ; do \
wget http://www.khronos.org/registry/cl/api/$(api)/$$h ; \
done ; \
for h in $(headers_hpp) ; do \
--
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