This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository springlobby.
commit df95d05f01d7673fc65f942f375e7c7a8b05f580 Author: Markus Koschany <[email protected]> Date: Fri May 15 23:00:43 2015 +0200 Drop reproducible-build.patch. Fixed upstream. --- debian/patches/reproducible-build.patch | 74 --------------------------------- debian/patches/series | 1 - 2 files changed, 75 deletions(-) diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch deleted file mode 100644 index dba68f4..0000000 --- a/debian/patches/reproducible-build.patch +++ /dev/null @@ -1,74 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Fri, 1 May 2015 13:12:35 +0200 -Subject: reproducible build - -This patch makes the springlobby build reproducible. See also -https://wiki.debian.org/ReproducibleBuilds - -Forwarded: https://github.com/springlobby/springlobby/issues/420 ---- - src/downloader/lib/src/Version.cpp | 2 +- - src/downloader/lib/src/Version.h | 2 +- - src/lsl/lib/cimg/CImg.h | 4 ++-- - src/utils/version.cpp | 2 +- - 4 files changed, 5 insertions(+), 5 deletions(-) - -diff --git a/src/downloader/lib/src/Version.cpp b/src/downloader/lib/src/Version.cpp -index 5fe87fb..5ea995d 100644 ---- a/src/downloader/lib/src/Version.cpp -+++ b/src/downloader/lib/src/Version.cpp -@@ -1,7 +1,7 @@ - /* This file is part of pr-downloader (GPL v2 or later), see the LICENSE file */ - - #ifndef PR_DOWNLOADER_VERSION --#define QUOTEDVERSION "dev-" __DATE__ -+#define QUOTEDVERSION "dev-" - #else - - #define QUOTEME_(x) #x -diff --git a/src/downloader/lib/src/Version.h b/src/downloader/lib/src/Version.h -index cc80570..64a6a8d 100644 ---- a/src/downloader/lib/src/Version.h -+++ b/src/downloader/lib/src/Version.h -@@ -8,7 +8,7 @@ - - #undef PR_DOWNLOADER_VERSION - #ifndef PR_DOWNLOADER_VERSION --#define QUOTEDVERSION "dev-" __DATE__ -+#define QUOTEDVERSION "dev-" - #else - - #define QUOTEME_(x) #x -diff --git a/src/lsl/lib/cimg/CImg.h b/src/lsl/lib/cimg/CImg.h -index d14482b..40b486a 100644 ---- a/src/lsl/lib/cimg/CImg.h -+++ b/src/lsl/lib/cimg/CImg.h -@@ -5368,7 +5368,7 @@ namespace cimg_library_suffixed { - if (usage) { - std::fprintf(cimg::output(),"\n %s%s%s",cimg::t_red,cimg::basename(argv[0]),cimg::t_normal); - std::fprintf(cimg::output(),": %s",usage); -- std::fprintf(cimg::output()," (%s, %s)\n\n",__DATE__,__TIME__); -+ std::fprintf(cimg::output()," (%s, %s)\n\n"); - } - if (defaut) std::fprintf(cimg::output(),"%s\n",defaut); - } -@@ -5461,7 +5461,7 @@ namespace cimg_library_suffixed { - char tmp[1024] = { 0 }; - std::fprintf(cimg::output(),"\n %s%sCImg Library %u.%u.%u%s, compiled %s ( %s ) with the following flags:\n\n", - cimg::t_red,cimg::t_bold,cimg_version/100,(cimg_version/10)%10,cimg_version%10, -- cimg::t_normal,__DATE__,__TIME__); -+ cimg::t_normal); - - std::fprintf(cimg::output()," > Operating System: %s%-13s%s %s('cimg_OS'=%d)%s\n", - cimg::t_bold, -diff --git a/src/utils/version.cpp b/src/utils/version.cpp -index f553b18..610bad6 100644 ---- a/src/utils/version.cpp -+++ b/src/utils/version.cpp -@@ -43,5 +43,5 @@ const std::string getSpringlobbyAgent() - - const std::string getSpringCompileTimeDate() - { -- return std::string(__DATE__) + " " + std::string(__TIME__); -+ return "Release"; - } diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 55077d0..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -reproducible-build.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/springlobby.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

