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