diff --git a/debian/control b/debian/control index 30b97b8..3a75f5f 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,25 @@ Source: libnetconf2 Section: libs -Maintainer: Daniel Baumann Priority: optional +Maintainer: Daniel Baumann +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