[Oval-commits] r391 - trunk/ovaldi/debian/patches

Pavel Vinogradov blaze-guest at alioth.debian.org
Sat May 2 12:07:20 UTC 2009


Author: blaze-guest
Date: 2009-05-02 12:07:20 +0000 (Sat, 02 May 2009)
New Revision: 391

Modified:
   trunk/ovaldi/debian/patches/debian.xsddir.patch
Log:
Update xsddir patch to new ovaldi version

Modified: trunk/ovaldi/debian/patches/debian.xsddir.patch
===================================================================
--- trunk/ovaldi/debian/patches/debian.xsddir.patch	2009-05-02 12:03:38 UTC (rev 390)
+++ trunk/ovaldi/debian/patches/debian.xsddir.patch	2009-05-02 12:07:20 UTC (rev 391)
@@ -1,18 +1,18 @@
 diff -urN ovaldi.mitre/src/Common.cpp ovaldi.debian/src/Common.cpp
---- ovaldi.mitre/src/Common.cpp	2008-04-20 20:16:49.000000000 +0500
-+++ ovaldi.debian/src/Common.cpp	2008-04-20 20:18:50.000000000 +0500
-@@ -73,12 +73,12 @@
- string	Common::startTime			= "";
+--- ovaldi.mitre/src/Common.cpp	2008-10-11 02:36:46.000000000 +0500
++++ ovaldi.debian/src/Common.cpp	2009-05-02 16:43:16.000000000 +0500
+@@ -86,12 +86,12 @@
+ string	Common::startTime			  = "";
  
- bool Common::noXsl                  = false;
--string Common::xslFile				= "results_to_html.xsl";
-+string Common::xslFile				= "/usr/share/ovaldi/xml/results_to_html.xsl";
- string Common::xslOutputFile		= "results.html";
+ bool    Common::noXsl                 = false;
+-string  Common::xslFile			      = "results_to_html.xsl";
++string  Common::xslFile			      = "/usr/share/ovaldi/xml/results_to_html.xsl";
+ string  Common::xslOutputFile		  = "results.html";
  
  
- bool Common::doDefinitionSchematron  = false;
--string Common::definitionSchematronPath = "oval-definitions-schematron.xsl";
-+string Common::definitionSchematronPath = "/usr/share/ovaldi/xml/oval-definitions-schematron.xsl";
+ bool    Common::doDefinitionSchematron   = false;
+-string  Common::definitionSchematronPath = "oval-definitions-schematron.xsl";
++string  Common::definitionSchematronPath = "/usr/share/ovaldi/xml/oval-definitions-schematron.xsl";
  
- bool   Common::generateMD5			= false;
- bool   Common::useProvidedData		= false;
+ bool    Common::generateMD5			  = false;
+ bool    Common::useProvidedData		  = false;




More information about the Oval-commits mailing list