[Oval-commits] r280 - in trunk/oval-agent: . debian ovalClient

Pavel Vinogradov blaze-guest at alioth.debian.org
Tue Oct 30 17:11:22 UTC 2007


Author: blaze-guest
Date: 2007-10-30 17:11:22 +0000 (Tue, 30 Oct 2007)
New Revision: 280

Modified:
   trunk/oval-agent/debian/changelog
   trunk/oval-agent/debian/control
   trunk/oval-agent/debian/rules
   trunk/oval-agent/ovalClient/ovalHttpClient.py
   trunk/oval-agent/setup.py
Log:
Clean build process

Modified: trunk/oval-agent/debian/changelog
===================================================================
--- trunk/oval-agent/debian/changelog	2007-10-30 17:06:11 UTC (rev 279)
+++ trunk/oval-agent/debian/changelog	2007-10-30 17:11:22 UTC (rev 280)
@@ -1,7 +1,5 @@
 oval-agent (0.2) unstable; urgency=low
 
-  [ Pavel Vinogradov ]
   * Initial Release. (Closes: #111111)
-  * Fix installing issues
 
- -- Pavel Vinogardov <blaze at nixdev.istu.ru>  Fri, 24 Aug 2007 21:03:27 +0500
+ -- Pavel Vinogardov <Pavel.Vinogradov at nixdev.net>  Fri, 24 Aug 2007 21:03:27 +0500

Modified: trunk/oval-agent/debian/control
===================================================================
--- trunk/oval-agent/debian/control	2007-10-30 17:06:11 UTC (rev 279)
+++ trunk/oval-agent/debian/control	2007-10-30 17:11:22 UTC (rev 280)
@@ -15,8 +15,8 @@
 Architecture: all
 Depends: ${python:Depends}, ovaldi, adduser
 Description: OVAL agent
-  OVAL agent is a deamon 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/
+ 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/

Modified: trunk/oval-agent/debian/rules
===================================================================
--- trunk/oval-agent/debian/rules	2007-10-30 17:06:11 UTC (rev 279)
+++ trunk/oval-agent/debian/rules	2007-10-30 17:11:22 UTC (rev 280)
@@ -52,7 +52,7 @@
 #	dh_installdebconf	
 #	dh_installlogrotate
 	dh_pysupport
-	dh_python
+#	dh_python
 #	dh_installcron
 #	dh_installinfo
 	

Modified: trunk/oval-agent/ovalClient/ovalHttpClient.py
===================================================================
--- trunk/oval-agent/ovalClient/ovalHttpClient.py	2007-10-30 17:06:11 UTC (rev 279)
+++ trunk/oval-agent/ovalClient/ovalHttpClient.py	2007-10-30 17:11:22 UTC (rev 280)
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
 # Written by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>

Modified: trunk/oval-agent/setup.py
===================================================================
--- trunk/oval-agent/setup.py	2007-10-30 17:06:11 UTC (rev 279)
+++ trunk/oval-agent/setup.py	2007-10-30 17:11:22 UTC (rev 280)
@@ -18,7 +18,7 @@
 
 setup(
     name = "ovalClient",
-    version = "%s" % ovalClient.version,
+    version = "%s" % ovalClient.__version__,
     author = "Pavel Vinogradov",
     author_email = "<oval-devel at lists.alioth.debian.org>",
     url = "http://oval.alioth.debian.org",




More information about the Oval-commits mailing list