Adding upstream version 2.0.24.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e508fcfeb9
commit
afb0a8fea7
118 changed files with 45084 additions and 0 deletions
44
distro/pkg/deb/control
Normal file
44
distro/pkg/deb/control
Normal file
|
@ -0,0 +1,44 @@
|
|||
Source: libnetconf2
|
||||
Section: libs
|
||||
Homepage: https://github.com/CESNET/libnetconf2/
|
||||
Maintainer: CESNET <mvasko@cesnet.cz>
|
||||
Priority: optional
|
||||
Standards-Version: 4.5.0
|
||||
Build-Depends: cmake,
|
||||
debhelper (>= 10),
|
||||
libyang2-dev,
|
||||
libssl-dev,
|
||||
libssh-dev (>= 0.7.1),
|
||||
pkg-config
|
||||
Vcs-Browser: https://github.com/CESNET/libnetconf2/tree/master
|
||||
Vcs-Git: https://github.com/CESNET/libnetconf2.git
|
||||
|
||||
Package: libnetconf2-2
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Architecture: any
|
||||
Description: library implementing NETCONF protocol - runtime
|
||||
Libnetconf2 implements network communication using NETCONF
|
||||
protocol specified in IETF RFC 6241. It is based on libnetconf
|
||||
(which it replaces and makes obsolete) but written from scratch.
|
||||
.
|
||||
Both server and client-side functionality is provided.
|
||||
.
|
||||
It is implemented in C.
|
||||
|
||||
Package: libnetconf2-dev
|
||||
Depends: libyang2-dev,
|
||||
libnetconf2-2 (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Description: library implementing NETCONF protocol - development files
|
||||
Libnetconf2 implements network communication using NETCONF
|
||||
protocol specified in IETF RFC 6241. It is based on libnetconf
|
||||
(which it replaces and makes obsolete) but written from scratch.
|
||||
.
|
||||
Both server and client-side functionality is provided.
|
||||
.
|
||||
This package contains the C headers, a pkgconfig file, and .so entry
|
||||
point for libnetconf2.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue