[Python-modules-commits] r18529 - in packages/python-django/trunk/debian (3 files)
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Thu Sep 15 08:44:41 UTC 2011
Date: Thursday, September 15, 2011 @ 08:44:39
Author: hertzog
Revision: 18529
Use "dh --with sphinxdoc" to clean up the Sphinx generated documentation
and avoid the embedded-javascript-library lintian warning. Build-Depends
on python-sphinx >= 1.0.7+dfsg-1 for this and also add
${sphinxdoc:Depends} to python-django-doc Depends field.
Modified:
packages/python-django/trunk/debian/changelog
packages/python-django/trunk/debian/control
packages/python-django/trunk/debian/rules
Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog 2011-09-15 08:38:08 UTC (rev 18528)
+++ packages/python-django/trunk/debian/changelog 2011-09-15 08:44:39 UTC (rev 18529)
@@ -9,6 +9,10 @@
* Apply patch from Steve Langasek to dynamically build the UTF-8
locale required by the test-suite instead of build-depending on
locales-all. Closes: #630421
+ * Use "dh --with sphinxdoc" to clean up the Sphinx generated documentation
+ and avoid the embedded-javascript-library lintian warning. Build-Depends
+ on python-sphinx >= 1.0.7+dfsg-1 for this and also add
+ ${sphinxdoc:Depends} to python-django-doc Depends field.
-- Raphaël Hertzog <hertzog at debian.org> Thu, 15 Sep 2011 09:37:26 +0200
Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control 2011-09-15 08:38:08 UTC (rev 18528)
+++ packages/python-django/trunk/debian/control 2011-09-15 08:44:39 UTC (rev 18529)
@@ -4,8 +4,8 @@
Maintainer: Chris Lamb <lamby at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Raphaël Hertzog <hertzog at debian.org>
Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7.0.50), python-support, python (>= 2.5) | python-sqlite, locales
-Build-Depends-Indep: python-sphinx, libjs-jquery
+Build-Depends: debhelper (>= 7.0.50), python-support, python (>= 2.5) | python-sqlite, python-sphinx (>= 1.0.7+dfsg-1), locales
+Build-Depends-Indep: libjs-jquery
Homepage: http://www.djangoproject.com/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django/trunk/
@@ -40,7 +40,7 @@
Package: python-django-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: libjs-jquery
Description: High-level Python web development framework (documentation)
Django is a high-level web application framework that loosely follows the
Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules 2011-09-15 08:38:08 UTC (rev 18528)
+++ packages/python-django/trunk/debian/rules 2011-09-15 08:44:39 UTC (rev 18529)
@@ -12,7 +12,7 @@
PREFIX = debian/python-django
%:
- dh $@
+ dh $@ --with sphinxdoc
override_dh_auto_clean:
rm -rf docs.debian tests/__init__.py
More information about the Python-modules-commits
mailing list