[Python-modules-commits] [django-sekizai] 06/06: * Move some Build-Depends into Build-Depends-Indep, and remove version of python-django, as 1.5 is even already in oldstable.

Thomas Goirand zigo at moszumanska.debian.org
Tue Aug 2 08:51:57 UTC 2016


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

zigo pushed a commit to branch master
in repository django-sekizai.

commit 7b0a3fb1f024fe9fde541835df8141ae0270c3f5
Author: Thomas Goirand <zigo at debian.org>
Date:   Tue Aug 2 08:50:16 2016 +0000

      * Move some Build-Depends into Build-Depends-Indep, and remove version of
        python-django, as 1.5 is even already in oldstable.
---
 debian/changelog |  2 ++
 debian/control   | 14 +++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e72079b..2ab0c41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ django-sekizai (0.9.0-4) unstable; urgency=medium
   * Add patch to runtests.py to define TEMPLATES, which is required with Django
     1.10. This fixes FTBFS (Closes: #828656).
   * Remove useless X-Python{3,}-Version: (all satisfied in Stable).
+  * Move some Build-Depends into Build-Depends-Indep, and remove version of
+    python-django, as 1.5 is even already in oldstable.
 
  -- Thomas Goirand <zigo at debian.org>  Tue, 02 Aug 2016 08:41:21 +0000
 
diff --git a/debian/control b/debian/control
index a5aca29..d45be99 100644
--- a/debian/control
+++ b/debian/control
@@ -9,16 +9,16 @@ Uploaders: Michael Fladischer <fladi at debian.org>,
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
-               python-django (>= 1.5),
-               python-django-classy-tags,
-               python-pep8,
                python-setuptools,
                python3-all,
-               python3-django,
-               python3-django-classy-tags,
-               python3-pep8,
                python3-setuptools,
                python3-sphinx,
+Build-Depends-Indep: python-django,
+                     python-django-classy-tags,
+                     python-pep8,
+                     python3-django,
+                     python3-django-classy-tags,
+                     python3-pep8,
 Standards-Version: 3.9.8
 Homepage: http://django-sekizai.readthedocs.org/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-sekizai.git
@@ -26,7 +26,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-seki
 
 Package: python-django-sekizai
 Architecture: all
-Depends: python-django (>= 1.5),
+Depends: python-django,
          python-django-classy-tags,
          ${misc:Depends},
          ${python:Depends},

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



More information about the Python-modules-commits mailing list