[Pkg-running-devel] [antpm] 03/41: don't use __DATE__ for reproducible builds

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Tue Feb 23 21:46:44 UTC 2016


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

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit 9908aad9efca2fd0a73e18a870d137076e2f4739
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Fri Oct 9 23:02:00 2015 +0200

    don't use __DATE__ for reproducible builds
---
 src/common.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common.cpp b/src/common.cpp
index 05f6fb3..5593790 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -307,7 +307,7 @@ getVersionString()
 {
   return std::string("") + APP_NAME
       + " v" + std::string(BOOST_STRINGIZE(ANTPM_VERSION))
-      + " built " __DATE__ " " + __TIME__ + "" //+#ANTPM_SERIAL_IMPL
+      + " built "
       + " under "
 #ifdef __linux__
 # ifdef __LP64__

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



More information about the Pkg-running-devel mailing list