Your message dated Tue, 5 Apr 2016 20:26:33 +0200
with message-id <20160405182633.GA28926@loar>
and subject line Re: Bug#799410: segment: please make the build reproducible
has caused the Debian Bug report #799410,
regarding segment: please make the build reproducible
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
799410: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799410
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: segment
Version: 1.3.5~svn57+dfsg-1.1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the "reproducible builds" effort [0], we noticed that
segment could not be built reproducibly.

The attached patch removes timestamps from the build system. Once
applied, segment can be built reproducibly using our reproducible
toolchain.

 [0] https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2015-09-18 23:19:33.199937364 +0100
--- b/debian/rules      2015-09-18 23:37:23.898339306 +0100
@@ -11,6 +11,7 @@
 
 VER := $(shell echo $(DEB_UPSTREAM_VERSION) | awk -F'~' '{print $$1}')
 SVN_REV := $(shell echo $(DEB_UPSTREAM_VERSION) | awk -F'~' '{print $$2}' | 
sed 's/^svn//' | sed 's/\+dfsg.*//')
+ANT_ARGS := -Dbuild.date=$(shell dpkg-parsechangelog --show-field=Date | date 
--file=- --utc +%Y-%m-%d)
 
 install/libsegment-java::
        install -m 644 -D build/dist/segment-$(VER).jar \

--- End Message ---
--- Begin Message ---
Chris Lamb:
> The attached patch removes timestamps from the build system. Once
> applied, segment can be built reproducibly using our reproducible
> toolchain.

The patch is not required anymore to have segment build reproducibly
when ant (>= 1.9.6-2) is used.

-- 
Lunar                                .''`. 
[email protected]                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to