Source: bcmatroska2
Priority: optional
Maintainer: kimi <noreply@nodomain.org>
Build-Depends: debhelper (>= 9), 
        cmake, 
        g++ (>= 4:5.2), 
        libebml-dev (>= 1.4.0), 
        pkg-config,
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/BelledonneCommunications/bcmatroska2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/multimedia-team/libmatroska.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libmatroska

Package: libbcmatroska2-0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},  ${misc:Depends}
Description: Bcmatroska2 is a C library to parse Matroska files (.mkv and .mka). (shared library)
 This package includes the libraries necessary for compiling and linking
 applications which will use libbcmatroska2.

Package: bcmatroska2-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libbcmatroska2-0 (= ${binary:Version}),
 libebml-dev (>= 1.4.0),
 ${misc:Depends}
Description: Bcmatroska2 is a C library to parse Matroska files (.mkv and .mka). (development files)
 This package includes the files necessary for compiling and linking
 applications which will use libbcmatroska2.
