[Python-modules-commits] r34359 - in packages/pylibmc/trunk/debian (5 files)
fladi at users.alioth.debian.org
fladi at users.alioth.debian.org
Mon Sep 21 07:33:36 UTC 2015
Date: Monday, September 21, 2015 @ 07:33:34
Author: fladi
Revision: 34359
Fix theme for Sphinx 1.3 (Closes: #799576).
Added:
packages/pylibmc/trunk/debian/patches/
packages/pylibmc/trunk/debian/patches/series
packages/pylibmc/trunk/debian/patches/sphinx-theme.patch
Modified:
packages/pylibmc/trunk/debian/changelog
packages/pylibmc/trunk/debian/control
Modified: packages/pylibmc/trunk/debian/changelog
===================================================================
--- packages/pylibmc/trunk/debian/changelog 2015-09-21 01:27:08 UTC (rev 34358)
+++ packages/pylibmc/trunk/debian/changelog 2015-09-21 07:33:34 UTC (rev 34359)
@@ -1,3 +1,11 @@
+pylibmc (1.5.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * Update sap-theme for Sphinx 1.3 (Closes: #799576).
+ * Bump python3-sphinx build-dependency.
+
+ -- Michael Fladischer <fladi at debian.org> Mon, 21 Sep 2015 09:33:27 +0200
+
pylibmc (1.5.0-2) unstable; urgency=medium
* Team upload.
Modified: packages/pylibmc/trunk/debian/control
===================================================================
--- packages/pylibmc/trunk/debian/control 2015-09-21 01:27:08 UTC (rev 34358)
+++ packages/pylibmc/trunk/debian/control 2015-09-21 07:33:34 UTC (rev 34359)
@@ -7,7 +7,7 @@
dh-python,
python-all-dev,
python-all-dbg,
- python-sphinx (>= 1.0.7+dfsg),
+ python-sphinx (>= 1.3),
python3-all-dev,
python3-all-dbg,
libmemcached-dev,
Added: packages/pylibmc/trunk/debian/patches/series
===================================================================
--- packages/pylibmc/trunk/debian/patches/series (rev 0)
+++ packages/pylibmc/trunk/debian/patches/series 2015-09-21 07:33:34 UTC (rev 34359)
@@ -0,0 +1 @@
+sphinx-theme.patch
Added: packages/pylibmc/trunk/debian/patches/sphinx-theme.patch
===================================================================
--- packages/pylibmc/trunk/debian/patches/sphinx-theme.patch (rev 0)
+++ packages/pylibmc/trunk/debian/patches/sphinx-theme.patch 2015-09-21 07:33:34 UTC (rev 34359)
@@ -0,0 +1,52 @@
+Description: update base template for Sphinx 1.3
+ The 'default' theme has been renamed to 'classic' in Sphinx 1.3.
+Author: Michael Fladischer <fladi at debian.org>
+Last-Update: 2015-09-21
+Forwarded: https://github.com/lericson/pylibmc/pull/195
+
+Index: pylibmc/docs/_themes/sap/theme.conf
+===================================================================
+--- pylibmc.orig/docs/_themes/sap/theme.conf 2012-01-08 09:06:54.000000000 +0100
++++ pylibmc/docs/_themes/sap/theme.conf 2015-09-21 08:46:44.108544542 +0200
+@@ -1,5 +1,5 @@
+ [theme]
+-inherit = default
++inherit = classic
+ stylesheet = main.css
+ pygments_style = sphinx
+
+Index: pylibmc/docs/_themes/sap/layout.html
+===================================================================
+--- pylibmc.orig/docs/_themes/sap/layout.html 2011-07-22 13:00:29.000000000 +0200
++++ pylibmc/docs/_themes/sap/layout.html 2015-09-21 08:58:40.327155270 +0200
+@@ -1,3 +1,3 @@
+-{% extends "default/layout.html" %}
++{% extends "classic/layout.html" %}
+
+ {%- block relbar2 %}<!-- I hate crud -->{% endblock %}
+Index: pylibmc/docs/_themes/sap/static/main.css_t
+===================================================================
+--- pylibmc.orig/docs/_themes/sap/static/main.css_t 2015-09-21 09:06:17.396479400 +0200
++++ pylibmc/docs/_themes/sap/static/main.css_t 2015-09-21 09:06:30.588748521 +0200
+@@ -9,7 +9,7 @@
+ *
+ */
+
+- at import url("default.css");
++ at import url("classic.css");
+
+ /* -- page layout ----------------------------------------------------------- */
+
+Index: pylibmc/docs/conf.py
+===================================================================
+--- pylibmc.orig/docs/conf.py 2011-07-25 09:05:19.000000000 +0200
++++ pylibmc/docs/conf.py 2015-09-21 09:26:56.405754961 +0200
+@@ -34,7 +34,7 @@
+ # -- General configuration -----------------------------------------------------
+
+ # If your documentation needs a minimal Sphinx version, state it here.
+-#needs_sphinx = '1.0'
++needs_sphinx = '1.3'
+
+ # Add any Sphinx extension module names here, as strings. They can be extensions
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
More information about the Python-modules-commits
mailing list