Control: tags 834016 pending
> Whilst working on the "reproducible builds" effort [0], we noticed
> that ddd could not be built reproducibly.
I have pushed the fix to git:
https://salsa.debian.org/debian/ddd/-/commit/3aa51771bacd797f68cbcf23b5f62b834148a2f6
And uploaded an NMU to DELAYED/1
Chris Lamb wrote:
> [..]
Gentle ping on this?
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` la...@debian.org / chris-lamb.co.uk
`-
> > + 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
>
> Wouldn't this also require the "month" and "day" variables to be set
> using SOURE_
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_
Source: ddd
Version: 1:3.3.12-5.1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Hi,
Whilst working on the "reproducible builds" effort [0], we noticed
that ddd could not be built repr
5 matches
Mail list logo