File: control

package info (click to toggle)
pmacct 1.7.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,548 kB
  • sloc: ansic: 106,538; sh: 4,876; cpp: 4,340; python: 3,631; makefile: 502
file content (40 lines) | stat: -rw-r--r-- 1,282 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
Source: pmacct
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9.20160709),
 zlib1g-dev,
 libpcap-dev,
 libpq-dev,
 default-libmysqlclient-dev,
 libsqlite3-dev,
 kfreebsd-kernel-headers[kfreebsd-any],
 librabbitmq-dev,
 libjansson-dev,
 librdkafka-dev,
 libnetfilter-log-dev,
 libmaxminddb-dev,
 libjansson-dev,
 libzmq3-dev,
 libnuma-dev,
 autotools-dev,
 pkg-config,
 dh-autoreconf
Standards-Version: 3.9.6
Homepage: http://www.pmacct.net/
Vcs-Git: https://salsa.debian.org/debian/pmacct.git
Vcs-Browser: https://salsa.debian.org/debian/pmacct

Package: pmacct
Architecture: any
Depends: ${shlibs:Depends}, net-tools [linux-any] | freebsd-net-tools [kfreebsd-any], psmisc, lsb-base (>= 3.2-14), ${misc:Depends}
Pre-Depends: dpkg (>= 1.15.8)
Description: promiscuous mode traffic accountant
 pmacct is a tool designed to gather traffic information (bytes and number
 of packets) by listening on a promiscuous interface or for Netflow data,
 which may facilitate billing, bandwidth management, traffic analysis, or
 creating usage graphs.
 .
 Data can be stored in memory and queried, displayed directly, or written
 to a database; storage methods are quite flexible and may aggregate totals
 or keep them separate.