Hi Val,

On Tue, 25 Aug 2015 18:21:34 +0200, Val Lorentz wrote:
> However, reading debian/rules, I think setting PYTHONHASHSEED=0 when
> calling dh_sphinxdoc should work. Actually, modifying dh_sphinxdoc to
> set this variable may be better (in case someone copy-pastes it to their
> own package).

dh_sphinxdoc does not touch searchindex. It just symlinks some shared
scripts (jquery, underscore, etc) to packaged versions.

Setting PYTHONHASHSEED=0 for sphinx-build call works, but we should not
force all dependent packages to do that. (PYTHONHASHSEED=random is
default since Python 3.3).

> If it does not work, try the attached package.

Your patch works too, thanks! As it is more universal solution than
setting PYTHONHASHSEED=0, can you please add it to your pull request?

--
Dmitry Shachnev

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to