[xml/sgml-commit] r1738 - in /packages/w3c-markup-validator/trunk/debian/patches: httpd_conf_debianize.patch mootools.patch
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Wed Aug 18 17:06:01 UTC 2010
Author: periapt-guest
Date: Wed Aug 18 17:05:57 2010
New Revision: 1738
URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1738
Log:
fixing patch issues found in testing
Modified:
packages/w3c-markup-validator/trunk/debian/patches/httpd_conf_debianize.patch
packages/w3c-markup-validator/trunk/debian/patches/mootools.patch
Modified: packages/w3c-markup-validator/trunk/debian/patches/httpd_conf_debianize.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/w3c-markup-validator/trunk/debian/patches/httpd_conf_debianize.patch?rev=1738&op=diff
==============================================================================
--- packages/w3c-markup-validator/trunk/debian/patches/httpd_conf_debianize.patch (original)
+++ packages/w3c-markup-validator/trunk/debian/patches/httpd_conf_debianize.patch Wed Aug 18 17:05:57 2010
@@ -36,8 +36,8 @@
-Alias /w3c-validator/ /usr/local/validator/htdocs/
-<Directory /usr/local/validator/htdocs/>
-+Alias /w3c-validator/ /usr/share/w3c-markup-validator/html
-+<Directory /usr/share/w3c-markup-validator/html>
++Alias /w3c-validator/ /usr/share/w3c-markup-validator/html/
++<Directory /usr/share/w3c-markup-validator/html/>
Options IncludesNOEXEC Indexes MultiViews
AllowOverride None
AddHandler server-parsed .html
Modified: packages/w3c-markup-validator/trunk/debian/patches/mootools.patch
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/w3c-markup-validator/trunk/debian/patches/mootools.patch?rev=1738&op=diff
==============================================================================
--- packages/w3c-markup-validator/trunk/debian/patches/mootools.patch (original)
+++ packages/w3c-markup-validator/trunk/debian/patches/mootools.patch Wed Aug 18 17:05:57 2010
@@ -9,7 +9,7 @@
</style>
<!--#if expr="$includeJS = 1" -->
- <script type="text/javascript" src="scripts/mootools.js"></script>
-+ <script type="text/javascript" src="/javascript/mootools.js"></script>
++ <script type="text/javascript" src="/javascript/mootools/mootools.js"></script>
<script type="text/javascript" src="scripts/w3c-validator.js"></script>
<!--#endif -->
<meta name="keywords" content="HTML, HyperText Markup Language, Validation,
More information about the debian-xml-sgml-commit
mailing list