File: 01_remove_refs_to_remote_images.patch

package info (click to toggle)
luabind 0.9.1%2Bgit20150823%2Bdfsg-3.2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,708 kB
  • sloc: cpp: 14,884; makefile: 204; sh: 41; python: 38; ansic: 11
file content (28 lines) | stat: -rw-r--r-- 927 bytes parent folder | download | duplicates (3)
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
Author: Roberto C. Sanchez <roberto@connexer.com>
Description: Fix lintian errors (privacy-breach-w3c-valid-html & privacy-breach-logo) by removing remote image references in doc/index.html
--- luabind.git.orig/doc/index.html
+++ luabind.git/doc/index.html
@@ -41,23 +41,6 @@
 
 <p>
 luabind is hosted by sourceforge.<br>
-    <a href="http://sourceforge.net">
-    <img src="http://sourceforge.net/sflogo.php?group_id=77060&amp;type=5"
-    style="width:210;height:62;border:0"
-    alt="SourceForge.net Logo"></a>
-
-<br>
-
-    <a href="http://validator.w3.org/check/referer">
-    <img style="border:0;width:88px;height:31px"
-    src="http://www.w3.org/Icons/valid-html401"
-    alt="Valid HTML 4.01!"></a>
-
-    <a href="http://jigsaw.w3.org/css-validator/">
-    <img style="border:0;width:88px;height:31px"
-    src="http://jigsaw.w3.org/css-validator/images/vcss"
-    alt="Valid CSS!"></a>
-
 </p>
 
 </body></html>