File: control

package info (click to toggle)
conntrack-tools 1%3A1.4.4%2Bsnapshot20161117-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,432 kB
  • sloc: ansic: 18,604; yacc: 1,534; sh: 519; lex: 188; makefile: 144
file content (47 lines) | stat: -rw-r--r-- 1,833 bytes parent folder | download
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
Source: conntrack-tools
Section: net
Priority: extra
Maintainer: Arturo Borrero Gonzalez <arturo@debian.org>
Uploaders: Alexander Wirt <formorer@debian.org>
Homepage: http://conntrack-tools.netfilter.org/
Build-Depends: autotools-dev,
               bison,
               debhelper (>= 10),
               dh-systemd,
               flex,
               libmnl-dev (>= 1.0.1),
               libnetfilter-conntrack-dev (>= 1.0.6),
               libnetfilter-cthelper0-dev,
               libnetfilter-cttimeout-dev (>= 1.0.0),
               libnetfilter-queue-dev (>= 1.0.2),
               libnfnetlink-dev (>= 1.0.1),
	       libsystemd-dev (>= 227),
	       autoconf, automake, libtool
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-netfilter/pkg-conntrack-tools.git/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-netfilter/pkg-conntrack-tools.git/

Package: conntrack
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Program to modify the conntrack tables
 conntrack is a userspace command line program targeted at system
 administrators. It enables them to view and manage the in-kernel
 connection tracking state table.

Package: conntrackd
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Connection tracking daemon
 Conntrackd can replicate the status of the connections that are
 currently being processed by your stateful firewall based on Linux.
 Conntrackd can also run as statistics daemon.

Package: nfct
Architecture: linux-any
Depends: conntrackd (>= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Tool to interact with the connection tracking system
 nfct is the command line tool that allows you to manipulate the Netfilter's
 Connection Tracking System.
 .
 By now, the supported subsystem is timeout.