summaryrefslogtreecommitdiff
path: root/scite/debian/patches/0002-do_not_use_remote_logo.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-12-04 15:41:05 -0500
committerB. Stack <bgstack15@gmail.com>2023-12-04 15:41:05 -0500
commit9d14d13a39701b47699192c93175792c9df3e026 (patch)
treea19b8fa4fb13e29890b7753d8bad39f5f87924a5 /scite/debian/patches/0002-do_not_use_remote_logo.patch
parentffs 13.2 dpkg rc1 (diff)
downloadstackrpms-9d14d13a39701b47699192c93175792c9df3e026.tar.gz
stackrpms-9d14d13a39701b47699192c93175792c9df3e026.tar.bz2
stackrpms-9d14d13a39701b47699192c93175792c9df3e026.zip
scite 5.4.0 rc1
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, 0 insertions, 58 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
deleted file mode 100644
index c90927e..0000000
--- a/scite/debian/patches/0002-do_not_use_remote_logo.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-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