summaryrefslogtreecommitdiff
path: root/scite/debian/patches/0002-do_not_use_remote_logo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'scite/debian/patches/0002-do_not_use_remote_logo.patch')
-rw-r--r--scite/debian/patches/0002-do_not_use_remote_logo.patch58
1 files changed, 58 insertions, 0 deletions
diff --git a/scite/debian/patches/0002-do_not_use_remote_logo.patch b/scite/debian/patches/0002-do_not_use_remote_logo.patch
new file mode 100644
index 0000000..c90927e
--- /dev/null
+++ b/scite/debian/patches/0002-do_not_use_remote_logo.patch
@@ -0,0 +1,58 @@
+From: Antonio Valentino <antonio.valentino@tiscali.it>
+Date: Sat, 14 Apr 2018 17:39:34 +0000
+Subject: Fix the "privacy-breach-logo" error detected by lintian
+
+===================================================================
+---
+ scintilla/doc/index.html | 15 +--------------
+ scite/doc/SciTE.html | 15 +--------------
+ 2 files changed, 2 insertions(+), 28 deletions(-)
+
+--- a/scintilla/doc/index.html
++++ b/scintilla/doc/index.html
+@@ -172,20 +172,7 @@
+ </p>
+ There is a <a href="https://sourceforge.net/projects/scintilla/">Scintilla project page</a>
+ hosted on
+-<script type="text/javascript" language="JavaScript">
+-<!--
+-if (IsRemote()) {
+- document.write('<a href="https://sourceforge.net/projects/scintilla/">');
+- document.write('<img src="https://sflogo.sourceforge.net/sflogo.php?group_id=2439&amp;type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> ');
+-} else {
+- document.write('<a href="https://sourceforge.net/projects/scintilla/">SourceForge<\/a>');
+-}
+-//-->
+-</script>
+-<noscript>
+-<a href="https://sourceforge.net/projects/scintilla/">
+-<img src="https://sflogo.sourceforge.net/sflogo.php?group_id=2439&amp;type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
+-</noscript>
++<a href="http://sourceforge.net/projects/scintilla/">SourceForge</a>
+ </body>
+ </html>
+
+--- a/scite/doc/SciTE.html
++++ b/scite/doc/SciTE.html
+@@ -139,20 +139,7 @@
+ <a href="https://sourceforge.net/project/showfiles.php?group_id=2439">the downloads page</a>.
+ </p>
+ There is a <a href="https://sourceforge.net/projects/scintilla/">Scintilla project page</a> hosted on
+-<script type="text/javascript" language="JavaScript">
+-<!--
+-if (IsRemote()) {
+- document.write('<a href="https://sourceforge.net/projects/scintilla/">');
+- document.write('<img src="https://sflogo.sourceforge.net/sflogo.php?group_id=2439&amp;type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> ');
+-} else {
+- document.write('<a href="https://sourceforge.net/projects/scintilla/">SourceForge<\/a>');
+-}
+-//-->
+-</script>
+-<noscript>
+-<a href="https://sourceforge.net/projects/scintilla">
+-<img src="https://sflogo.sourceforge.net/sflogo.php?group_id=2439&amp;type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
+-</noscript>
++<a href="http://sourceforge.net/projects/scintilla/">SourceForge</a>
+ </body>
+ </html>
+
bgstack15