summaryrefslogtreecommitdiff
path: root/debian/control
blob: 5aedebbb9024007033f0322439c4dd44fb5e69ad (plain)
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
Source: nfstrace
Section: net
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
    debhelper-compat (= 12),
    cmake,
    g++ (>= 5.1) | clang (>= 3.5),
    libpcap0.8-dev (>= 1.3),
    libgtest-dev,
    google-mock,
    libncurses5-dev,
    libjson-c-dev
Build-Depends-Indep:
    doxygen,
    graphviz,
    texlive-latex-recommended,
    texlive-latex-extra,
    texlive-generic-extra,
    texlive-fonts-recommended
Standards-Version: 3.9.6
Homepage: https://github.com/epam/nfstrace/
Vcs-Browser: https://salsa.debian.org/debian/nfstrace
Vcs-Git: https://salsa.debian.org/debian/nfstrace.git

Package: nfstrace
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: nfstrace-doc
Description: NFS tracing/monitoring/capturing/analyzing tool
 nfstrace captures live NFS traffic and performs filtering, statistical
 analysis, visualisation and more. It also provides an API for custom
 pluggable analysis modules.
 .
 nfstrace currently supports the following protocols:
 .
  - Ethernet
  - IPv4, IPv6
  - UDP, TCP
  - NFSv3, NFSv4, CIFS

Package: nfstrace-doc
Architecture: all
Depends: ${misc:Depends}
Description: NFS tracing/monitoring/capturing/analyzing tool (documentation)
 nfstrace captures live NFS traffic and performs filtering, statistical
 analysis, visualisation and more. It also provides an API for custom
 pluggable analysis modules.
 .
 This package ships the documentation for nfstrace.