summaryrefslogtreecommitdiff
path: root/scite/debian/patches/0001-do_not_use_remote_logo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'scite/debian/patches/0001-do_not_use_remote_logo.patch')
-rw-r--r--scite/debian/patches/0001-do_not_use_remote_logo.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/scite/debian/patches/0001-do_not_use_remote_logo.patch b/scite/debian/patches/0001-do_not_use_remote_logo.patch
index d6eeaac..6884d80 100644
--- a/scite/debian/patches/0001-do_not_use_remote_logo.patch
+++ b/scite/debian/patches/0001-do_not_use_remote_logo.patch
@@ -1,3 +1,4 @@
+
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
@@ -9,7 +10,7 @@ Subject: Fix the "privacy-breach-logo" error detected by lintian
2 files changed, 2 insertions(+), 28 deletions(-)
diff --git a/scintilla/doc/index.html b/scintilla/doc/index.html
-index 258df4a..0d4c8c4 100644
+index ef2dcfd..8a6c30e 100644
--- a/scintilla/doc/index.html
+++ b/scintilla/doc/index.html
@@ -177,20 +177,7 @@ if (!IsRemote()) { //if NOT remote...
@@ -35,10 +36,10 @@ index 258df4a..0d4c8c4 100644
</html>
diff --git a/scite/doc/SciTE.html b/scite/doc/SciTE.html
-index 3e1709c..4f5017e 100644
+index 1444d0f..06a1665 100644
--- a/scite/doc/SciTE.html
+++ b/scite/doc/SciTE.html
-@@ -142,20 +142,7 @@ if (IsRemote()) {
+@@ -141,20 +141,7 @@ if (IsRemote()) {
<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
bgstack15