Source: shaderc
Section: libs
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 asciidoctor,
 ccache,
 clang,
 cmake,
 g++,
 gcc,
 glslang-dev,
 pkgconf,
 pkg-config,
 ruby-pygments.rb,
 spirv-headers,
Standards-Version: 4.6.2
Homepage: https://github.com/google/shaderc
Vcs-Browser: https://salsa.debian.org/debian/shaderc
Vcs-Git: https://salsa.debian.org/debian/shaderc.git

Package: glslc
Section: libdevel
Architecture: any
Multi-Arch: foreign
Built-Using: ${built-using}
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: Shaderc Library
 A collection of tools, libraries and tests for shader compilation.

Package: libshaderc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Built-Using: ${built-using}
Depends: ${shlibs:Depends},
 ${misc:Depends},
 glslang-dev,
 libshaderc1 (= ${binary:Version}),
 spirv-headers,
Description: Shaderc Library
 A collection of tools, libraries and tests for shader compilation.

Package: libshaderc1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
Built-Using: ${built-using}
Description: Shaderc Library
 A collection of tools, libraries and tests for shader compilation.