--- a/debian/patches/reproducible-builds.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/reproducible-builds.patch 2020-06-25 10:40:58.190874824 +0100 @@ -0,0 +1,14 @@ +Description: Make the build reproducible +Author: Chris Lamb +Last-Update: 2020-06-25 + +--- neovim-qt-0.2.16.orig/src/gui/app.cpp ++++ neovim-qt-0.2.16/src/gui/app.cpp +@@ -347,7 +347,6 @@ void App::showVersionInfo() noexcept + + out << "NVIM-QT v" << PROJECT_VERSION << endl; + out << "Build type: " << CMAKE_BUILD_TYPE << endl; +- out << "Compilation:" << CMAKE_CXX_FLAGS << endl; + out << "Qt Version: " << QT_VERSION_STR << endl; + out << "Environment: " << endl; + out << " nvim: " << nvimExecutable << endl; --- a/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/series 2020-06-25 10:40:54.558833843 +0100 @@ -0,0 +1 @@ +reproducible-builds.patch