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

Pavel Vinogradov blaze-guest at alioth.debian.org
Sun Aug 8 18:31:23 UTC 2010


Author: blaze-guest
Date: 2010-08-08 18:31:17 +0000 (Sun, 08 Aug 2010)
New Revision: 439

Modified:
   trunk/ovaldi/debian/patches/debian.xsddir.patch
Log:
Update Debian patches for 5.7.2 release

Modified: trunk/ovaldi/debian/patches/debian.xsddir.patch
===================================================================
--- trunk/ovaldi/debian/patches/debian.xsddir.patch	2010-08-08 18:18:24 UTC (rev 438)
+++ trunk/ovaldi/debian/patches/debian.xsddir.patch	2010-08-08 18:31:17 UTC (rev 439)
@@ -6,17 +6,15 @@
 #Forwarded: no
 #Author: Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>
 #Last-Update: 2010-08-08
-diff -urN ovaldi-5.7.2-orig ovaldi-5.7.2-debian
 diff -urN ovaldi-5.7.2-orig/src/Common.cpp ovaldi-5.7.2-debian/src/Common.cpp
 --- ovaldi-5.7.2-orig/src/Common.cpp	2010-08-08 22:16:10.000000000 +0400
 +++ ovaldi-5.7.2-debian/src/Common.cpp	2010-08-08 22:16:26.000000000 +0400
 @@ -50,7 +50,7 @@
- #ifdef WIN32
- string	Common::schemapath			  = "xml";
- #else
--string	Common::schemapath			  = "/usr/share/ovaldi";
-+string	Common::schemapath			  = "/usr/share/ovaldi/xml";
- #endif
- string	Common::outputFilename	      = "results.xml";
- string	Common::externalVariablesFile = "external-variables.xml";
-
+ #ifdef WIN32
+ string	Common::schemapath			  = "xml";
+ #else
+-string	Common::schemapath			  = "/usr/share/ovaldi";
++string	Common::schemapath			  = "/usr/share/ovaldi/xml";
+ #endif
+ string	Common::outputFilename	      = "results.xml";
+ string	Common::externalVariablesFile = "external-variables.xml";




More information about the Oval-commits mailing list