Your message dated Wed, 8 Mar 2017 16:12:17 +0100
with message-id <[email protected]>
and subject line python-repoze.what has been removed from unstable
has caused the Debian Bug report #788592,
regarding python-repoze.what: [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.)
--
788592: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788592
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-repoze.what
Version: 1.0.9-5
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
Hi!
While working on the "reproducible builds" effort [1], we have noticed
that python-repoze.what could not be built reproducibly.
The attached patch removes extra timestamps from the build system.
Once applied, python-repoze.what can be built reproducibly in our current
experimental framework.
[1]: https://wiki.debian.org/ReproducibleBuilds
diff -ruNp python-repoze.what-1.0.9.old/debian/rules python-repoze.what-1.0.9/debian/rules
--- python-repoze.what-1.0.9.old/debian/rules 2014-05-21 20:51:49.000000000 -0300
+++ python-repoze.what-1.0.9/debian/rules 2015-06-11 23:04:06.080217487 -0300
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
PYTHONS:=$(shell pyversions -vr)
+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 $@ --buildsystem=python_distutils --with python2,sphinxdoc
@@ -14,7 +17,7 @@ override_dh_auto_install:
override_dh_sphinxdoc:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
- sphinx-build -b html docs/source $(CURDIR)/debian/python-repoze.what/usr/share/doc/python-repoze.what/html
+ sphinx-build $(SPHINXOPTS) -b html docs/source $(CURDIR)/debian/python-repoze.what/usr/share/doc/python-repoze.what/html
dh_sphinxdoc -O--buildsystem=python_distutils
endif
--- End Message ---
--- Begin Message ---
Version: 1.0.9-5+rm
See https://bugs.debian.org/805407 for the RM bug.
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
signature.asc
Description: PGP signature
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team