Package: groff / 1.22.2-8

no-validation-icons.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
From eb242689f610297ad9fad014f220fa7bd9c80814 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@debian.org>
Date: Wed, 22 Jan 2014 09:46:26 +0000
Subject: Remove the W3C validation icons from generated HTML

As the Lintian privacy-breach-w3c-valid-html tag puts it:

  "These badges may be displayed to tell readers that care has been
  taken to make a page compliant with W3C standards.  Unfortunately,
  downloading the image from www.w3.org might expose the reader's IP
  address to potential tracking."

Forwarded: no
Last-Update: 2014-01-22

Patch-Name: no-validation-icons.patch
---
 doc/Makefile.in  | 4 ++--
 doc/Makefile.sub | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 1fb923d..599db8f 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -92,7 +92,7 @@ imagedir=img
 
 .ms.html:
 	$(GROFF) -P-p -P-b -P-I`basename $< | sed -e 's|.ms$$||'` \
-		 -P-D$(imagedir) -P-V -Thtml -ms >$@
+		 -P-D$(imagedir) -Thtml -ms >$@
 .ms.txt:
 	$(GROFF) -Tascii -ms -mwww >$@
 .ms.ps:
@@ -124,7 +124,7 @@ gnu.eps: gnu.xpm
 pic.html: pic.ms
 	$(GROFF) -P-p -P-I`basename $< | sed -e 's|.ms$$||'` \
                  -P-D$(imagedir) -P-j`basename $< | sed -e 's|.ms$$||'` \
-                 -Thtml -P-V -ms >$@
+                 -Thtml -ms >$@
 
 webpage.html: webpage.ms gnu.eps groff.css
 	$(GROFF) -P-j`basename $< | sed -e 's|.ms$$||'` \
diff --git a/doc/Makefile.sub b/doc/Makefile.sub
index 09f9392..36bb473 100644
--- a/doc/Makefile.sub
+++ b/doc/Makefile.sub
@@ -114,7 +114,7 @@ MOSTLYCLEANNOTSRCDIRADD=\
 
 .ms.html:
 	$(GROFF) -P-p -P-b -P-I`basename $< | sed -e 's|.ms$$||'` \
-		 -P-D$(imagedir) -P-V -Thtml -ms >$@
+		 -P-D$(imagedir) -Thtml -ms >$@
 .ms.ps:
 	$(GROFF) -Tps -ms -mwww >$@
 
@@ -148,7 +148,7 @@ gnu.eps: gnu.xpm
 pic.html: pic.ms
 	$(GROFF) -P-p -P-I`basename $< | sed -e 's|.ms$$||'` \
                  -P-D$(imagedir) -P-j`basename $< | sed -e 's|.ms$$||'` \
-                 -Thtml -P-V -ms >$@
+                 -Thtml -ms >$@
 
 webpage.html: webpage.ms gnu.eps groff.css
 	$(GROFF) -P-j`basename $< | sed -e 's|.ms$$||'` \