[Python-apps-commits] r13960 - in packages/alot/trunk/debian/patches (3 files)

jljusten-guest at users.alioth.debian.org jljusten-guest at users.alioth.debian.org
Mon Apr 24 04:47:11 UTC 2017


    Date: Monday, April 24, 2017 @ 04:47:10
  Author: jljusten-guest
Revision: 13960

debian: Migrate patch to git so it can be rebased for new releases

Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>

Added:
  packages/alot/trunk/debian/patches/0001-Description-Use-local-intersphinx-inventories.patch
Modified:
  packages/alot/trunk/debian/patches/series
Deleted:
  packages/alot/trunk/debian/patches/0007-use-local-intersphinx-links

Added: packages/alot/trunk/debian/patches/0001-Description-Use-local-intersphinx-inventories.patch
===================================================================
--- packages/alot/trunk/debian/patches/0001-Description-Use-local-intersphinx-inventories.patch	                        (rev 0)
+++ packages/alot/trunk/debian/patches/0001-Description-Use-local-intersphinx-inventories.patch	2017-04-24 04:47:10 UTC (rev 13960)
@@ -0,0 +1,32 @@
+From 69160e3e58693d2e5bf03160dfde24062bdf5493 Mon Sep 17 00:00:00 2001
+From: Simon Chopin <chopin.simon at gmail.com>
+Date: Thu, 16 Feb 2017 16:30:46 -0800
+Subject: [PATCH] Description: Use local intersphinx inventories.  Fetching the
+ inventories off the Internet made the build unreliable.  This patch turns off
+ the intersphinx feature for notmuch and urwid since  they don't have a -doc
+ sphinx package yet. This patch only makes sense in  the Debian context.
+ Author: Simon Chopin <chopin.simon at gmail.com> Forwarded: not-needed --- This
+ patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+
+---
+ docs/source/conf.py | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/docs/source/conf.py b/docs/source/conf.py
+index 5ebab55..d928aba 100644
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -260,7 +260,7 @@ man_pages = [
+ 
+ # 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
+ }
+-- 
+2.11.0
+

Deleted: packages/alot/trunk/debian/patches/0007-use-local-intersphinx-links
===================================================================
--- packages/alot/trunk/debian/patches/0007-use-local-intersphinx-links	2017-04-24 04:46:59 UTC (rev 13959)
+++ packages/alot/trunk/debian/patches/0007-use-local-intersphinx-links	2017-04-24 04:47:10 UTC (rev 13960)
@@ -1,22 +0,0 @@
-Description: Use local intersphinx inventories.
- Fetching the inventories off the Internet made the build unreliable.
- This patch turns off the intersphinx feature for notmuch and urwid since
- they don't have a -doc sphinx package yet. This patch only makes sense in
- the Debian context.
-Author: Simon Chopin <chopin.simon at gmail.com>
-Forwarded: not-needed
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- 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
- }

Modified: packages/alot/trunk/debian/patches/series
===================================================================
--- packages/alot/trunk/debian/patches/series	2017-04-24 04:46:59 UTC (rev 13959)
+++ packages/alot/trunk/debian/patches/series	2017-04-24 04:47:10 UTC (rev 13960)
@@ -1 +1 @@
-0007-use-local-intersphinx-links
+0001-Description-Use-local-intersphinx-inventories.patch




More information about the Python-apps-commits mailing list