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
|
Source: greenbone-security-assistant
Section: admin
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper (>= 11),
cmake (>= 2.8),
doxygen,
libmicrohttpd-dev (>= 0.9.0),
libopenvas-dev (>= 9),
libxslt1-dev,
pkg-config,
xsltproc,
xmltoman,
libxml2-dev
Standards-Version: 4.1.5
Homepage: http://www.openvas.org/
Vcs-Git: https://salsa.debian.org/pkg-security-team/greenbone-security-assistant.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/greenbone-security-assistant
Package: greenbone-security-assistant-common
Section: net
Architecture: all
Recommends: greenbone-security-assistant
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: architecture independent files for greenbone-security-assistant
The Greenbone Security Assistant is a web application that
connects to the OpenVAS Manager and OpenVAS Administrator
to provide for a full-featured user interface for
vulnerability management.
.
This package contains the common greenbone-security-assistant
files shared by all architectures.
Package: greenbone-security-assistant
Section: net
Architecture: any
Depends: lsb-base (>= 3.0-6),
greenbone-security-assistant-common (= ${source:Version}),
${shlibs:Depends},
${misc:Depends}
Description: remote network security auditor - web interface
The Greenbone Security Assistant is a web application that
connects to the OpenVAS Manager and OpenVAS Administrator
to provide for a full-featured user interface for
vulnerability management.
|