1
0
Fork 0

Updating package descriptions.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-19 05:51:21 +01:00
parent e1cd6c36b0
commit e90818b6c2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

38
debian/control vendored
View file

@ -26,24 +26,10 @@ Architecture: all
Depends: Depends:
${misc:Depends}, ${misc:Depends},
Multi-Arch: foreign Multi-Arch: foreign
Description: NETCONF protocol library [docs] Description: library for IETF NETCONF protocol (documentation)
NETCONF library in C intended for building NETCONF clients and servers. NETCONF NETCONF library in C intended for building NETCONF clients and servers. NETCONF
is the NETwork CONFiguration protocol introduced by IETF. is the NETwork CONFiguration protocol introduced by IETF.
. .
libnetconf2 is a NETCONF library in C handling NETCONF authentication and all
NETCONF RPC communication both server and client-side. Note that NETCONF
datastore implementation is not a part of this library. The library supports
both NETCONF 1.0 (RFC 4741) as well as NETCONF 1.1 (RFC 6241). The main
features include:
.
* NETCONF over SSH (RFC 4742, RFC 6242), using libssh.
* NETCONF over TLS (RFC 7589), using OpenSSL.
* DNSSEC SSH Key Fingerprints (RFC 4255)
* NETCONF over pre-established transport sessions (using this mechanism the
communication can be tunneled through sshd(8), for instance).
* NETCONF Call Home (RFC 8071).
* NETCONF Event Notifications (RFC 5277),
.
This package contains the documentation. This package contains the documentation.
Package: libnetconf2-2t64 Package: libnetconf2-2t64
@ -61,7 +47,7 @@ Replaces:
Breaks: Breaks:
libnetconf2-2 (<< ${source:Version}), libnetconf2-2 (<< ${source:Version}),
Multi-Arch: same Multi-Arch: same
Description: NETCONF protocol library [C library] Description: library for IETF NETCONF protocol
NETCONF library in C intended for building NETCONF clients and servers. NETCONF NETCONF library in C intended for building NETCONF clients and servers. NETCONF
is the NETwork CONFiguration protocol introduced by IETF. is the NETwork CONFiguration protocol introduced by IETF.
. .
@ -79,7 +65,7 @@ Description: NETCONF protocol library [C library]
* NETCONF Call Home (RFC 8071). * NETCONF Call Home (RFC 8071).
* NETCONF Event Notifications (RFC 5277), * NETCONF Event Notifications (RFC 5277),
. .
This package contains the shared C library. This package contains the shared library.
Package: libnetconf2-dev Package: libnetconf2-dev
Section: libdevel Section: libdevel
@ -90,22 +76,8 @@ Depends:
${misc:Depends}, ${misc:Depends},
${shlibs:Depends}, ${shlibs:Depends},
Multi-Arch: same Multi-Arch: same
Description: NETCONF protocol library [C development] Description: library for IETF NETCONF protocol (development)
NETCONF library in C intended for building NETCONF clients and servers. NETCONF NETCONF library in C intended for building NETCONF clients and servers. NETCONF
is the NETwork CONFiguration protocol introduced by IETF. is the NETwork CONFiguration protocol introduced by IETF.
. .
libnetconf2 is a NETCONF library in C handling NETCONF authentication and all This package contains the development files.
NETCONF RPC communication both server and client-side. Note that NETCONF
datastore implementation is not a part of this library. The library supports
both NETCONF 1.0 (RFC 4741) as well as NETCONF 1.1 (RFC 6241). The main
features include:
.
* NETCONF over SSH (RFC 4742, RFC 6242), using libssh.
* NETCONF over TLS (RFC 7589), using OpenSSL.
* DNSSEC SSH Key Fingerprints (RFC 4255)
* NETCONF over pre-established transport sessions (using this mechanism the
communication can be tunneled through sshd(8), for instance).
* NETCONF Call Home (RFC 8071).
* NETCONF Event Notifications (RFC 5277),
.
This package contains the static C library and headers.