summaryrefslogtreecommitdiff
path: root/scite/debian/patches/0003-reproducible_build.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-12-04 15:41:05 -0500
committerB. Stack <bgstack15@gmail.com>2023-12-04 15:41:05 -0500
commit9d14d13a39701b47699192c93175792c9df3e026 (patch)
treea19b8fa4fb13e29890b7753d8bad39f5f87924a5 /scite/debian/patches/0003-reproducible_build.patch
parentffs 13.2 dpkg rc1 (diff)
downloadstackrpms-9d14d13a39701b47699192c93175792c9df3e026.tar.gz
stackrpms-9d14d13a39701b47699192c93175792c9df3e026.tar.bz2
stackrpms-9d14d13a39701b47699192c93175792c9df3e026.zip
scite 5.4.0 rc1
Diffstat (limited to 'scite/debian/patches/0003-reproducible_build.patch')
-rw-r--r--scite/debian/patches/0003-reproducible_build.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/scite/debian/patches/0003-reproducible_build.patch b/scite/debian/patches/0003-reproducible_build.patch
deleted file mode 100644
index ae3715f..0000000
--- a/scite/debian/patches/0003-reproducible_build.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Antonio Valentino <antonio.valentino@tiscali.it>
-Date: Sat, 14 Apr 2018 17:39:34 +0000
-Subject: Allow reproducible build
-
-===================================================================
----
- scite/src/Credits.cxx | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/scite/src/Credits.cxx
-+++ b/scite/src/Credits.cxx
-@@ -615,7 +615,7 @@
- }
- AddStyledText(wsci, GetTranslationToAbout("Version"), trsSty);
- AddStyledText(wsci, sVersion, 1);
-- AddStyledText(wsci, " " __DATE__ " " __TIME__ "\n", 1);
-+ AddStyledText(wsci, " " BUILD_DATE "\n", 1);
- SetAboutStyle(wsci, 2, ColourRGB(0, 0, 0));
- wsci.StyleSetItalic(2, true);
- AddStyledText(wsci, GetTranslationToAbout("by"), trsSty);
bgstack15