[Python-modules-commits] r33245 - in packages/python-secretstorage/trunk/debian (5 files)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Sat Jul 4 20:10:18 UTC 2015
Date: Saturday, July 4, 2015 @ 20:10:17
Author: mitya57
Revision: 33245
Use classic docs theme with Sphinx 1.2.
Added:
packages/python-secretstorage/trunk/debian/patches/
packages/python-secretstorage/trunk/debian/patches/no_alabaster.diff
packages/python-secretstorage/trunk/debian/patches/series
Modified:
packages/python-secretstorage/trunk/debian/changelog
packages/python-secretstorage/trunk/debian/control
Modified: packages/python-secretstorage/trunk/debian/changelog
===================================================================
--- packages/python-secretstorage/trunk/debian/changelog 2015-07-04 19:58:17 UTC (rev 33244)
+++ packages/python-secretstorage/trunk/debian/changelog 2015-07-04 20:10:17 UTC (rev 33245)
@@ -1,7 +1,8 @@
python-secretstorage (2.1.2-1) UNRELEASED; urgency=medium
* New upstream release.
- * Build-depend on python3-alabster and python3-setuptools.
+ * Build-depend on python3-setuptools.
+ * Use classic docs theme with Sphinx 1.2.
* Update my e-mail address.
* Bump year in debian/copyright.
* Bump Standards-Version to 3.9.6, no changes needed.
Modified: packages/python-secretstorage/trunk/debian/control
===================================================================
--- packages/python-secretstorage/trunk/debian/control 2015-07-04 19:58:17 UTC (rev 33244)
+++ packages/python-secretstorage/trunk/debian/control 2015-07-04 20:10:17 UTC (rev 33245)
@@ -6,7 +6,6 @@
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
- python3-alabaster,
python3-all (>= 3.1.2-7~),
python3-crypto,
python3-setuptools,
Added: packages/python-secretstorage/trunk/debian/patches/no_alabaster.diff
===================================================================
--- packages/python-secretstorage/trunk/debian/patches/no_alabaster.diff (rev 0)
+++ packages/python-secretstorage/trunk/debian/patches/no_alabaster.diff 2015-07-04 20:10:17 UTC (rev 33245)
@@ -0,0 +1,18 @@
+Description: use Sphinx default theme
+ That is, classic on 1.2.x and alabaster on 1.3.x.
+ Alabaster in Debian is not compatible with Sphinx 1.2.
+Author: Dmitry Shachnev <mitya57 at debian.org>
+Forwarded: not-needed
+Last-Update: 2015-07-04
+
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -92,7 +92,7 @@
+
+ # The theme to use for HTML and HTML Help pages. See the documentation for
+ # a list of builtin themes.
+-html_theme = 'alabaster'
++#html_theme = 'alabaster'
+
+ # 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
Added: packages/python-secretstorage/trunk/debian/patches/series
===================================================================
--- packages/python-secretstorage/trunk/debian/patches/series (rev 0)
+++ packages/python-secretstorage/trunk/debian/patches/series 2015-07-04 20:10:17 UTC (rev 33245)
@@ -0,0 +1 @@
+no_alabaster.diff
More information about the Python-modules-commits
mailing list