[springlobby] 07/07: Update reproducible-build.patch

Markus Koschany apo-guest at moszumanska.debian.org
Fri May 1 11:57:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository springlobby.

commit bb43cf3cc34bcb8c365984155c3b0feddbe5f43e
Author: Markus Koschany <apo at gambaru.de>
Date:   Fri May 1 13:39:30 2015 +0200

    Update reproducible-build.patch
---
 debian/patches/reproducible-build.patch | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
index 4c9cf68..18ffb3e 100644
--- a/debian/patches/reproducible-build.patch
+++ b/debian/patches/reproducible-build.patch
@@ -6,7 +6,8 @@ Subject: reproducible build
  src/downloader/lib/src/Version.cpp | 2 +-
  src/downloader/lib/src/Version.h   | 2 +-
  src/lsl/lib/cimg/CImg.h            | 4 ++--
- 3 files changed, 4 insertions(+), 4 deletions(-)
+ 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
@@ -56,3 +57,14 @@ index d14482b..40b486a 100644
  
        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";
+ }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/springlobby.git



More information about the Pkg-games-commits mailing list