Package: release.debian.org User: [email protected] Usertags: unblock Severity: normal Control: severity 863300 important Control: tags 863300 + pending X-Debbugs-CC: [email protected]
Please unblock package beignet (currently awaiting sponsorship) beignet 1.3 upstream added two additional files to provide OpenCL 2.0 support, which my packaging didn't install. As these files are not used on my (non-2.0-capable) hardware, it worked when tested. However on 2.0-capable hardware, this makes it claim to support 2.0, then fail when anything actually tries to use it. (On my next normal upload I plan to use dh_install --fail-missing to make sure this can't happen again, but now is not the time for unnecessary changes.) unblock beignet/1.3.0-4 diff -Nru beignet-1.3.0/debian/beignet-opencl-icd.install beignet-1.3.0/debian/beignet-opencl-icd.install --- beignet-1.3.0/debian/beignet-opencl-icd.install 2017-04-29 08:52:01.000000000 +0100 +++ beignet-1.3.0/debian/beignet-opencl-icd.install 2017-05-25 19:48:40.000000000 +0100 @@ -3,6 +3,6 @@ usr/lib/*/beignet/libgbeinterp.so usr/lib/*/beignet/libcl.so usr/lib/*/beignet/include -usr/lib/*/beignet/beignet.pch -usr/lib/*/beignet/beignet.bc +usr/lib/*/beignet/beignet*.pch +usr/lib/*/beignet/beignet*.bc usr/share/metainfo/*.metainfo.xml diff -Nru beignet-1.3.0/debian/changelog beignet-1.3.0/debian/changelog --- beignet-1.3.0/debian/changelog 2017-05-02 23:23:38.000000000 +0100 +++ beignet-1.3.0/debian/changelog 2017-05-25 19:51:36.000000000 +0100 @@ -1,3 +1,9 @@ +beignet (1.3.0-4) unstable; urgency=medium + + * Install OpenCL 2.0 libraries. (Closes: #863300) + + -- Rebecca N. Palmer <[email protected]> Thu, 25 May 2017 19:50:07 +0100 + beignet (1.3.0-3) unstable; urgency=medium * Fix "Exec...-5" error on older hardware. (Closes: #860805)

