PavolVican | 384786e | 2017-07-12 15:31:20 +0200 | [diff] [blame] | 1 | Source: @PACKAGE_NAME@ |
| 2 | Maintainer: CESNET <rkrejci@cesnet.cz> |
| 3 | Priority: extra |
| 4 | Standards-Version: 3.8.2 |
| 5 | Build-Depends: debhelper (>= 9), gcc |
| 6 | Homepage: https://github.com/CESNET/libnetconf2 |
| 7 | |
| 8 | Package: @PACKAGE_NAME@ |
| 9 | Depends: libyang@COMPAT_PACKAGES@, libssh-4 (>= 0.7.1), ${shlibs:Depends} |
| 10 | Conflicts: @CONFLICT_PACKAGE_NAME@ |
| 11 | Section: libs |
| 12 | Architecture: any |
| 13 | Description: Libnetconf2 is a NETCONF library in C intended for building NETCONF clients and servers. |
| 14 | |
| 15 | Package: @PACKAGE_NAME@-dev |
| 16 | Depends: libyang@COMPAT_PACKAGES@-dev |
| 17 | Section: libdevel |
| 18 | Architecture: any |
| 19 | Description: Headers for libnetconf2 library. |
| 20 | |
| 21 | Package: @PACKAGE_NAME@-dbg |
| 22 | Depends: @PACKAGE_NAME@ (= @LIBNETCONF2_VERSION@) |
| 23 | Section: debug |
| 24 | Architecture: any |
| 25 | Description: Debug symbols for libnetconf2 library. |