Christian Poessinger 5226a4ad37 keepalived: T4128: build package from upstream source
(cherry picked from commit e890cbd5099e296bc2a614d3b7871e1d577aa5f3)
2022-01-09 20:54:26 +01:00

47 lines
1.6 KiB
Plaintext

Source: keepalived
Section: admin
Priority: optional
Maintainer: Alexander Wirt <formorer@debian.org>
Build-Depends: autoconf,
debhelper-compat (=12),
libglib2.0-dev,
libip4tc-dev,
libipset-dev,
libjson-c-dev,
libnfnetlink-dev,
libnftnl-dev,
libnl-3-dev,
libnl-genl-3-dev,
libnl-nf-3-dev,
libpcre2-dev,
libpopt-dev,
libsnmp-dev,
libssl-dev,
libsystemd-dev,
linux-libc-dev,
pkg-config
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/ipvs-team/pkg-keepalived
Vcs-Git: https://salsa.debian.org/ipvs-team/pkg-keepalived.git
Homepage: http://keepalived.org
Package: keepalived
Section: admin
Architecture: any
Depends: iproute2, ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: ipvsadm
Description: Failover and monitoring daemon for LVS clusters
keepalived is used for monitoring real servers within a Linux
Virtual Server (LVS) cluster. keepalived can be configured to
remove real servers from the cluster pool if it stops responding,
as well as send a notification email to make the admin aware of
the service failure.
.
In addition, keepalived implements an independent Virtual Router
Redundancy Protocol (VRRPv2; see rfc2338 for additional info)
framework for director failover.
.
You need a kernel >= 2.4.28 or >= 2.6.11 for keepalived.
See README.Debian for more information.