[Python-modules-commits] r28649 - in packages/django-classy-tags/trunk/debian (5 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Fri Apr 25 10:05:51 UTC 2014
Date: Friday, April 25, 2014 @ 10:05:49
Author: fladi-guest
Revision: 28649
Fix intersphinx download and package architecture.
Added:
packages/django-classy-tags/trunk/debian/patches/
packages/django-classy-tags/trunk/debian/patches/intersphinx.patch
packages/django-classy-tags/trunk/debian/patches/series
Modified:
packages/django-classy-tags/trunk/debian/changelog
packages/django-classy-tags/trunk/debian/control
Modified: packages/django-classy-tags/trunk/debian/changelog
===================================================================
--- packages/django-classy-tags/trunk/debian/changelog 2014-04-25 08:22:38 UTC (rev 28648)
+++ packages/django-classy-tags/trunk/debian/changelog 2014-04-25 10:05:49 UTC (rev 28649)
@@ -1,3 +1,11 @@
+django-classy-tags (0.5.1-2) unstable; urgency=low
+
+ * Change architecture to "all" as there are no architecture dependent parts
+ in the binary package.
+ * Add intersphinx.patch to disable objects.inv downloads for shpinx.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Fri, 25 Apr 2014 10:40:32 +0200
+
django-classy-tags (0.5.1-1) unstable; urgency=low
* New upstream release.
Modified: packages/django-classy-tags/trunk/debian/control
===================================================================
--- packages/django-classy-tags/trunk/debian/control 2014-04-25 08:22:38 UTC (rev 28648)
+++ packages/django-classy-tags/trunk/debian/control 2014-04-25 10:05:49 UTC (rev 28649)
@@ -16,7 +16,7 @@
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-classy-tags/trunk/
Package: python-django-classy-tags
-Architecture: any
+Architecture: all
Depends: python-django (>= 1.5),
${misc:Depends},
${python:Depends}
Added: packages/django-classy-tags/trunk/debian/patches/intersphinx.patch
===================================================================
--- packages/django-classy-tags/trunk/debian/patches/intersphinx.patch (rev 0)
+++ packages/django-classy-tags/trunk/debian/patches/intersphinx.patch 2014-04-25 10:05:49 UTC (rev 28649)
@@ -0,0 +1,19 @@
+Description: Disable objects.inv download for sphinx.
+ The python-django-doc package does not ship a objects.inv file by now, so there
+ is no sense in keeping intersphinx enabled. Once it is shipped, the patch
+ should switch to using the locally available Django objects.inv.
+Author: Michael Fladischer <FladischerMichael at fladi.at>
+Last-Update: 2014-04-25
+Forwarded: not-needed
+
+--- a/docs/conf.py
++++ b/docs/conf.py
+@@ -24,7 +24,7 @@
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+ extensions = ["sphinx.ext.intersphinx"]
+
+-intersphinx_mapping = {'django': ('http://readthedocs.org/projects/eric/django/docs/', None)}
++#intersphinx_mapping = {'django': ('http://readthedocs.org/projects/eric/django/docs/', None)}
+
+ # Add any paths that contain templates here, relative to this directory.
+ templates_path = ['_templates']
Added: packages/django-classy-tags/trunk/debian/patches/series
===================================================================
--- packages/django-classy-tags/trunk/debian/patches/series (rev 0)
+++ packages/django-classy-tags/trunk/debian/patches/series 2014-04-25 10:05:49 UTC (rev 28649)
@@ -0,0 +1 @@
+intersphinx.patch
More information about the Python-modules-commits
mailing list