[Python-modules-commits] r32498 - in packages/mutagen/trunk/debian (4 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Fri May 1 00:03:32 UTC 2015


    Date: Friday, May 1, 2015 @ 00:03:31
  Author: mithrandi
Revision: 32498

Use sphinx inventory from python-doc instead of the web.

Added:
  packages/mutagen/trunk/debian/patches/use-system-inventory
Modified:
  packages/mutagen/trunk/debian/changelog
  packages/mutagen/trunk/debian/control
  packages/mutagen/trunk/debian/patches/series

Modified: packages/mutagen/trunk/debian/changelog
===================================================================
--- packages/mutagen/trunk/debian/changelog	2015-04-30 23:38:18 UTC (rev 32497)
+++ packages/mutagen/trunk/debian/changelog	2015-05-01 00:03:31 UTC (rev 32498)
@@ -1,6 +1,6 @@
 mutagen (1.28-2) unstable; urgency=medium
 
-  * Reupload to unstable (no changes).
+  * Use sphinx inventory from python-doc instead of the web.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Fri, 01 May 2015 01:38:04 +0200
 

Modified: packages/mutagen/trunk/debian/control
===================================================================
--- packages/mutagen/trunk/debian/control	2015-04-30 23:38:18 UTC (rev 32497)
+++ packages/mutagen/trunk/debian/control	2015-05-01 00:03:31 UTC (rev 32498)
@@ -15,6 +15,7 @@
  python3-all,
  pypy,
  python-docutils,
+ python2.7-doc,
  python-sphinx (>= 1.0.7+dfsg),
  python-sphinx-rtd-theme,
  vorbis-tools,

Modified: packages/mutagen/trunk/debian/patches/series
===================================================================
--- packages/mutagen/trunk/debian/patches/series	2015-04-30 23:38:18 UTC (rev 32497)
+++ packages/mutagen/trunk/debian/patches/series	2015-05-01 00:03:31 UTC (rev 32498)
@@ -1 +1,2 @@
 use-rtd-package
+use-system-inventory

Added: packages/mutagen/trunk/debian/patches/use-system-inventory
===================================================================
--- packages/mutagen/trunk/debian/patches/use-system-inventory	                        (rev 0)
+++ packages/mutagen/trunk/debian/patches/use-system-inventory	2015-05-01 00:03:31 UTC (rev 32498)
@@ -0,0 +1,19 @@
+Description: Use the system copy of the Python documentation inventory
+Author: Tristan Seligmann <mithrandi at debian.org>
+Forwarded: no
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: mutagen-1.28/docs/conf.py
+===================================================================
+--- mutagen-1.28.orig/docs/conf.py	2015-05-01 01:54:45.878455357 +0200
++++ mutagen-1.28/docs/conf.py	2015-05-01 01:55:18.678998574 +0200
+@@ -11,7 +11,8 @@
+ 
+ 
+ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'ext']
+-intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None)}
++intersphinx_mapping = {'python': ('http://docs.python.org/2.7',
++                                  '/usr/share/doc/python2.7/html/objects.inv')}
+ source_suffix = '.rst'
+ master_doc = 'index'
+ project = 'mutagen'




More information about the Python-modules-commits mailing list