[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

piglit: Changes to 'debian-unstable'



 debian/changelog |    8 ++++++++
 debian/control   |    5 +++--
 debian/rules     |    3 ++-
 3 files changed, 13 insertions(+), 3 deletions(-)

New commits:
commit e61c837397315469e166553a66c34487b421b59e
Author: Simon Richter <sjr@debian.org>
Date:   Thu Jan 26 18:34:58 2017 +0100

    debian: Change log for 0~git20150829-59d7066-1.1

diff --git a/debian/changelog b/debian/changelog
index 4422143..a5a60c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+piglit (0~git20150829-59d7066-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build OpenCL tests (Closes: #845549)
+  * Build in parallel (Closes: #846403)
+
+ -- Simon Richter <sjr@debian.org>  Thu, 26 Jan 2017 18:34:58 +0100
+
 piglit (0~git20150829-59d7066-1) unstable; urgency=low
 
   * Update piglit version

commit e03e3d21776c1ab30cb5989a4295e245fcea4bfa
Author: Simon Richter <sjr@debian.org>
Date:   Thu Dec 1 01:29:08 2016 +0100

    debian: Enable parallel builds
    
    From: Simon Richter <sjr@debian.org>
    Date: Thu, 1 Dec 2016 01:43:05 +0100
    Subject: Bug#846403: piglit: please build in parallel
    
    Hi,
    
    building in parallel speeds up the compilation process significantly.
    Unless there are incorrect dependencies in the build process, this should
    not have adverse effects.
    
       Simon

diff --git a/debian/rules b/debian/rules
index 7a3f996..9845823 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 DEB_DESTDIR := $(CURDIR)/debian/piglit
 
 %:
-	dh $@ --buildsystem cmake --with python2
+	dh $@ --parallel --buildsystem cmake --with python2
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

commit 1d36e5dcda5ff22a211c8df784318c9721b33233
Author: Simon Richter <sjr@debian.org>
Date:   Thu Dec 1 01:29:08 2016 +0100

    debian: Enable opencl support in piglit
    
    From: Simon Richter <sjr@debian.org>
    Date: Thu, 1 Dec 2016 01:41:02 +0100
    Subject: Bug#845549: piglit: OpenCL tests do not work
    
    Hi,
    
    this patch adds OpenCL support.
    
       Simon

diff --git a/debian/control b/debian/control
index 5ca829a..b8a6b3a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: binutils (>> 2.18),
                libgl1-mesa-dev | libgl-dev,
                libglu1-mesa-dev | libglu-dev,
                libxcb1-dev,
+               ocl-icd-opencl-dev | opencl-dev,
                libwaffle-dev (>= 1.3),
                pkg-config,
                python (>= 2.7),
@@ -27,5 +28,5 @@ Package: piglit
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Pre-Depends}, ${misc:Depends},
          ${python:Depends}, python-six
-Description: Open-source test suite for OpenGL implementations
- Piglit is an open-source test suite for OpenGL implementations.
+Description: Open-source test suite for OpenGL and OpenCL implementations
+ Piglit is an open-source test suite for OpenGL and OpenCL implementations.
diff --git a/debian/rules b/debian/rules
index 18d50f5..7a3f996 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ override_dh_auto_configure:
 		-DPIGLIT_BUILD_GLES1_TESTS=1 \
 		-DPIGLIT_BUILD_GLES2_TESTS=1 \
 		-DPIGLIT_BUILD_GLES3_TESTS=1 \
+		-DPIGLIT_BUILD_CL_TESTS=1 \
 		-DPIGLIT_USE_WAFFLE=1
 
 override_dh_auto_install:


Reply to: