[Python-modules-commits] [django-nose] 02/03: Fix python3 depends.

Brian May bam at moszumanska.debian.org
Sun Oct 25 22:59:47 UTC 2015


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

bam pushed a commit to branch master
in repository django-nose.

commit b6aaf0c2aef6b3f746c7da7060898d284d1d1b01
Author: Brian May <bam at debian.org>
Date:   Mon Oct 26 09:24:42 2015 +1100

    Fix python3 depends.
---
 debian/changelog |  6 ++++++
 debian/control   | 10 ++--------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 99665f9..8649f6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+django-nose (1.4.2-2) UNRELEASED; urgency=medium
+
+  * Fix python3 depends. Closes: #803005.
+
+ -- Brian May <bam at debian.org>  Mon, 26 Oct 2015 09:25:02 +1100
+
 django-nose (1.4.2-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 41e3c22..73f15bc 100644
--- a/debian/control
+++ b/debian/control
@@ -24,10 +24,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-nose
 
 Package: python-django-nose
 Architecture: all
-Depends: python-django,
-         python-nose,
-         ${misc:Depends},
-         ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 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,10 +33,7 @@ Description: Django test runner that uses python-nose
 
 Package: python3-django-nose
 Architecture: all
-Depends: python-django,
-         python-nose,
-         ${misc:Depends},
-         ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 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