[Debian-med-packaging] Bug#863015: Bug#863015: Patch for reproducible builds breaks build time test
Chris Lamb
lamby at debian.org
Sun Aug 27 21:00:09 UTC 2017
Hi Andreas,
7 --- a/include/jellyfish/generic_file_header.hpp
8 +++ b/include/jellyfish/generic_file_header.hpp
9 @@ -180,6 +180,8 @@ public:
10
11 protected:
12 std::string get_hostname() const {
13 + if(std::getenv("SOURCE_DATE_EPOCH"))
14 + return "";
^^
Just change this to "hostname".
The test was checking whether it was not the empty string. Thinking about
it, returning an empty string is probably not a good idea anyway.
Enjoy :)
Best wishes,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
More information about the Debian-med-packaging
mailing list