Your message dated Sat, 26 Dec 2015 13:49:44 +0000
with message-id <[email protected]>
and subject line Bug#788597: fixed in waitress 0.8.10-1
has caused the Debian Bug report #788597,
regarding waitress: [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.)


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

Hi!

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

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

 [1]: https://wiki.debian.org/ReproducibleBuilds
diff -urNp waitress-0.8.9.old/debian/rules waitress-0.8.9/debian/rules
--- waitress-0.8.9.old/debian/rules	2014-04-24 03:17:57.000000000 -0300
+++ waitress-0.8.9/debian/rules	2015-06-12 21:19:59.862755145 -0300
@@ -4,12 +4,16 @@ export PYBUILD_DESTDIR_python2=debian/py
 export PYBUILD_DESTDIR_python3=debian/python3-waitress/
 export PYBUILD_DISABLE=test
 
+LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
+BUILD_DATE  = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
+SPHINXOPTS := -N -D html_last_updated_fmt=\"$(BUILD_DATE)\"
+
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build -v
-	$(MAKE) -C docs clean html SPHINXOPTS=-N
+	$(MAKE) -C docs clean html SPHINXOPTS="$(SPHINXOPTS)"
 
 override_dh_auto_clean:
 	dh_auto_clean

--- End Message ---
--- Begin Message ---
Source: waitress
Source-Version: 0.8.10-1

We believe that the bug you reported is fixed in the latest version of
waitress, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrew Shadura <[email protected]> (supplier of updated waitress package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 26 Dec 2015 14:44:28 +0100
Source: waitress
Binary: python-waitress python3-waitress python-waitress-doc
Architecture: source
Version: 0.8.10-1
Distribution: unstable
Urgency: medium
Maintainer: Andrew Shadura <[email protected]>
Changed-By: Andrew Shadura <[email protected]>
Description:
 python-waitress - production-quality pure-Python WSGI server
 python-waitress-doc - production-quality pure-Python WSGI server 
(documentation)
 python3-waitress - production-quality pure-Python WSGI server (Python 3)
Closes: 788597
Changes:
 waitress (0.8.10-1) unstable; urgency=medium
 .
   [ Juan Picca ]
   * Make the build reproducible (Closes: #788597).
 .
   [ Andrew Shadura ]
   * New upstream release.
Checksums-Sha1:
 127f83580964e75a9638408e250c9d05c66d75f6 1709 waitress_0.8.10-1.dsc
 3931ca85099c1449ec453522065e6488356482e1 118133 waitress_0.8.10.orig.tar.gz
 bdefe8a4fefe212c6adfedae337b813c7f0f84c4 3956 waitress_0.8.10-1.debian.tar.xz
Checksums-Sha256:
 817b3bf83eb5ef1a7c87e666cd561bccee88bbed93772f430dff55f2acf80495 1709 
waitress_0.8.10-1.dsc
 57a156899a8121929221008d1664cda400bc6a6390481807b3d3c47aab1f47f8 118133 
waitress_0.8.10.orig.tar.gz
 382311cb6a937576c305af345812eaf115db576aa3dd54839e9720e57d4b166e 3956 
waitress_0.8.10-1.debian.tar.xz
Files:
 e95d0738521f9fd34c80ef7f6ce4002c 1709 python optional waitress_0.8.10-1.dsc
 30a344ce146fd96d83036cd5786bb2c9 118133 python optional 
waitress_0.8.10.orig.tar.gz
 67a8a1d3cbf4f040f91cc5dc6c2a7508 3956 python optional 
waitress_0.8.10-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJWfppZAAoJEJ1bI/kYT6UU2rMH/1wH2vcoNunzjIxsjzbVIkm1
EpFtU4DhYd0Lnv7XKKoZIhsjKtboboifmQlC9EvtgZAWAvX9y0iQO7Bf8pV6YLFs
1VxNaaYvXZsZr2xGC9SzGjZlgcDgtgHGnBDsrU2sLLZlV553uGB7YYZN+dDCZ9lY
PV7JFQBvrFaiGevr31l7eiACNMB/ZlMYXfi/88Ggfw8PGVfxBRELd8/3zNTmc0dj
7zUOZlAVesTH2jKp7DjWLO2OEUTUrHHVcWuCZH+qKR/Soft58Q0TLIHjWt7IYtLR
uKBY8s4wc0d71bBv+EvOCw6yjzDzx0/aYkzwZRYuqeqoJw1fRYH3fKCEJZ4H+4E=
=WaEK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to