[libclc] 92/291: Imported Debian patch 0~git20130819-2
Andreas Beckmann
anbe at moszumanska.debian.org
Tue Sep 8 10:53:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository libclc.
commit 21f27513345ee9cf43c8701a4af955a0847932e4
Author: Michael Gilbert <mgilbert at debian.org>
Date: Sun Sep 15 15:37:50 2013 +0000
Imported Debian patch 0~git20130819-2
---
debian/changelog | 6 ++++++
debian/control | 5 ++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d6e9a5c..65a20dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libclc (0~git20130819-2) unstable; urgency=low
+
+ * Add libclc-dev dependency to libclc-r600 and libclc-ptx.
+
+ -- Michael Gilbert <mgilbert at debian.org> Sun, 15 Sep 2013 15:37:50 +0000
+
libclc (0~git20130819-1) unstable; urgency=low
[ Julian Wollrath ]
diff --git a/debian/control b/debian/control
index a2cdd59..1b89caa 100644
--- a/debian/control
+++ b/debian/control
@@ -17,18 +17,18 @@ Package: libclc-ptx
Architecture: all
Depends:
${misc:Depends},
+ libclc-dev (= ${binary:Version}),
Description: OpenCL C language implementation - ptx support
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
- libclc is intended to be used with the Clang compiler's OpenCL frontend.
- .
This package contains support for the PTX platform.
Package: libclc-r600
Architecture: all
Depends:
${misc:Depends},
+ libclc-dev (= ${binary:Version}),
Description: OpenCL C language implementation - r600 support
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
@@ -40,7 +40,6 @@ Section: libdevel
Architecture: all
Depends:
${misc:Depends},
- libclc-r600 (= ${binary:Version}) | libclc-ptx (= ${binary:Version}),
libclang-common-3.3-dev,
Description: OpenCL C language implementation - development files
libclc is an open implementation of the OpenCL C programming language,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git
More information about the Pkg-opencl-commits
mailing list