Your message dated Mon, 29 Jun 2015 15:27:48 -0400
with message-id <[email protected]>
and subject line Re: Bug#790384: doctrine: please make the build reproducible
has caused the Debian Bug report #790384,
regarding doctrine: 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.)


-- 
790384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790384
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: doctrine
Version: 2.4.7-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Hi,

While working on the "reproducible builds" effort [1], we have noticed
that doctrine could not be built reproducibly.

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

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git a/docs/bin/generate-docs.sh b/docs/bin/generate-docs.sh
index 7d06d2a..8ae6a97 100755
--- a/docs/bin/generate-docs.sh
+++ b/docs/bin/generate-docs.sh
@@ -6,5 +6,5 @@ cd ..
 rm build -Rf
 sphinx-build en build
 
-sphinx-build -b latex en build/pdf
+sphinx-build -D today="$(LC_ALL=C date --utc --date="$(dpkg-parsechangelog 
-SDate -l../debian/changelog)" '+%B %d, %Y')" -b latex en build/pdf
 rubber --into build/pdf --pdf build/pdf/Doctrine2ORM.tex
\ No newline at end of file

--- End Message ---
--- Begin Message ---
Version: 2.5.0+dfsg-1

Thank you for the analysis and the patch.

On Sun, Jun 28, 2015 at 08:04:45PM +0100, Chris Lamb wrote:
> Source: doctrine
> Version: 2.4.7-2

> The attached patch removes varying timestamps from the build system.

The documentation is not shipped upstream anymore, so the package is
already reproducible (modulo the month timestamp from help2man) in
experimental.

Regards

David

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to