| Source: @PACKAGE@ |
| Maintainer: CESNET <mvasko@cesnet.cz> |
| Priority: extra |
| Standards-Version: 3.8.2 |
| Build-Depends: |
| debhelper (>= 9), |
| make, |
| gcc, |
| g++, |
| doxygen, |
| cmake, |
| pkg-config, |
| libpcre3-dev, |
| libcmocka-dev, |
| Homepage: https://github.com/CESNET/libyang |
| |
| Package: @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ |
| Depends: libpcre3, ${shlibs:Depends} |
| Section: libs |
| Architecture: any |
| Description: Libyang is YANG data modelling language parser and toolkit written (and providing API) in C. |
| |
| Package: @PACKAGE@-dev |
| Depends: libpcre3-dev, @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@) |
| Section: libdevel |
| Architecture: any |
| Description: Headers of libyang library. |
| |
| Package: @PACKAGE@-dbg |
| Depends: @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@) |
| Section: debug |
| Architecture: any |
| Description: Debug symbols of libyang library. |
| |
| Package: @CPP_PACKAGE@@LIBYANG_MAJOR_SOVERSION@ |
| Depends: @PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@) |
| Section: libs |
| Architecture: any |
| Description: Bindings of libyang library to C++ language. |
| |
| Package: @CPP_PACKAGE@-dev |
| Depends: libpcre3-dev, @CPP_PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@) |
| Section: libdevel |
| Architecture: any |
| Description: Headers of bindings to C++ language libyang library. |
| |
| Package: @CPP_PACKAGE@-dbg |
| Depends: @CPP_PACKAGE@@LIBYANG_MAJOR_SOVERSION@ (=@LIBYANG_VERSION@) |
| Section: debug |
| Architecture: any |
| Description: Debug symbols of C++ bidings of libyang library. |