1
0
Fork 0

Wrap and sorting debian files.

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

49
debian/control vendored
View file

@ -1,22 +1,25 @@
Source: libnetconf2
Section: libs
Maintainer: Daniel Baumann <daniel@debian.org>
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 12),
dpkg-dev (>= 1.22.5),
cmake,
doxygen,
graphviz,
libssh-dev,
libssl-dev,
libyang2-dev,
pkg-config,
Standards-Version: 4.5.1.0
Build-Depends: dpkg-dev (>= 1.22.5), cmake,
debhelper-compat (= 12),
doxygen,
graphviz,
libssh-dev,
libssl-dev,
libyang2-dev,
pkg-config
Homepage: https://github.com/CESNET/libnetconf2
Package: libnetconf2-doc
Depends: ${misc:Depends}
Section: doc
Architecture: all
Depends:
${misc:Depends},
Multi-Arch: foreign
Description: NETCONF protocol library [docs]
NETCONF library in C intended for building NETCONF clients and servers. NETCONF
@ -39,14 +42,19 @@ Description: NETCONF protocol library [docs]
This package contains the documentation.
Package: libnetconf2-2t64
Provides: ${t64:Provides}
Replaces: libnetconf2-2
Breaks: libnetconf2-2 (<< ${source:Version})
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Section: libs
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Provides:
${t64:Provides},
Replaces:
libnetconf2-2,
Breaks:
libnetconf2-2 (<< ${source:Version}),
Multi-Arch: same
Description: NETCONF protocol library [C library]
NETCONF library in C intended for building NETCONF clients and servers. NETCONF
@ -69,12 +77,13 @@ Description: NETCONF protocol library [C library]
This package contains the shared C library.
Package: libnetconf2-dev
Depends: libnetconf2-2t64 (= ${binary:Version}),
libyang2-dev,
${misc:Depends},
${shlibs:Depends}
Section: libdevel
Architecture: any
Depends:
libnetconf2-2t64 (= ${binary:Version}),
libyang2-dev,
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: NETCONF protocol library [C development]
NETCONF library in C intended for building NETCONF clients and servers. NETCONF