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
|
Source: libnetfilter-cttimeout
Section: libs
Priority: optional
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Uploaders: Alexander Wirt <formorer@debian.org>,
Jeremy Sowden <jeremy@azazel.net>
Build-Depends: debhelper-compat (= 13),
doxygen,
libmnl-dev,
libtool,
pkg-config
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://www.netfilter.org/projects/libnetfilter_cttimeout
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-libnetfilter-cttimeout.git
Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-libnetfilter-cttimeout
Package: libnetfilter-cttimeout1
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: fine-grain connection tracking timeout infrastructure for netfilter
libnetfilter_cttimeout is the userspace library that provides the programming
interface to the fine-grain connection tracking timeout infrastructure. With
this library, you can create, update and delete timeout policies that can be
attached to traffic flows. This library is used by conntrack-tools.
Package: libnetfilter-cttimeout-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libnetfilter-cttimeout1 (= ${binary:Version}),
pkg-config,
${misc:Depends}
Suggests: libnetfilter-cttimeout-doc (= ${binary:Version})
Description: Development files for libnetfilter-cttimeout1
libnetfilter_cttimeout is the userspace library that provides the programming
interface to the fine-grain connection tracking timeout infrastructure. With
this library, you can create, update and delete timeout policies that can be
attached to traffic flows. This library is used by conntrack-tools.
.
This package provides development files and static libraries.
Package: libnetfilter-cttimeout-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Description: Documentation files for libnetfilter-cttimeout1
libnetfilter_cttimeout is the userspace library that provides the programming
interface to the fine-grain connection tracking timeout infrastructure. With
this library, you can create, update and delete timeout policies that can be
attached to traffic flows. This library is used by conntrack-tools.
.
This package provides HTML documentation for the API.
|