Bug#834016: ddd: please make the build reproducible

2022-11-17 Thread Vagrant Cascadian
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

Bug#834016: ddd: please make the build reproducible

2020-09-12 Thread Chris Lamb
Chris Lamb wrote: > [..] Gentle ping on this? Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-

Bug#834016: ddd: please make the build reproducible

2016-08-11 Thread Chris Lamb
> > + 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

Bug#834016: ddd: please make the build reproducible

2016-08-11 Thread Vagrant Cascadian
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

Bug#834016: ddd: please make the build reproducible

2016-08-11 Thread Chris Lamb
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