[beignet] 06/08: Use compat 10, remove now-default --parallel

Rebecca Palmer rnpalmer-guest at moszumanska.debian.org
Tue Aug 1 21:38:03 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 cea666e10fcea30bb1bf5bd4306944d20dfbb8e4
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date:   Mon Jul 31 22:23:10 2017 +0100

    Use compat 10, remove now-default --parallel
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2588a97..fc7fd95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ beignet (1.3.1-1) UNRELEASED; urgency=medium
   * Explicitly specify LLVM 3.9/3.8, as we no longer need to match
     mesa (#848368 has been fixed) and this package FTBFS with LLVM 4.0.
   * Remove CAN_ENABLE_OPENCL2, as upstream now handles this.
+  * Use compat 10, remove now-default --parallel.
 
  -- Rebecca N. Palmer <rebecca_palmer at zoho.com>  Sun, 30 Jul 2017 14:30:54 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index f888049..31be585 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
  Rebecca N. Palmer <rebecca_palmer at zoho.com>,
  Andreas Beckmann <anbe at debian.org>,
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
  cmake (>= 2.8.5),
  clang-3.8 [!amd64 !i386],
  libclang-3.8-dev [!amd64 !i386],
diff --git a/debian/rules b/debian/rules
index 3afefc3..eef8ab0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CPPFLAGS_MAINT_APPEND = -DGBE_DEBUG=1
 
 %:
-	dh $@ --buildsystem cmake --parallel
+	dh $@ --buildsystem cmake
 
 # We build with the headers from opencl-headers.
 SUPERFLUOUS=cl.h cl_d3d10.h cl_dx9_media_sharing.h cl_ext.h cl_gl_ext.h cl_platform.h cl.hpp cl_d3d11.h cl_egl.h cl_gl.h opencl.h

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