[libclc] 221/291: Imported Debian patch 0~git20140101-5

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:52 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 f552032a48e45ede442cf96fca06504242c9206d
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Mon Nov 10 23:12:05 2014 +0000

    Imported Debian patch 0~git20140101-5
---
 debian/changelog | 7 +++++++
 debian/control   | 5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9b6dacf..63a40f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libclc (0~git20140101-5) unstable; urgency=medium
+
+  * Depend on libclang-common-3.5-dev (closes: #767146).
+  * Add zlib1g-dev to the build-dependencies (closes: #768759).
+
+ -- Michael Gilbert <mgilbert at debian.org>  Mon, 10 Nov 2014 23:12:05 +0000
+
 libclc (0~git20140101-4) unstable; urgency=medium
 
   * Support clang 3.5 as the new default (closes: #764835).
diff --git a/debian/control b/debian/control
index f78e91b..49599f9 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
  python,
  clang,
  llvm-dev (>= 3.5),
+ zlib1g-dev,
  libedit-dev,
 Standards-Version: 3.9.5
 Homepage: http://libclc.llvm.org
@@ -18,7 +19,7 @@ Architecture: all
 Depends:
  ${misc:Depends},
  libclc-dev (= ${binary:Version}),
- libclang-common-3.4-dev,
+ libclang-common-3.5-dev,
 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.
@@ -30,7 +31,7 @@ Architecture: all
 Depends:
  ${misc:Depends},
  libclc-dev (= ${binary:Version}),
- libclang-common-3.4-dev,
+ libclang-common-3.5-dev,
 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.

-- 
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