[Python-modules-commits] [python-social-auth] 04/05: update debian/patches directory

Wolfgang Borgert debacle at moszumanska.debian.org
Tue Jul 26 11:08:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-social-auth.

commit 1d8442c447050342b085905404499d72255408ba
Author: W. Martin Borgert <debacle at debian.org>
Date:   Tue Jul 26 12:35:11 2016 +0200

    update debian/patches directory
---
 debian/.git-dpm                                    |  2 +-
 ...0001-use-local-docs-for-intersphinx-links.patch | 22 ++++++++++++++++++++++
 debian/patches/fix_intersphinx_link                | 14 --------------
 debian/patches/series                              |  2 +-
 4 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 8a8503e..757e68e 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -1,5 +1,5 @@
 # see git-dpm(1) from git-dpm package
-NONE
+394adc8933adec4f980db464822a9a4a79188e37
 394adc8933adec4f980db464822a9a4a79188e37
 ce6c63eb29fb0603b9fda7d6695eee06c0fd1fab
 ce6c63eb29fb0603b9fda7d6695eee06c0fd1fab
diff --git a/debian/patches/0001-use-local-docs-for-intersphinx-links.patch b/debian/patches/0001-use-local-docs-for-intersphinx-links.patch
new file mode 100644
index 0000000..dafaadc
--- /dev/null
+++ b/debian/patches/0001-use-local-docs-for-intersphinx-links.patch
@@ -0,0 +1,22 @@
+From 394adc8933adec4f980db464822a9a4a79188e37 Mon Sep 17 00:00:00 2001
+From: "W. Martin Borgert" <debacle at debian.org>
+Date: Tue, 26 Jul 2016 12:35:03 +0200
+Subject: use local docs for intersphinx links
+
+Bug-Debian: https://bugs.debian.org/830608
+Origin: vendor
+Last-Update: 2016-07-26
+---
+ docs/conf.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/docs/conf.py b/docs/conf.py
+index e8692b2..2993bdc 100644
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -19,4 +19,4 @@ man_pages = [
+     ('index', 'pythonsocialauth', u'Python Social Auth Documentation',
+      [u'Matías Aguirre'], 1)
+ ]
+-intersphinx_mapping = {'http://docs.python.org/': None}
++intersphinx_mapping = {'/usr/share/doc/python3-doc/html': None}
diff --git a/debian/patches/fix_intersphinx_link b/debian/patches/fix_intersphinx_link
deleted file mode 100644
index 75c8f3a..0000000
--- a/debian/patches/fix_intersphinx_link
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: use local docs for intersphinx links
-Author: W. Martin Borgert <debacle at debian.org>
-Bug-Debian: https://bugs.debian.org/830608
-Origin: vendor
-Last-Update: 2016-07-26
-
---- python-social-auth-0.2.19+dfsg.orig/docs/conf.py
-+++ python-social-auth-0.2.19+dfsg/docs/conf.py
-@@ -19,4 +19,4 @@ man_pages = [
-     ('index', 'pythonsocialauth', u'Python Social Auth Documentation',
-      [u'Matías Aguirre'], 1)
- ]
--intersphinx_mapping = {'http://docs.python.org/': None}
-+intersphinx_mapping = {'/usr/share/doc/python3-doc/html': None}
diff --git a/debian/patches/series b/debian/patches/series
index 68e462e..b3198cd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-fix_intersphinx_link
+0001-use-local-docs-for-intersphinx-links.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list