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

Pavel Vinogradov blaze-guest at alioth.debian.org
Sun Apr 20 15:22:00 UTC 2008


Author: blaze-guest
Date: 2008-04-20 15:22:00 +0000 (Sun, 20 Apr 2008)
New Revision: 348

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

Modified: trunk/ovaldi/debian/patches/debian.xsddir.patch
===================================================================
--- trunk/ovaldi/debian/patches/debian.xsddir.patch	2008-04-20 14:49:47 UTC (rev 347)
+++ trunk/ovaldi/debian/patches/debian.xsddir.patch	2008-04-20 15:22:00 UTC (rev 348)
@@ -1,18 +1,18 @@
-diff -urN ovalint-5.3/src/Common.cpp ovalint-5.3-debian/src/Common.cpp
---- ovalint-5.3/src/Common.cpp	2008-01-04 22:01:23.000000000 +0400
-+++ ovalint-5.3-debian/src/Common.cpp	2008-01-24 00:10:08.000000000 +0400
-@@ -74,12 +74,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::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;
+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			= "";
+ 
+ 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::generateMD5			= false;
+ bool   Common::useProvidedData		= false;




More information about the Oval-commits mailing list