1
0
Fork 0

Adding upstream version 3.5.5.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-18 11:33:23 +01:00
parent afb0a8fea7
commit bf988a2857
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
144 changed files with 43534 additions and 11497 deletions

View file

@ -6,14 +6,16 @@ Priority: optional
Standards-Version: 4.5.0
Build-Depends: cmake,
debhelper (>= 10),
libyang2-dev,
libssl-dev,
libssh-dev (>= 0.7.1),
pkg-config
libyang-dev,
libssl-dev (>= 3.0.0),
libssh-dev (>= 0.9.5),
libpam0g-dev,
pkg-config,
libcurl4-openssl-dev (>= 7.30.0)
Vcs-Browser: https://github.com/CESNET/libnetconf2/tree/master
Vcs-Git: https://github.com/CESNET/libnetconf2.git
Package: libnetconf2-2
Package: libnetconf4
Depends: ${misc:Depends},
${shlibs:Depends}
Architecture: any
@ -27,8 +29,8 @@ Description: library implementing NETCONF protocol - runtime
It is implemented in C.
Package: libnetconf2-dev
Depends: libyang2-dev,
libnetconf2-2 (= ${binary:Version}),
Depends: libyang-dev,
libnetconf4 (= ${binary:Version}),
${misc:Depends}
Section: libdevel
Architecture: any
@ -41,4 +43,3 @@ Description: library implementing NETCONF protocol - development files
.
This package contains the C headers, a pkgconfig file, and .so entry
point for libnetconf2.

View file

@ -1 +0,0 @@
usr/lib/*/libnetconf2.so.*

View file

@ -3,3 +3,4 @@ usr/lib/*/pkgconfig/libnetconf2.pc
usr/include/libnetconf2/*
usr/include/nc_client.h
usr/include/nc_server.h
usr/include/nc_version.h

View file

@ -0,0 +1,2 @@
usr/lib/*/libnetconf2.so.*
usr/share/yang/modules/libnetconf2