Source: libmatroska6v5
Section: devel
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Build-Depends: debhelper (>= 9),
 cmake,
 g++,
 libebml-dev,
 pkg-config
Standards-Version: 3.9.8
Homepage: https://github.com/Matroska-Org/libmatroska
#Vcs-Git: https://anonscm.debian.org/collab-maint/libmatroska6v5.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libmatroska6v5.git

Package: libmatroska6v5
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libmatroska6
Replaces: libmatroska6
Description: a C++ libary to parse Matroska files (.mkv and .mka)
 libmatroska is based on cmake. It requires a C++ compiler as well as libebml. This means that the normal build process consists of the usual steps3.

Package: libmatroska-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
 libebml-dev,
 libmatroska6v5 (= ${binary:Version})
Description: a C++ libary to parse Matroska files (.mkv and .mka)
 libmatroska is based on cmake. It requires a C++ compiler as well as libebml. This means that the normal build process consists of the usual steps3.