This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository marsshooter.
commit c856a044cb8302ab58cac153e2f4feea951f1e8c Author: Markus Koschany <[email protected]> Date: Sun Jan 3 16:35:08 2016 +0100 Add reproducible-build.patch --- debian/patches/reproducible-build.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch new file mode 100644 index 0000000..71ed24f --- /dev/null +++ b/debian/patches/reproducible-build.patch @@ -0,0 +1,21 @@ +From: Markus Koschany <[email protected]> +Date: Sun, 3 Jan 2016 16:34:57 +0100 +Subject: reproducible build + +--- + src/Menu/menus.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/Menu/menus.cpp b/src/Menu/menus.cpp +index eda932e..7bf16fe 100644 +--- a/src/Menu/menus.cpp ++++ b/src/Menu/menus.cpp +@@ -65,7 +65,7 @@ namespace menus { + + Vector2f viewPort = window::getViewPort(); + text::drawScreenText(sf::String("M.A.R.S. Alpha " + sf::String(VERSION_MAJOR) + "." + sf::String(VERSION_MINOR) + "." + sf::String(VERSION_PATCH) +- + " (rev" + VERSION_REVIS + ") - " + sf::String(__DATE__)), Vector2f(viewPort.x_-4.f, viewPort.y_-14.f) , 11.f, TEXT_ALIGN_RIGHT, Color3f(0.8, 0.8, 0.8)); ++ + " (rev" + VERSION_REVIS + ") - " + sf::String("2016")), Vector2f(viewPort.x_-4.f, viewPort.y_-14.f) , 11.f, TEXT_ALIGN_RIGHT, Color3f(0.8, 0.8, 0.8)); + + toolTip::draw(); + } diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..55077d0 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +reproducible-build.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/marsshooter.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

