[Python-modules-commits] r23140 - in packages/sphinx/trunk/debian (2 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Sat Dec 8 05:20:32 UTC 2012
Date: Saturday, December 8, 2012 @ 05:20:30
Author: mitya57-guest
Revision: 23140
d/patches/sort_stopwords.diff: use better header, add changelog entry
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/patches/sort_stopwords.diff
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2012-12-08 05:13:40 UTC (rev 23139)
+++ packages/sphinx/trunk/debian/changelog 2012-12-08 05:20:30 UTC (rev 23140)
@@ -11,6 +11,7 @@
[ Dmitry Shachnev ]
* debian/patches/l10n_fixes.diff: fix crashes and not working external
links in l10n mode (closes: #691719).
+ * debian/patches/sort_stopwords.diff: mark as applied upstream.
-- Jakub Wilk <jwilk at debian.org> Thu, 29 Nov 2012 13:44:06 +0100
Modified: packages/sphinx/trunk/debian/patches/sort_stopwords.diff
===================================================================
--- packages/sphinx/trunk/debian/patches/sort_stopwords.diff 2012-12-08 05:13:40 UTC (rev 23139)
+++ packages/sphinx/trunk/debian/patches/sort_stopwords.diff 2012-12-08 05:20:30 UTC (rev 23140)
@@ -2,8 +2,8 @@
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>
-Applied-Upstream: https://bitbucket.org/birkenfeld/sphinx/changeset/6cf5320e65
-Last-Update: 2012-11-10
+Forwarded: yes, https://bitbucket.org/birkenfeld/sphinx/commits/6cf5320e65
+Last-Update: 2012-12-08
--- a/sphinx/search/__init__.py
+++ b/sphinx/search/__init__.py
More information about the Python-modules-commits
mailing list