This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository springlobby.
commit 4af399772b36a42941fc9af1ce6de5e5f1f8396a Author: Markus Koschany <[email protected]> Date: Tue Jun 2 20:45:32 2015 +0200 Drop reproducible-build.patch. Fixed upstream. --- debian/patches/reproducible-build.patch | 30 ------------------------------ debian/patches/series | 1 - 2 files changed, 31 deletions(-) diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch deleted file mode 100644 index 76144ab..0000000 --- a/debian/patches/reproducible-build.patch +++ /dev/null @@ -1,30 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Sun, 24 May 2015 12:44:29 +0200 -Subject: reproducible build - -Forwarded: https://github.com/springlobby/lsl/commit/176b801b2e1c7eff01ee1e3968a58f821ee7eba5 ---- - src/lsl/lib/cimg/CImg.h | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/src/lsl/lib/cimg/CImg.h b/src/lsl/lib/cimg/CImg.h -index b6fdaf5..bf63980 100644 ---- a/src/lsl/lib/cimg/CImg.h -+++ b/src/lsl/lib/cimg/CImg.h -@@ -4943,7 +4943,6 @@ 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__); - } - if (defaut) std::fprintf(cimg::output(),"%s\n",defaut); - } -@@ -5042,7 +5041,7 @@ namespace cimg_library_suffixed { - inline void info() { - 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/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

