[Python-apps-commits] r9113 - in packages/alot/trunk/debian (5 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Tue Sep 11 11:39:20 UTC 2012
Date: Tuesday, September 11, 2012 @ 11:39:18
Author: laarmen-guest
Revision: 9113
New patch: 0007-use-local-intersphinx-links to use local debian
documentation instead of fetching it on the Internet.
Added:
packages/alot/trunk/debian/patches/
packages/alot/trunk/debian/patches/0007-use-local-intersphinx-links
packages/alot/trunk/debian/patches/series
Modified:
packages/alot/trunk/debian/changelog
packages/alot/trunk/debian/control
Modified: packages/alot/trunk/debian/changelog
===================================================================
--- packages/alot/trunk/debian/changelog 2012-09-11 07:17:21 UTC (rev 9112)
+++ packages/alot/trunk/debian/changelog 2012-09-11 11:39:18 UTC (rev 9113)
@@ -2,6 +2,8 @@
* New upstream release.
* Drop all patches, either applied upstream or became irrelevant.
+ * New patch: 0007-use-local-intersphinx-links to use local debian
+ documentation instead of fetching it on the Internet.
-- Simon Chopin <chopin.simon at gmail.com> Tue, 11 Sep 2012 00:31:29 +0200
Modified: packages/alot/trunk/debian/control
===================================================================
--- packages/alot/trunk/debian/control 2012-09-11 07:17:21 UTC (rev 9112)
+++ packages/alot/trunk/debian/control 2012-09-11 11:39:18 UTC (rev 9113)
@@ -7,6 +7,7 @@
debhelper (>= 9),
python (>= 2.7),
python-sphinx (>= 1.0.7+dfsg),
+ python-doc,
python-configobj
X-Python-Version: >= 2.7
Standards-Version: 3.9.3
@@ -36,6 +37,7 @@
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Suggests: python-doc
Description: Text mode MUA using notmuch mail - documentation
Alot is a terminal-based mail user agent for the notmuch mail system.
It features a modular and command prompt driven interface to provide
Added: packages/alot/trunk/debian/patches/0007-use-local-intersphinx-links
===================================================================
--- packages/alot/trunk/debian/patches/0007-use-local-intersphinx-links (rev 0)
+++ packages/alot/trunk/debian/patches/0007-use-local-intersphinx-links 2012-09-11 11:39:18 UTC (rev 9113)
@@ -0,0 +1,13 @@
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -256,7 +256,7 @@
+
+ # Example configuration for intersphinx: refer to the Python standard library.
+ intersphinx_mapping = {
+- 'http://docs.python.org/': None,
+- 'http://notmuch.readthedocs.org/en/latest/': None,
+- 'http://urwid.readthedocs.org/en/latest/': None
++ 'file:///usr/share/doc/python-doc/html/': None,
++ #'http://notmuch.readthedocs.org/en/latest/': None,
++ #'http://urwid.readthedocs.org/en/latest/': None
+ }
Added: packages/alot/trunk/debian/patches/series
===================================================================
--- packages/alot/trunk/debian/patches/series (rev 0)
+++ packages/alot/trunk/debian/patches/series 2012-09-11 11:39:18 UTC (rev 9113)
@@ -0,0 +1 @@
+0007-use-local-intersphinx-links
More information about the Python-apps-commits
mailing list