[beignet] 03/04: Add missing build-dependencies on x32 to fix FTBFS

Rebecca Palmer rnpalmer-guest at moszumanska.debian.org
Tue Feb 21 23:11:41 UTC 2017


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

rnpalmer-guest pushed a commit to branch master
in repository beignet.

commit 130e22f57ee23b39edc7d7cb392b0394c8831a0a
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date:   Tue Feb 21 20:03:50 2017 +0000

    Add missing build-dependencies on x32 to fix FTBFS
    
    https://buildd.debian.org/status/fetch.php?pkg=beignet&arch=x32&ver=1.3.0-1&stamp=1485212923&raw=0
    (not in the BTS, but non-release-arch FTBFSes are usually 'important')
---
 debian/changelog | 7 ++++---
 debian/control   | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9080dca..ad27127 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-beignet (1.3.0-2) UNRELEASED; urgency=medium
+beignet (1.3.0-2) unstable; urgency=medium
 
   * Statically link to LLVM to allow installation together with
     mesa-opencl-icd (workaround for #852746).
   * Disable OpenCL 2.0 on i386, as it is likely to crash.
-    (Closes: #855651) 
+    (Closes: #855651)
+  * Add missing build-dependencies on x32 to fix FTBFS.
 
- -- Rebecca N. Palmer <rebecca_palmer at zoho.com>  Tue, 21 Feb 2017 07:34:02 +0000
+ -- Rebecca N. Palmer <rebecca_palmer at zoho.com>  Tue, 21 Feb 2017 21:57:10 +0000
 
 beignet (1.3.0-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index a04fa1e..8962363 100644
--- a/debian/control
+++ b/debian/control
@@ -14,9 +14,9 @@ Build-Depends:
  clang-3.8,
  libclang-3.8-dev,
  llvm-3.8-dev,
- clang-3.9 [amd64 i386],
- libclang-3.9-dev [amd64 i386],
- llvm-3.9-dev [amd64 i386],
+ clang-3.9 [amd64 i386 x32],
+ libclang-3.9-dev [amd64 i386 x32],
+ llvm-3.9-dev [amd64 i386 x32],
  ocl-icd-dev,
  ocl-icd-opencl-dev,
  opencl-headers (>= 2.0~),

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



More information about the Pkg-opencl-commits mailing list