[Reproducible-builds] [PATCH] Ensure that we can always get back to "home" of a package

2016-08-11 Thread Chris Lamb
Hi, Attached is the following: commit 84c553778481026734785eddfe3011cc0f5201e4 Author: Chris Lamb Date: Thu Aug 11 20:48:02 2016 +0100 reproducible Debian: Ensure that we can always get back to "home" of this package I forget what it's called in

[Reproducible-builds] Bug#834080: elasticsearch: FTBFS: Could not resolve dependencies for project org.elasticsearch:elasticsearch:jar:1.7.5

2016-08-11 Thread Chris Lamb
Source: elasticsearch Version: 1.7.5-1 Severity: serious Justification: fails to build from source User: reproducible-builds@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org Dear Maintainer, elasticsearch fails to build from source in

Re: [Reproducible-builds] Reproducible patches for libisoburn and libisofs

2016-08-11 Thread Chris Lamb
> It would be quite cumbersome to produce upstream 1.4.5 releases of the > libraries for Sid. It was just a general and friendly offer, I didn't mean for it to come across as a request or require a time-consuming justification if you did not want to proceed. Regards, -- ,''`. : :'

Re: [Reproducible-builds] Reproducible patches for libisoburn and libisofs

2016-08-11 Thread Thomas Schmitt
Hi, i wrote: > > Release 1.4.6 might come soon. [after enough testing] > > Then it depends on whether my Debian sponsor is on holiday. Chris Lamb wrote: > For this, or any other packages that you wish to see in Debian, I would > be very happy to sponsor. Please let me know when appropriate with

[Reproducible-builds] Bug#834050: libpam-ldap: please make the build reproducible

2016-08-11 Thread Chris Lamb
Source: libpam-ldap Version: 186-1 Severity: wishlist Tags: patch User: reproducible-builds@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org Hi, Whilst working on the "reproducible builds" effort [0], we noticed that libpam-ldap could not be

Re: [Reproducible-builds] 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

[Reproducible-builds] 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-builds@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org Hi, Whilst working on the "reproducible builds" effort [0], we noticed that ddd could not be built

Re: [Reproducible-builds] Reproducible patches for libisoburn and libisofs

2016-08-11 Thread Chris Lamb
Dear Thomas, > i now implemented the new -as mkisofs option: > > --set_all_file_dates timestring >Set mtime, atime, and ctime of all files and directories to the >given time. Thank you so much for your efforts on this and the other changes. :) > - Use xorriso-1.4.5 snapshot