From eedac700b10ab9e5900708ff06a09e881317f6eb Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 5 Apr 2022 14:00:15 -0400 Subject: scite: add devuan dpkg --- scite/debian/patches/0003-reproducible_build.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 scite/debian/patches/0003-reproducible_build.patch (limited to 'scite/debian/patches/0003-reproducible_build.patch') diff --git a/scite/debian/patches/0003-reproducible_build.patch b/scite/debian/patches/0003-reproducible_build.patch new file mode 100644 index 0000000..0a8ce2a --- /dev/null +++ b/scite/debian/patches/0003-reproducible_build.patch @@ -0,0 +1,20 @@ +From: Antonio Valentino +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 +@@ -601,7 +601,7 @@ + } + AddStyledText(wsci, GetTranslationToAbout("Version").c_str(), trsSty); + AddStyledText(wsci, sVersion.c_str(), 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").c_str(), trsSty); -- cgit