From 3dce71fa94f713737cf75976fc979aef6ee9987f Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 30 Dec 2023 16:02:24 -0500 Subject: scite 5.4.1 --- scite/debian/patches/0001-do_not_use_remote_logo.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'scite/debian/patches/0001-do_not_use_remote_logo.patch') 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 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 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()) { the downloads page.

There is a Scintilla project page hosted on -- cgit