[Reproducible-commits] [notes] 01/05: Extend note for foxeye

Chris Lamb chris at chris-lamb.co.uk
Thu Aug 4 00:23:17 UTC 2016


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

lamby pushed a commit to branch master
in repository notes.

commit 5240cff48b0f3c5c4bcf5bf744eee5b6d8d9ebe8
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Aug 3 20:15:51 2016 -0400

    Extend note for foxeye
---
 packages.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/packages.yml b/packages.yml
index 8a95a48..724e339 100644
--- a/packages.yml
+++ b/packages.yml
@@ -4342,6 +4342,17 @@ foxeye:
   comments: |
     Embeds the build date.
     https://sources.debian.net/src/foxeye/0.10.1-1/configure.ac/#L310
+    .
+    Patch is just...
+    .
+    -GENDATE="`LC_TIME=C date +'%B %Y'`"
+    +if test x$SOURCE_DATE_EPOCH = x; then
+    +    GENDATE="`LC_TIME=C date +'%B %Y'`"
+    +else
+    +    GENDATE="`LC_TIME=C date --utc --date="@$$SOURCE_DATE_EPOCH" +'%B %Y'`"
+    +fi
+    .
+    ... but autoreconfing causes a FTBFS
 fprobe-ulog:
   version: 1.1-7.3
   bugs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list