summaryrefslogtreecommitdiff
path: root/scite/debian
diff options
context:
space:
mode:
Diffstat (limited to 'scite/debian')
-rw-r--r--scite/debian/_service4
-rw-r--r--scite/debian/changelog17
-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
-rw-r--r--scite/debian/scite+stackrpms.dsc2
6 files changed, 20 insertions, 16 deletions
diff --git a/scite/debian/_service b/scite/debian/_service
index a4fd393..6cdaf86 100644
--- a/scite/debian/_service
+++ b/scite/debian/_service
@@ -14,8 +14,8 @@
<service name="download_url">
<param name="protocol">https</param>
<param name="host">www.scintilla.org</param>
- <param name="path">scite540.tgz</param>
- <param name="filename">scite_5.4.0.orig.tar.gz</param>
+ <param name="path">scite541.tgz</param>
+ <param name="filename">scite_5.4.1.orig.tar.gz</param>
</service>
<service name="extract_file">
<param name="archive">*.tar.xz</param>
diff --git a/scite/debian/changelog b/scite/debian/changelog
index 47a49f8..3ba3778 100644
--- a/scite/debian/changelog
+++ b/scite/debian/changelog
@@ -1,15 +1,18 @@
-scite (5.4.0-101+stackrpms) unstable; urgency=medium
+scite (5.4.1-100+stackrpms) unstable; urgency=medium
- * Fix stackrpms.lua date functions for lua float to int
+ * Add stackrpms lua script and customized global.properties
+ * Use lua 5.4.4
- -- B. Stack <bgstack15@gmail.com> Tue, 05 Dec 2023 10:48:03 -0500
+ -- B. Stack <bgstack15@gmail.com> Sat, 30 Dec 2023 15:15:35 -0500
-scite (5.4.0-100+stackrpms) unstable; urgency=medium
+scite (5.4.1-1) unstable; urgency=medium
- * Add stackrpms lua script and customized global.properties
- * Use lua 5.4.4
+ * New upstream release.
+ * Update the d/copyright file.
+ * debian/patches:
+ - Refresh all patches.
- -- B. Stack <bgstack15@gmail.com> Mon, 04 Dec 2023 15:35:16 -0500
+ -- Antonio Valentino <antonio.valentino@tiscali.it> Thu, 28 Dec 2023 09:13:01 +0000
scite (5.4.0-1) unstable; urgency=medium
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: \
diff --git a/scite/debian/scite+stackrpms.dsc b/scite/debian/scite+stackrpms.dsc
index 2d9d335..555e862 100644
--- a/scite/debian/scite+stackrpms.dsc
+++ b/scite/debian/scite+stackrpms.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: scite
Binary: scite
Architecture: any
-Version: 5.4.0-101+stackrpms
+Version: 5.4.1-101+stackrpms
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://scintilla.org/SciTE.html
Standards-Version: 4.6.0.1
bgstack15