reproducible-build
authorAlastair McKinstry <mckinstry@debian.org>
Sat, 17 Dec 2016 14:17:24 +0000 (14:17 +0000)
committerAlastair McKinstry <mckinstry@debian.org>
Sat, 17 Dec 2016 14:17:24 +0000 (14:17 +0000)
Gbp-Pq: Name reproducible-build.patch

ompi/debuggers/ompi_msgq_dll.c

index 1b792694bcf0b415ecfdc9be35dd4c87ec2f0c0f..7b9151d8d2c7c8c502128c327052b3135284678e 100644 (file)
@@ -190,7 +190,7 @@ int mqs_version_compatibility (void)
 char *mqs_version_string (void)
 {
     return "Open MPI message queue support for parallel"
-           " debuggers compiled on " __DATE__;
+      " debuggers, Debian version ";
 } /* mqs_version_string */
 
 /* So the debugger can tell what interface width the library was compiled with */