File: control

package info (click to toggle)
kronosnet 1.32-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,080 kB
  • sloc: ansic: 25,419; sh: 5,295; makefile: 664
file content (130 lines) | stat: -rw-r--r-- 3,792 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
Source: kronosnet
Section: admin
Priority: optional
Maintainer: Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net>
Uploaders:
 Ferenc Wágner <wferi@debian.org>,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
# ensure that the time64 feature is enabled:
 dpkg-dev (>= 1.22.5),
# nozzle tests on Linux use the ip utility from:
 iproute2 [linux-any],
# ... and on BSD the ifconfig utility from:
 net-tools [kfreebsd-any],
# (Neither of the above actually happens without root privileges, though.)
 libnl-3-dev,
 libnl-route-3-dev,
 libqb-dev,
 libsctp-dev [linux-any],
 pkgconf,
# Compress plugins:
 libbz2-dev,
 liblz4-dev,
 liblzma-dev,
 liblzo2-dev,
 libzstd-dev,
 zlib1g-dev,
# Crypto plugins:
 libnss3-dev,
 libnspr4-dev,
 libssl-dev,
Build-Depends-Indep:
 doxygen,
 doxygen2man,
Homepage: https://kronosnet.org/
Vcs-Git: https://salsa.debian.org/ha-team/kronosnet.git
Vcs-Browser: https://salsa.debian.org/ha-team/kronosnet
X-Common-Description: Kronosnet, often referred to as knet, is a network
 abstraction layer designed for High Availability use cases, where redundancy,
 security, fault tolerance and fast fail-over are the core requirements of
 your application.
 .
 Kronosnet is the new underlying network protocol for Linux HA components
 (Corosync), that features ability to use multiple links between nodes,
 active/active and active/passive link failover policies, automatic link
 recovery, FIPS compliant encryption (nss and/or openssl), automatic PMTUd and
 in general better performances compared to the old network protocol.
X-Nozzle-Description: This is an over-engineered commodity library to manage a
 pool of tap devices and provides the basic
 pre-up.d/up.d/down.d/post-down.d infrastructure.

Package: libknet-dev
Section: libdevel
# Hurd misses both epoll and kevent:
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends:
 libknet1t64 (= ${binary:Version}),
 ${misc:Depends},
Suggests:
 libknet-doc (= ${binary:Version}),
Description: kronosnet core switching implementation (developer files)
 ${S:X-Common-Description}
 .
 This package contains header files required to build libknet clients.

Package: libknet-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
# The man pages originally shipped in libknet-dev:
Breaks:
 libknet-dev (<< 1.1),
Replaces:
 libknet-dev (<< 1.1),
Description: kronosnet core API documentation
 ${S:X-Common-Description}
 .
 This package contains the man pages of the API functions.

Package: libknet1t64
Provides: ${t64:Provides}
Replaces: libknet1
Breaks: libknet1 (<< ${source:Version})
Section: libs
# Hurd misses both epoll and kevent:
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: kronosnet core switching implementation
 ${S:X-Common-Description}
 .
 This package contains libraries that are used by libknet clients.

Package: libnozzle-dev
Section: libdevel
# Hurd misses both epoll and kevent:
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends:
 libnozzle1t64 (= ${binary:Version}),
 ${misc:Depends},
Suggests:
 libknet-doc (= ${binary:Version}),
Description: userland wrapper around kernel tap devices (developer files)
 ${S:X-Nozzle-Description}
 .
 This package contains header files required to build libnozzle clients.

Package: libnozzle1t64
Provides: ${t64:Provides}
Replaces: libnozzle1
Breaks: libnozzle1 (<< ${source:Version})
Section: libs
# Hurd misses both epoll and kevent:
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: userland wrapper around kernel tap devices
 ${S:X-Nozzle-Description}
 .
 This package contains libraries that are used by libnozzle clients.