[Python-modules-commits] r22938 - in packages/sphinx/trunk/debian/patches (sort_stopwords.diff)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Sat Nov 10 05:16:53 UTC 2012
Date: Saturday, November 10, 2012 @ 05:16:50
Author: mitya57-guest
Revision: 22938
patches/sort_stopwords.diff: indicate that it has been applied upstream
Modified:
packages/sphinx/trunk/debian/patches/sort_stopwords.diff
Modified: packages/sphinx/trunk/debian/patches/sort_stopwords.diff
===================================================================
--- packages/sphinx/trunk/debian/patches/sort_stopwords.diff 2012-11-10 01:11:55 UTC (rev 22937)
+++ packages/sphinx/trunk/debian/patches/sort_stopwords.diff 2012-11-10 05:16:50 UTC (rev 22938)
@@ -1,9 +1,9 @@
Description: sort stopwords in searchtools.js
- The order of stopwords in searchtools.js would be random is hash randomization
+ The order of stopwords in searchtools.js would be random if hash randomization
was enabled, breaking dh_sphinxdoc. This patch makes the order deterministic.
Author: Jakub Wilk <jwilk at debian.org>
-Forwarded: not-needed
-Last-Update: 2012-11-07
+Applied-Upstream: https://bitbucket.org/birkenfeld/sphinx/changeset/6cf5320e65
+Last-Update: 2012-11-10
--- a/sphinx/search/__init__.py
+++ b/sphinx/search/__init__.py
More information about the Python-modules-commits
mailing list