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-plain-generic,
    texlive-fonts-recommended
Standards-Version: 4.5.0
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.