[Python-modules-commits] [django-nose] 10/12: Add python(3)-django to Depends.

Michael Fladischer fladi at moszumanska.debian.org
Tue Oct 17 13:34:39 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository django-nose.

commit ba7ad71dc667beabd529431d004bedc35986eb2b
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Tue Oct 17 14:18:30 2017 +0200

    Add python(3)-django to Depends.
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3f4e19b..4bc99e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ django-nose (1.4.5-1) UNRELEASED; urgency=low
   * Refresh patches for 1.4.5.
   * New upstream release.
   * Bump Standards-Version to 4.1.1.
+  * Add python(3)-django to Depends.
 
  -- Michael Fladischer <fladi at debian.org>  Tue, 17 Oct 2017 13:55:27 +0200
 
diff --git a/debian/control b/debian/control
index 4e1067f..69a0241 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Package: python-django-nose
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
+         python-django
 Description: Django test runner that uses python-nose
  python-django-nose integrates python-nose into Django test runner by
  extending the Django management CLI with nose-related options.
@@ -36,6 +37,7 @@ Package: python3-django-nose
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
+         python3-django
 Description: Django test runner that uses python-nose (Python3 version)
  python-django-nose integrates python-nose into Django test runner by
  extending the Django management CLI with nose-related options.

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



More information about the Python-modules-commits mailing list