#! /bin/sh /usr/share/dpatch/dpatch-run
## rec-dom2-html-url.dpatch by Stefano Zacchiroli <zack@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: fix URL of DOM Level 2 HTML REC to avoid HTTP redirections
@DPATCH@
diff -urNad trunk~/tr.rdf trunk/tr.rdf
--- trunk~/tr.rdf 2007-09-15 17:31:07.000000000 +0200
+++ trunk/tr.rdf 2007-09-15 19:32:37.000000000 +0200
@@ -3253,7 +3253,7 @@
</org:deliveredBy>
</NOTE>
- <REC rdf:about="http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030107">
+ <REC rdf:about="http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109">
<dc:date>2003-01-09</dc:date>
<dc:title>Document Object Model (DOM) Level 2 HTML
Specification</dc:title>