[Python-modules-commits] r32082 - in packages/sip4/trunk/debian (3 files)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Fri Mar 27 08:30:58 UTC 2015
Date: Friday, March 27, 2015 @ 08:30:57
Author: mitya57
Revision: 32082
Revert upstream change that breaks build with Sphinx 1.2.
Added:
packages/sip4/trunk/debian/patches/old_sphinx.diff
Modified:
packages/sip4/trunk/debian/changelog
packages/sip4/trunk/debian/patches/series
Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog 2015-03-27 08:08:32 UTC (rev 32081)
+++ packages/sip4/trunk/debian/changelog 2015-03-27 08:30:57 UTC (rev 32082)
@@ -4,6 +4,7 @@
* Backport upstream patch to fix a regression in this release.
* Merge two siputils patches into a single one.
* Get rid of useless python call in debian/rules.
+ * Revert upstream change that breaks build with Sphinx 1.2.
-- Dmitry Shachnev <mitya57 at debian.org> Thu, 26 Mar 2015 13:25:14 +0300
Added: packages/sip4/trunk/debian/patches/old_sphinx.diff
===================================================================
--- packages/sip4/trunk/debian/patches/old_sphinx.diff (rev 0)
+++ packages/sip4/trunk/debian/patches/old_sphinx.diff 2015-03-27 08:30:57 UTC (rev 32082)
@@ -0,0 +1,17 @@
+Description: support building with Sphinx 1.2 from Jessie
+ This reverts upstream changeset 569a9695bc2f.
+Author: Dmitry Shachnev <mitya57 at debian.org>
+Forwarded: not-needed
+Last-Update: 2015-03-27
+
+--- a/sphinx/conf.py
++++ b/sphinx/conf.py
+@@ -91,7 +91,7 @@
+
+ # The theme to use for HTML and HTML Help pages. Major themes that come with
+ # Sphinx are currently 'default' and 'sphinxdoc'.
+-html_theme = 'classic'
++html_theme = 'default'
+
+ # Theme options are theme-specific and customize the look and feel of a theme
+ # further. For a list of options available for each theme, see the
Modified: packages/sip4/trunk/debian/patches/series
===================================================================
--- packages/sip4/trunk/debian/patches/series 2015-03-27 08:08:32 UTC (rev 32081)
+++ packages/sip4/trunk/debian/patches/series 2015-03-27 08:30:57 UTC (rev 32082)
@@ -1,2 +1,3 @@
siputils_debian_changes.diff
fix_methodcode_regression.diff
+old_sphinx.diff
More information about the Python-modules-commits
mailing list