[Oval-commits] r121 - branches/debian/debian/patches
Pavel Vinogradov
blaze-guest at alioth.debian.org
Thu Aug 9 07:18:44 UTC 2007
Author: blaze-guest
Date: 2007-08-09 07:18:44 +0000 (Thu, 09 Aug 2007)
New Revision: 121
Added:
branches/debian/debian/patches/debian.xsddir.patch
Modified:
branches/debian/debian/patches/series
Log:
Add Debian xsd patch
Added: branches/debian/debian/patches/debian.xsddir.patch
===================================================================
--- branches/debian/debian/patches/debian.xsddir.patch (rev 0)
+++ branches/debian/debian/patches/debian.xsddir.patch 2007-08-09 07:18:44 UTC (rev 121)
@@ -0,0 +1,17 @@
+--- /home/blaze/workspace/builds/oval-ref/src/Common.cpp 2007-06-27 01:08:22.000000000 +0500
++++ ./oval-debian/src/Common.cpp 2007-08-09 12:20:18.000000000 +0500
+@@ -75,12 +75,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;
Modified: branches/debian/debian/patches/series
===================================================================
--- branches/debian/debian/patches/series 2007-08-09 07:12:22 UTC (rev 120)
+++ branches/debian/debian/patches/series 2007-08-09 07:18:44 UTC (rev 121)
@@ -1,4 +1,5 @@
oval.misc.patch
oval.textfilecontent.patch
oval.dpkg.patch
-debian.ovaldi.1.patch
\ No newline at end of file
+debian.ovaldi.1.patch
+debian.xsddir.patch
More information about the Oval-commits
mailing list