Source: pocl
Section: devel
Priority: extra
Maintainer: Vincent Danjean <vdanjean@debian.org>
Build-Depends: debhelper (>= 9~), autotools-dev, autoconf, dh-autoreconf,
 pkg-config, libhwloc-dev, libltdl-dev, mesa-common-dev,
 ocl-icd-dev (>=2.2.3), ocl-icd-libopencl1 (>=2.2.3), ocl-icd-opencl-dev,
 libedit-dev,
 clang, llvm-3.5-dev, libclang-3.5-dev
Standards-Version: 3.9.5
Homepage: https://launchpad.net/pocl
Vcs-Git: git://anonscm.debian.org/collab-maint/pocl.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pocl.git;a=summary

Package: pocl-opencl-icd
Architecture: any
Provides: opencl-icd, opencl-icd-1.1-1, opencl-icd-1.2-1
Section: libs
Depends: ${misc:Depends}, libpocl1 (= ${binary:Version})
Description: pocl ICD
 Portable OpenCL is an open source implementation of the OpenCL standard which
 can be easily adapted for new targets. One of the goals of the project is
 improving performance portability of OpenCL programs, avoiding the need for
 target-dependent manual optimizations. A "native" target is included, which
 allows running OpenCL kernels on the host (CPU). 
 .
 This package allows one to use pocl as an installable client driver (ICD) for
 OpenCL.

Package: libpocl1-common
Architecture: all
Section: libs
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: common files for the Portable OpenCL library
 Portable OpenCL is an open source implementation of the OpenCL standard which
 can be easily adapted for new targets. One of the goals of the project is
 improving performance portability of OpenCL programs, avoiding the need for
 target-dependent manual optimizations. A "native" target is included, which
 allows running OpenCL kernels on the host (CPU). 
 .
 This package provides the architecture independent files of the POCL library.

Package: libpocl1
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libpocl1-common (= ${source:Version})
Recommends: pocl-opencl-icd
Description: Portable OpenCL library
 Portable OpenCL is an open source implementation of the OpenCL standard which
 can be easily adapted for new targets. One of the goals of the project is
 improving performance portability of OpenCL programs, avoiding the need for
 target-dependent manual optimizations. A "native" target is included, which
 allows running OpenCL kernels on the host (CPU). 
 .
 This package provides the core of POCL.

Package: libpoclu1
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: utility library for writing OpenCL programs
 Portable OpenCL is an open source implementation of the OpenCL standard which
 can be easily adapted for new targets. One of the goals of the project is
 improving performance portability of OpenCL programs, avoiding the need for
 target-dependent manual optimizations. A "native" target is included, which
 allows running OpenCL kernels on the host (CPU). 
 .
 This package provides an small utility library to help writing OpenCL
 programs.

Package: libpoclu-dev
Architecture: any
Section: libdevel
Multi-Arch: foreign
Depends: ${misc:Depends}, libpoclu1 (= ${binary:Version}), opencl-headers (>= 1.2)
Recommends: ocl-icd-opencl-dev
Description: development files for the POCL utility library
 Portable OpenCL is an open source implementation of the OpenCL standard which
 can be easily adapted for new targets. One of the goals of the project is
 improving performance portability of OpenCL programs, avoiding the need for
 target-dependent manual optimizations. A "native" target is included, which
 allows running OpenCL kernels on the host (CPU). 
 .
 This package provides the development files for the POCL utility library,
 that provides various facilities to write OpenCL programs.

Package: libpocl-dev
Architecture: any
Section: libdevel
Multi-Arch: foreign
Depends: ${misc:Depends}, libpocl1 (= ${binary:Version})
Description: development files for the POCL library
 Portable OpenCL is an open source implementation of the OpenCL standard which
 can be easily adapted for new targets. One of the goals of the project is
 improving performance portability of OpenCL programs, avoiding the need for
 target-dependent manual optimizations. A "native" target is included, which
 allows running OpenCL kernels on the host (CPU). 
 .
 This package provides the development files for the POCL library.  Unless very
 specific needs, this package is useless.  This package is only required to link
 directly and explicitly with POCL.
 .
 To develop OpenCL programs (that can be run with POCL), the opencl-dev virtual
 package (provided by ocl-icd-opencl-dev for example) is required, not this one.

Package: libpocl-dbg
Architecture: any
Section: debug
Multi-Arch: same
Depends: ${misc:Depends}, libpocl1 (= ${binary:Version})
Description: debugging symbols for POCL
 Portable OpenCL is an open source implementation of the OpenCL standard which
 can be easily adapted for new targets. One of the goals of the project is
 improving performance portability of OpenCL programs, avoiding the need for
 target-dependent manual optimizations. A "native" target is included, which
 allows running OpenCL kernels on the host (CPU). 
 .
 This package contains the debugging symbols for libpocl1 and libpoclu0.
