Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3f5a2fc186
commit
36a0978e59
1 changed files with 29 additions and 20 deletions
49
debian/control
vendored
49
debian/control
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue