~ubuntu-branches/ubuntu/utopic/openvas-server/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Javier Fernández-Sanguino Peña
  • Date: 2012-05-30 23:52:49 UTC
  • Revision ID: package-import@ubuntu.com-20120530235249-or96aszqy7jmyzrv
Tags: 2.0.3-6
* debian/openvas-server.config: Change the template names to openvas-server
  which prevents an installation error for users running on 'medium' or lower
  debconf priority (Closes: #674612)
* debian/openvas-server.postrm: Remove cache directory after purge 
  (Closes: #608734)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: admin
3
3
Priority: optional
4
4
Maintainer: Debian OpenVAS Maintainers <openvas-distro-deb@wald.intevation.org>
5
 
Uploaders: Tim Brown <timb@nth-dimension.org.uk>, Javier Fernandez-Sanguino Pen~a <jfs@debian.org>, Jan Wagner <waja@cyconet.org>, Joey Schulze <joey@infodrom.org>
6
 
Build-Depends: debhelper (>= 5), autotools-dev, libgcrypt11-dev, libglib2.0-dev, libgnutls-dev, libopenvas2-dev (>= 2.0.4), libopenvasnasl2-dev (>= 2.0.2), libpcap-dev, libwrap0-dev, pkg-config, po-debconf, devscripts, dpatch
 
5
Uploaders: Tim Brown <timb@nth-dimension.org.uk>, Javier Fernández-Sanguino Peña <jfs@debian.org>, Jan Wagner <waja@cyconet.org>, Joey Schulze <joey@infodrom.org>
 
6
Build-Depends: debhelper (>= 5), autotools-dev, libgcrypt11-dev, libglib2.0-dev, libgnutls-dev, libopenvas2-dev (>= 2.0.4-2), libopenvasnasl2-dev (>= 2.0.2), libpcap-dev, libwrap0-dev, pkg-config, po-debconf, devscripts, dpatch
7
7
Homepage: http://www.openvas.org/
8
 
Vcs-Browser: http://wald.intevation.org/plugins/scmsvn/viewcvs.php/trunk/openvas-server/packaging/debian/?root=openvas
9
 
Vcs-Svn: https://svn.wald.intevation.org/svn/openvas/trunk/openvas-server/packaging/debian/
 
8
Vcs-Browser: http://wald.intevation.org/plugins/scmsvn/viewcvs.php/trunk/openvas-packaging/openvas-server/debian/2-0/?root=openvas
 
9
Vcs-Svn: https://svn.wald.intevation.org/svn/openvas/trunk/openvas-packaging/openvas-server/debian/2-0/
10
10
Standards-Version: 3.8.3
11
11
 
12
12
Package: openvas-server
13
13
Section: net
14
14
Architecture: any
15
 
Depends: ${shlibs:Depends}, ${misc:Depends}, openssl, openvas-plugins
16
 
Suggests: openvas-client
 
15
Depends: ${shlibs:Depends}, ${misc:Depends}, openssl, gettext-base
 
16
Recommends: openvas-plugins-base
 
17
Suggests: openvas-plugins-dfsg, openvas-client
17
18
Description: remote network security auditor - server
18
 
 The Open Vulnerability Assessment System is a modular security auditing
19
 
 tool, used for testing remote systems for vulnerabilities that should be
20
 
 fixed.
 
19
 The Open Vulnerability Assessment System (OpenVAS) is a modular security
 
20
 auditing tool, used for testing remote systems for vulnerabilities that should
 
21
 be fixed. OpenVAS was forked of the Nessus vulnerability scanner.
21
22
 .
22
23
 It is made up of two parts: a server, and a client. The server/daemon,
23
 
 openvasd, is in charge of the attacks, whereas the client,
24
 
 OpenVAS-Client, provides an X11/GTK+ user interface.
25
 
 .
26
 
 This package provides the server.
 
24
 openvasd, is in charge of running the tests, whereas the client,
 
25
 OpenVAS-Client, provides both a text and a graphical user interface.
 
26
 . 
 
27
 This package provides the server needed to run the tests agains the remote
 
28
 hosts.
27
29
 
28
30
Package: openvas-server-dev
29
31
Section: devel
40
42
 OpenVAS-Client, provides an X11/GTK+ user interface.
41
43
 .
42
44
 This package provides the static libraries and headers required for
43
 
 compiling other programs.
 
45
 compiling the server