[libclc] 180/291: Imported Debian patch 0~git20140101-2

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:47 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 b0fd7d549d14f5b5ab862c1d5cc8f2d30610a534
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Mon Sep 1 23:10:28 2014 +0000

    Imported Debian patch 0~git20140101-2
---
 debian/changelog                                                   | 7 +++++++
 debian/control                                                     | 5 ++---
 debian/patches/series                                              | 2 +-
 ...0001-Set-appropriate-path-to-clang.patch => system-clang.patch} | 2 +-
 debian/rules                                                       | 2 +-
 5 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 09b560a..d3750ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libclc (0~git20140101-2) unstable; urgency=medium
+
+  * Remove Julian Wolrath from the uploaders.
+  * Build-depend on default clang and llvm packages (closes: #759943).
+
+ -- Michael Gilbert <mgilbert at debian.org>  Mon, 01 Sep 2014 23:10:28 +0000
+
 libclc (0~git20140101-1) unstable; urgency=medium
 
   [ Julian Wollrath ]
diff --git a/debian/control b/debian/control
index 8318e37..95b3d0d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,11 @@ Priority: extra
 Maintainer: Debian OpenCL team <pkg-opencl-devel at lists.alioth.debian.org>
 Uploaders:
  Michael Gilbert <mgilbert at debian.org>,
- Julian Wollrath <jwollrath at web.de>,
 Build-Depends:
  debhelper (>= 9),
- llvm-3.4-dev,
- clang-3.4,
  python,
+ clang,
+ llvm,
 Standards-Version: 3.9.5
 Homepage: http://libclc.llvm.org
 
diff --git a/debian/patches/series b/debian/patches/series
index f03806c..389be6e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-0001-Set-appropriate-path-to-clang.patch
+system-clang.patch
diff --git a/debian/patches/0001-Set-appropriate-path-to-clang.patch b/debian/patches/system-clang.patch
similarity index 94%
rename from debian/patches/0001-Set-appropriate-path-to-clang.patch
rename to debian/patches/system-clang.patch
index e5d465a..58454b2 100644
--- a/debian/patches/0001-Set-appropriate-path-to-clang.patch
+++ b/debian/patches/system-clang.patch
@@ -1,4 +1,4 @@
-Description: Set appropriate path to clang
+Description: use system clang compiler
 Author: Julian Wollrath <jwollrath at web.de>
 Date: Tue, 7 Jan 2014 16:32:47 +0100
 
diff --git a/debian/rules b/debian/rules
index 9c0bef7..8ac1675 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DH_VERBOSE=1
 export VERBOSE=1
 
 confflags=--prefix=/usr \
-          --with-llvm-config=/usr/bin/llvm-config-3.4 \
+          --with-llvm-config=/usr/bin/llvm-config \
 
 path=debian/tmp/usr/lib/clc
 

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