diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 22:16:34 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 22:16:34 -0500 |
commit | 4762da8831f6e0a8f29ce762dc71b0e958c20cb9 (patch) | |
tree | 1a44e0b693446401ae2d4ed10ba0896c73c7bf09 | |
parent | 3df883ba94d7b06697ce15bed2058768bc8de006 (diff) |
hint
-rw-r--r-- | doc/bugs/html5_support.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/html5_support.mdwn b/doc/bugs/html5_support.mdwn index 1090db154..41f955e51 100644 --- a/doc/bugs/html5_support.mdwn +++ b/doc/bugs/html5_support.mdwn @@ -30,6 +30,9 @@ I'm unsure how to turn off the test validation by the very old [wdg-html-validat > Don't run ¨make test" ... --[[Joey]] >> I don't quite grok debhelper7 [rules](http://git.ikiwiki.info/?p=ikiwiki;a=blob;f=debian/rules). +>>> Well, ok :-) `rm t/html.t` or, add an empty `override_dh_auto_test` rule. +>>> --[[Joey]] + [validator.nu](http://validator.nu/) incidentally is **the** HTML5 validator, however it is almost impossible to sanely introduce as a build dependency because of its insane Java requirements. :( I test locally via [cURL](http://wiki.whatwg.org/wiki/IDE), though Debian packages cannot be built with a network dependency. # Notes |