[Python-modules-commits] [python-django-ordered-model] 06/07: Add python(3)-six to Depends and Build-Depends.

Michael Fladischer fladi at moszumanska.debian.org
Mon Oct 17 08:56:35 UTC 2016


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

fladi pushed a commit to branch master
in repository python-django-ordered-model.

commit 1bc06f09070f1916ed2a5486ee9b612f5864b537
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Oct 17 10:49:50 2016 +0200

    Add python(3)-six to Depends and Build-Depends.
---
 debian/changelog | 1 +
 debian/control   | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3fdfc90..ae6ac07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-django-ordered-model (1.3.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Add python(3)-six to Depends and Build-Depends.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 17 Oct 2016 10:37:25 +0200
 
diff --git a/debian/control b/debian/control
index 4cae1fd..9479062 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,11 @@ Build-Depends: debhelper (>= 9),
                python-babel,
                python-django,
                python-setuptools,
+               python-six,
                python3-all,
                python3-django,
-               python3-setuptools
+               python3-setuptools,
+               python3-six
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-ordered-model.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-ordered-model.git
@@ -22,6 +24,7 @@ X-Python3-Version: >= 3.4
 Package: python-django-ordered-model
 Architecture: all
 Depends: python-django (>= 1.8),
+         python-six,
          ${misc:Depends},
          ${python:Depends}
 Description: Allows Django models to be ordered (Python2 version)
@@ -35,6 +38,7 @@ Description: Allows Django models to be ordered (Python2 version)
 Package: python3-django-ordered-model
 Architecture: all
 Depends: python3-django (>= 1.8),
+         python3-six,
          ${misc:Depends},
          ${python3:Depends}
 Description: Allows Django models to be ordered (Python3 version)

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



More information about the Python-modules-commits mailing list