[Python-modules-commits] r24877 - in packages/django-tables/trunk/debian (3 files)
bam at users.alioth.debian.org
bam at users.alioth.debian.org
Wed Jun 19 23:51:28 UTC 2013
Date: Wednesday, June 19, 2013 @ 23:51:26
Author: bam
Revision: 24877
Use local objects.inv instead of downloading.
Added:
packages/django-tables/trunk/debian/patches/local_inventory
Modified:
packages/django-tables/trunk/debian/control
packages/django-tables/trunk/debian/patches/series
Modified: packages/django-tables/trunk/debian/control
===================================================================
--- packages/django-tables/trunk/debian/control 2013-06-19 22:31:20 UTC (rev 24876)
+++ packages/django-tables/trunk/debian/control 2013-06-19 23:51:26 UTC (rev 24877)
@@ -4,7 +4,7 @@
Maintainer: Brian May <bam at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>=8.1.0), python-all (>= 2.6.6-3~), python-django (>= 1.4.5), python-setuptools
-Build-Depends-Indep: python-sphinx (>= 1.0.7+dfsg-1~)
+Build-Depends-Indep: python-sphinx (>= 1.0.7+dfsg-1~), python-doc, python-django-doc
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
Homepage: https://github.com/bradleyayers/django-tables2/
@@ -23,7 +23,7 @@
Package: python-django-tables2-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}, python-doc, python-django-doc
Description: Table/data-grid framework for Django (Documentation)
django-tables2 simplifies the task of turning sets of data into HTML tables. It
has native support for pagination and sorting. It does for HTML tables what
Added: packages/django-tables/trunk/debian/patches/local_inventory
===================================================================
--- packages/django-tables/trunk/debian/patches/local_inventory (rev 0)
+++ packages/django-tables/trunk/debian/patches/local_inventory 2013-06-19 23:51:26 UTC (rev 24877)
@@ -0,0 +1,15 @@
+Index: django-tables/docs/conf.py
+===================================================================
+--- django-tables.orig/docs/conf.py 2012-10-16 10:41:14.000000000 +1100
++++ django-tables/docs/conf.py 2013-06-20 09:28:57.303022248 +1000
+@@ -30,8 +30,8 @@
+ ]
+
+ intersphinx_mapping = {
+- 'python': ('http://docs.python.org/dev/', None),
+- 'django': ('http://docs.djangoproject.com/en/dev/', 'http://docs.djangoproject.com/en/dev/_objects/'),
++ 'python': ('/usr/share/doc/python2.7-doc/html', None),
++ 'django': ('/usr/share/doc/python-django-doc/html', None),
+ }
+
+
Modified: packages/django-tables/trunk/debian/patches/series
===================================================================
--- packages/django-tables/trunk/debian/patches/series 2013-06-19 22:31:20 UTC (rev 24876)
+++ packages/django-tables/trunk/debian/patches/series 2013-06-19 23:51:26 UTC (rev 24877)
@@ -0,0 +1 @@
+local_inventory
More information about the Python-modules-commits
mailing list