summaryrefslogtreecommitdiff
path: root/scite/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'scite/debian/patches')
-rw-r--r--scite/debian/patches/0001-do_not_use_remote_logo.patch7
-rw-r--r--scite/debian/patches/0002-reproducible_build.patch4
-rw-r--r--scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch2
3 files changed, 7 insertions, 6 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
diff --git a/scite/debian/patches/0002-reproducible_build.patch b/scite/debian/patches/0002-reproducible_build.patch
index d91ff9b..717a6c0 100644
--- a/scite/debian/patches/0002-reproducible_build.patch
+++ b/scite/debian/patches/0002-reproducible_build.patch
@@ -8,10 +8,10 @@ Subject: Allow reproducible build
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scite/src/Credits.cxx b/scite/src/Credits.cxx
-index 7489bf2..3e8ff89 100644
+index 19bf5d3..b20a895 100644
--- a/scite/src/Credits.cxx
+++ b/scite/src/Credits.cxx
-@@ -619,7 +619,7 @@ void SciTEBase::SetAboutMessage(GUI::ScintillaWindow &wsci, const char *appTitle
+@@ -622,7 +622,7 @@ void SciTEBase::SetAboutMessage(GUI::ScintillaWindow &wsci, const char *appTitle
}
AddStyledText(wsci, GetTranslationToAbout("Version"), trsSty);
AddStyledText(wsci, sVersion, 1);
diff --git a/scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch b/scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch
index b1ae8b7..5267ee0 100644
--- a/scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch
+++ b/scite/debian/patches/0004-Build-with-Debian-packaged-Lua.patch
@@ -9,7 +9,7 @@ Forwarded: not-needed
2 files changed, 5 insertions(+), 31 deletions(-)
diff --git a/scite/gtk/deps.mak b/scite/gtk/deps.mak
-index 919cba9..af4432a 100644
+index 5974f52..7ba925d 100644
--- a/scite/gtk/deps.mak
+++ b/scite/gtk/deps.mak
@@ -267,11 +267,7 @@ LuaExtension.o: \
bgstack15