[Oval-commits] r387 - in trunk/oval-infrastructure: debian debian.agent debian.server

Pavel Vinogradov blaze-guest at alioth.debian.org
Thu Oct 2 18:27:15 UTC 2008


Author: blaze-guest
Date: 2008-10-02 18:27:15 +0000 (Thu, 02 Oct 2008)
New Revision: 387

Added:
   trunk/oval-infrastructure/debian/control
Removed:
   trunk/oval-infrastructure/debian.agent/control
   trunk/oval-infrastructure/debian.server/control
Log:
Merge control files

Copied: trunk/oval-infrastructure/debian/control (from rev 383, trunk/oval-infrastructure/debian.agent/control)
===================================================================
--- trunk/oval-infrastructure/debian/control	                        (rev 0)
+++ trunk/oval-infrastructure/debian/control	2008-10-02 18:27:15 UTC (rev 387)
@@ -0,0 +1,34 @@
+Source: oval-infrastructure
+Section: admin
+Priority: optional
+Maintainer: Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>
+Build-Depends: debhelper (>= 5.0.37.2), python (>=2.5)
+Build-Depends-Indep: python-dev, python-support (>= 0.5.6) 
+Standards-Version: 3.7.2
+Homepage: http://alioth.debian.org/projects/oval/
+XS-Vcs-Svn: svn://svn.debian.org/oval/oval/trunk
+XS-Vcs-Browser: http://svn.debian.org/wsvn/oval/oval/trunk/
+XS-Python-Version: 2.5
+XB-Python-Version: ${python:Versions}
+
+Package: oval-agent
+Architecture: all
+Depends: python, ${python:Depends}, ovaldi, adduser
+Description: Open Vulnerability and Assessment Language agent
+ OVAL agent is a daemon that interact with oval-server, receive OVAL
+ definitions querying the local machine with the help of the OVAL
+ definition interpreter and then send results back to server.
+ .
+ Homepage: http://alioth.debian.org/projects/oval/
+
+Package: oval-server
+Architecture: all
+Depends: python, ${python:Depends}, python-libxml2, python-pyopenssl, python-pysqlite2, python-xml, adduser
+Description: Open Vulnerability and Assessment Language monitoring server
+ OVAL server is a daemon that manages OVAL agents installed in other
+ computers. The server generates the OVAL definitions by parsing information
+ from Debian Security Advisories. This information is provided to agents
+ and the result of the evaluation (vulnerable or not vulnerable) is stored
+ in an SQLite database.
+  .
+ Homepage: http://alioth.debian.org/projects/oval/


Property changes on: trunk/oval-infrastructure/debian/control
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: trunk/oval-infrastructure/debian.agent/control
===================================================================
--- trunk/oval-infrastructure/debian.agent/control	2008-10-02 18:22:19 UTC (rev 386)
+++ trunk/oval-infrastructure/debian.agent/control	2008-10-02 18:27:15 UTC (rev 387)
@@ -1,22 +0,0 @@
-Source: oval-agent
-Section: admin
-Priority: optional
-Maintainer: Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>
-Build-Depends: debhelper (>= 5.0.37.2), python (>=2.5)
-Build-Depends-Indep: python-dev, python-support (>= 0.5.6) 
-Standards-Version: 3.7.2
-Homepage: http://alioth.debian.org/projects/oval/
-XS-Vcs-Svn: svn://svn.debian.org/oval/oval/trunk
-XS-Vcs-Browser: http://svn.debian.org/wsvn/oval/oval/trunk/
-XS-Python-Version: 2.5
-XB-Python-Version: ${python:Versions}
-
-Package: oval-agent
-Architecture: all
-Depends: ${python:Depends}, ovaldi, adduser
-Description: Open Vulnerability and Assessment Language agent
- OVAL agent is a daemon that interact with oval-server, receive OVAL
- definitions querying the local machine with the help of the OVAL
- definition interpreter and then send results back to server.
- .
- Homepage: http://alioth.debian.org/projects/oval/

Deleted: trunk/oval-infrastructure/debian.server/control
===================================================================
--- trunk/oval-infrastructure/debian.server/control	2008-10-02 18:22:19 UTC (rev 386)
+++ trunk/oval-infrastructure/debian.server/control	2008-10-02 18:27:15 UTC (rev 387)
@@ -1,22 +0,0 @@
-Source: oval-server
-Section: admin
-Priority: optional
-Maintainer: Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>
-Build-Depends: debhelper (>= 5.0.37.2), python (>=2.5)
-Build-Depends-Indep: python-dev, python-support (>= 0.5.6)
-Standards-Version: 3.7.2
-Homepage: http://alioth.debian.org/projects/oval/
-Vcs-Svn: svn://svn.debian.org/oval/oval/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/oval/oval/trunk/
-XS-Python-Version: 2.5
-XB-Python-Version: ${python:Versions}
-
-Package: oval-server
-Architecture: all
-Depends: python, ${python:Depends}, python-libxml2, python-pyopenssl, python-pysqlite2, python-xml, adduser
-Description: Open Vulnerability and Assessment Language monitoring server
- OVAL server is a daemon that manages OVAL agents installed in other
- computers. The server generates the OVAL definitions by parsing information
- from Debian Security Advisories. This information is provided to agents
- and the result of the evaluation (vulnerable or not vulnerable) is stored
- in an SQLite database.




More information about the Oval-commits mailing list