[Python-modules-commits] [django-assets] 16/17: Use python3-sphinx to build documentation.

Michael Fladischer fladi at moszumanska.debian.org
Mon Aug 29 10:19:36 UTC 2016


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

fladi pushed a commit to branch master
in repository django-assets.

commit ee19b1c29883b4c68513e553bb0aaf824b0d7e87
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Aug 29 11:59:20 2016 +0200

    Use python3-sphinx to build documentation.
---
 debian/changelog | 1 +
 debian/control   | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 14fe610..1fdb91e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ django-assets (0.12-1) UNRELEASED; urgency=low
   * Clean files in django_assets.egg-info/ to allow two builds in a row.
   * Bump Standards-Version to 3.9.8.
   * Use https:// for copyright-format 1.0 URL.
+  * Use python3-sphinx to build documentation.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 29 Aug 2016 10:03:47 +0200
 
diff --git a/debian/control b/debian/control
index 84f11e6..6f3714c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,13 @@ Build-Depends: debhelper (>= 9),
                python-webassets,
                python-webassets-doc,
                python-setuptools,
-               python-sphinx (>= 1.0.7+dfsg),
                python3-all,
                python3-doc,
                python3-nose,
                python3-django,
-               python3-webassets,
-               python3-setuptools
+               python3-setuptools,
+               python3-sphinx,
+               python3-webassets
 Standards-Version: 3.9.8
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.3

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



More information about the Python-modules-commits mailing list