From 9d14d13a39701b47699192c93175792c9df3e026 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 4 Dec 2023 15:41:05 -0500 Subject: scite 5.4.0 rc1 --- .../patches/0001-do_not_use_remote_logo.patch | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 scite/debian/patches/0001-do_not_use_remote_logo.patch (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 new file mode 100644 index 0000000..d6eeaac --- /dev/null +++ b/scite/debian/patches/0001-do_not_use_remote_logo.patch @@ -0,0 +1,62 @@ +From: Antonio Valentino +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(-) + +diff --git a/scintilla/doc/index.html b/scintilla/doc/index.html +index 258df4a..0d4c8c4 100644 +--- a/scintilla/doc/index.html ++++ b/scintilla/doc/index.html +@@ -177,20 +177,7 @@ if (!IsRemote()) { //if NOT remote... +

+ There is a Scintilla project page + hosted on +- +- ++SourceForge + + + +diff --git a/scite/doc/SciTE.html b/scite/doc/SciTE.html +index 3e1709c..4f5017e 100644 +--- a/scite/doc/SciTE.html ++++ b/scite/doc/SciTE.html +@@ -142,20 +142,7 @@ if (IsRemote()) { + the downloads page. +

+ There is a Scintilla project page hosted on +- +- ++SourceForge + + + -- cgit