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
39
debian/control
vendored
39
debian/control
vendored
|
@ -1,22 +1,25 @@
|
||||||
Source: libnetconf2
|
Source: libnetconf2
|
||||||
Section: libs
|
Section: libs
|
||||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Standards-Version: 4.5.1.0
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||||
Build-Depends: dpkg-dev (>= 1.22.5), cmake,
|
Build-Depends:
|
||||||
debhelper-compat (= 12),
|
debhelper-compat (= 12),
|
||||||
|
dpkg-dev (>= 1.22.5),
|
||||||
|
cmake,
|
||||||
doxygen,
|
doxygen,
|
||||||
graphviz,
|
graphviz,
|
||||||
libssh-dev,
|
libssh-dev,
|
||||||
libssl-dev,
|
libssl-dev,
|
||||||
libyang2-dev,
|
libyang2-dev,
|
||||||
pkg-config
|
pkg-config,
|
||||||
|
Standards-Version: 4.5.1.0
|
||||||
Homepage: https://github.com/CESNET/libnetconf2
|
Homepage: https://github.com/CESNET/libnetconf2
|
||||||
|
|
||||||
Package: libnetconf2-doc
|
Package: libnetconf2-doc
|
||||||
Depends: ${misc:Depends}
|
|
||||||
Section: doc
|
Section: doc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Description: NETCONF protocol library [docs]
|
Description: NETCONF protocol library [docs]
|
||||||
NETCONF library in C intended for building NETCONF clients and servers. NETCONF
|
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.
|
This package contains the documentation.
|
||||||
|
|
||||||
Package: libnetconf2-2t64
|
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
|
Section: libs
|
||||||
Architecture: any
|
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
|
Multi-Arch: same
|
||||||
Description: NETCONF protocol library [C library]
|
Description: NETCONF protocol library [C library]
|
||||||
NETCONF library in C intended for building NETCONF clients and servers. NETCONF
|
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.
|
This package contains the shared C library.
|
||||||
|
|
||||||
Package: libnetconf2-dev
|
Package: libnetconf2-dev
|
||||||
Depends: libnetconf2-2t64 (= ${binary:Version}),
|
|
||||||
libyang2-dev,
|
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends}
|
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
Depends:
|
||||||
|
libnetconf2-2t64 (= ${binary:Version}),
|
||||||
|
libyang2-dev,
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Description: NETCONF protocol library [C development]
|
Description: NETCONF protocol library [C 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue