This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository springlobby.
commit 932b235b969f2936721e2c94a2337a56a5d0e0f1 Author: Markus Koschany <[email protected]> Date: Sun May 24 12:44:47 2015 +0200 Readd reproducible-build.patch --- debian/changelog | 4 ++-- debian/patches/reproducible-build.patch | 30 ++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 99a7652..53888bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ springlobby (0.222-1) unstable; urgency=medium * Imported Upstream version 0.222. - * Drop reproducible-build.patch. Fixed upstream. + * Update reproducible-build.patch. - -- Markus Koschany <[email protected]> Sat, 23 May 2015 14:46:44 +0200 + -- Markus Koschany <[email protected]> Sun, 24 May 2015 12:45:13 +0200 springlobby (0.218-1) unstable; urgency=medium diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch new file mode 100644 index 0000000..76144ab --- /dev/null +++ b/debian/patches/reproducible-build.patch @@ -0,0 +1,30 @@ +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 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/springlobby.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

