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:
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team