Your message dated Wed, 22 Nov 2023 14:42:43 -0800
with message-id <871qchtnoc.fsf@contorta>
and subject line Re: Bug#838713: python-xlib: please make the build reproducible
has caused the Debian Bug report #838713,
regarding python-xlib: 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.)
--
838713: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838713
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-xlib
Version: 0.14+20091101-5
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0], I noticed
that python-xlib could not be built reproducibly.
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/debian/patches/texi2html.patch b/debian/patches/texi2html.patch
index 3652cdb..10c3436 100644
--- a/debian/patches/texi2html.patch
+++ b/debian/patches/texi2html.patch
@@ -8,7 +8,7 @@ Subject: use system texi2html
python-xlib_toc.html: $(SRCS)
- ./texi2html -splitnode -menu $(TOPSRC)
-+ texi2html -split=node -menu $(TOPSRC)
++ texi2html --build-date=$(SOURCE_DATE_EPOCH) -split=node -menu $(TOPSRC)
ln -sf python-xlib_toc.html index.html
clean:
--- End Message ---
--- Begin Message ---
Version: 0.20-3
Looking at this reproducible builds history, this has been reproducible
since 0.20-3:
https://tests.reproducible-builds.org/debian/history/amd64/python-xlib.html
> I agree with Emmanuel that the problem has been solved (for *most* releases of
> Debian) by the existing patch[1] that replaces texi2html with makeinfo in the
> python-xlib HTML documentation build.
This seems consistent with the changelog entry for 0.20-3:
python-xlib (0.20-3) unstable; urgency=medium
[ Jeremy Bicha ]
* README is now README.rst.
[ Andrew Shadura ]
* Use texinfo instead of texi2html.
-- Andrew Shadura <[email protected]> Mon, 27 Nov 2017 13:10:02 +0000
Marking as done!
Thanks to everyone who worked on getting this fixed!
live well,
vagrant
signature.asc
Description: PGP signature
--- End Message ---