Source: openvas-scanner
Section: admin
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders:
 Sophie Brun <sophie@kali.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-installsysusers,
 bison,
 cmake,
 doxygen,
 libbsd-dev,
# Exclude those two architectures until cgreen is fixed:
# https://github.com/cgreen-devs/cgreen/issues/227
# https://github.com/cgreen-devs/cgreen/issues/239
 libcgreen1-dev [!ppc64el !s390x],
 libcurl4-gnutls-dev,
 libgcrypt20-dev,
 libglib2.0-dev,
 libgnutls28-dev,
 libgvm-dev (>= 22.6.3),
 libjson-glib-dev,
 libmagic-dev,
 libpaho-mqtt-dev,
 libpcap-dev,
 pkgconf,
Standards-Version: 4.7.4
Homepage: https://www.greenbone.net/
Vcs-Browser: https://salsa.debian.org/pkg-security-team/openvas-scanner
Vcs-Git: https://salsa.debian.org/pkg-security-team/openvas-scanner.git

Package: openvas-scanner
Section: net
Architecture: any
Depends:
 gpg,
 gpg-agent,
 openssl,
 redis-server,
 rsync,
 ${misc:Depends},
 ${shlibs:Depends},
Replaces:
 libopenvas-dev,
 openvas-nasl,
 openvas-plugins,
 openvas-server,
Conflicts:
 libopenvas-dev,
 openvas-nasl,
 openvas-plugins,
 openvas-server,
Recommends:
 nmap,
 python3-impacket,
Suggests:
 gvm-tools,
 ike-scan,
 pnscan,
 snmp,
 strobe,
Description: remote network security auditor - scanner
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a scan server, and a client. The scanner/daemon,
 openvassd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package provides the scanner.
