summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-07-17 13:48:59 +0200
committerAndrew Shadura <andrewsh@debian.org>2016-12-15 11:26:30 +0100
commit428e32c40d992b9303bccec5870581eadbe29d6d (patch)
tree2e957364f102299a2d4f84911903337ab8e9d5e9
parent281ebf453c6d4cfb535d97f0d2158b1f68be8d22 (diff)
Build reproducibly.archive/debian/0.4.3.1-1
Gbp-Pq: Name reproducible_build.patch
-rw-r--r--src/controller/build_info.h.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/controller/build_info.h.in b/src/controller/build_info.h.in
index 93dec01..537d1f2 100644
--- a/src/controller/build_info.h.in
+++ b/src/controller/build_info.h.in
@@ -29,9 +29,7 @@ constexpr unsigned int NST_VERSION =
@NST_V_MAJOR@ * 1000 + @NST_V_MINOR@ * 100 + @NST_V_PATCH@;
constexpr char PROGRAM_BUILD_INFO[]=
- "@NST_VERSION_FULL@\n"
- "built on @CMAKE_SYSTEM@\n"
- "by C++ compiler @CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@ on @COMPILATION_DATE@";
+ "@NST_VERSION_FULL@";
constexpr char MODULES_DIRECTORY_PATH[] = "@CMAKE_INSTALL_PREFIX@/lib/nfstrace/";