Your message dated Tue, 01 Aug 2017 16:21:50 -0400
with message-id 
<1501618910.854247.1060024192.734fb...@webmail.messagingengine.com>
and subject line Re: argvalidate: [PATCH] please make the build reproducible
has caused the Debian Bug report #788406,
regarding argvalidate: [PATCH] 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.)


-- 
788406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788406
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: argvalidate
Version: 0.9.0-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps

Hi!

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

The attached patch removes extra timestamps from the build system.
Once applied, argvalidate can be built reproducibly in our current
experimental framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds
diff -urNp argvalidate-0.9.0.old/debian/rules argvalidate-0.9.0/debian/rules
--- argvalidate-0.9.0.old/debian/rules	2014-09-17 16:03:59.000000000 -0300
+++ argvalidate-0.9.0/debian/rules	2015-06-10 22:48:58.627293262 -0300
@@ -3,11 +3,15 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
+LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
+BUILD_DATE  = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
+SPHINXOPTS := -D html_last_updated_fmt=\"$(BUILD_DATE)\"
+
 %:
 	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
 override_dh_installdocs:
-	make -C doc html
+	make -C doc html SPHINXOPTS="$(SPHINXOPTS)"
 	dh_installdocs
 
 override_dh_clean:

--- End Message ---
--- Begin Message ---
Hi,

> argvalidate: [PATCH] please make the build reproducible

Closing this as is not necessary since:

  
https://github.com/sphinx-doc/sphinx/commit/7a89015a5466412597b9a0157c0ab1af1914a81a

… which was released as part of the Sphinx 1.4.2.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb, Debian Project Leader
     `. `'`      [email protected] / chris-lamb.co.uk
       `-

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to