Your message dated Fri, 2 Aug 2019 08:35:37 +0200
with message-id <[email protected]>
and subject line Re: Bug#929793: Info received (Bug#929793: liblopsub: please 
make the build reproducible)
has caused the Debian Bug report #929793,
regarding liblopsub: please make the build reproducible
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
929793: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929793
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: liblopsub
Version: 1.0.2-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that liblopsub could not be built reproducibly.

Patch attached.

  [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git a/Makefile b/Makefile
index 408e3a5..2d85802 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,12 @@ INSTALL := install
 GZIP := gzip -f9
 ZCAT := zcat
 
-DATE := $(shell date '+%B %Y')
+DATE_FMT = '+%B %Y'
+ifdef SOURCE_DATE_EPOCH
+       DATE := $(shell LC_ALL=C date -u -d "@$(SOURCE_DATE_EPOCH)" 
"+$(DATE_FMT)" 2>/dev/null || LC_ALL=C date -u -r "$(SOURCE_DATE_EPOCH)" 
"+$(DATE_FMT)" 2>/dev/null || date LC_ALL=C -u "+$(DATE_FMT)")
+else
+       DATE := $(shell date "+$(DATE_FMT)")
+endif
 GIT_VERSION := $(shell ./version-gen.sh)
 PLAIN_VERSION := $(firstword $(subst -, , $(GIT_VERSION)))
 MAJOR_VERSION := $(firstword $(subst ., , $(PLAIN_VERSION)))

--- End Message ---
--- Begin Message ---
Fixed in upstream commit bb3a974325f5967c38da61ff61b5f7c732fcfa59.
-- 
Max Planck Institute for Developmental Biology
Max-Planck-Ring 5, 72076 Tübingen, Germany. Phone: (+49) 7071 601 829
http://people.tuebingen.mpg.de/maan/

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to