[Reproducible-builds] Bug#834016: ddd: please make the build reproducible
Vagrant Cascadian
vagrant at debian.org
Thu Aug 11 14:21:30 UTC 2016
On 2016-08-11, Chris Lamb wrote:
> +--- ddd-3.3.12.orig/ddd/config-info
> ++++ ddd-3.3.12/ddd/config-info
> +@@ -59,6 +59,10 @@ esac
> + month=`date '+%m'`
> + day=`date '+%d'`
> + date=${year}-${month}-${day}
> ++if [ -n "${SOURCE_DATE_EPOCH}" ]
> ++then
> ++ date=`date --utc --date="@${SOURCE_DATE_EPOCH}" '+%Y-%m-%d'`
> ++fi
> + (
> + echo "@(#)Built $date by $userinfo"
> + if $features; then
Wouldn't this also require the "month" and "day" variables to be set
using SOURE_DATE_EPOCH?
live well,
vagrant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160811/4d1c5de4/attachment.sig>
More information about the Reproducible-builds
mailing list