summaryrefslogtreecommitdiff
path: root/scite/debian/patches/0002-do_not_use_remote_logo.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-04-16 16:51:44 +0000
committerB. Stack <bgstack15@gmail.com>2022-04-16 16:51:44 +0000
commit2611ac2c41471e12a2b1e6b217322f00cb9266d1 (patch)
tree9fc348166a26334b739259b11e039570c23f1f4d /scite/debian/patches/0002-do_not_use_remote_logo.patch
parentMerge branch 'librewolf-bump' into 'master' (diff)
parentfix #29: add functions to scite stackrpms.lua (diff)
downloadstackrpms-2611ac2c41471e12a2b1e6b217322f00cb9266d1.tar.gz
stackrpms-2611ac2c41471e12a2b1e6b217322f00cb9266d1.tar.bz2
stackrpms-2611ac2c41471e12a2b1e6b217322f00cb9266d1.zip
Merge branch 'scite-bump' into 'master'
Scite bump Closes #29 See merge request bgstack15/stackrpms!294
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