Source: django-nose
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <FladischerMichael@fladi.at>
Build-Depends: debhelper (>= 7.0.50~),
               python-all (>= 2.6.6-3~),
               python-django (>= 1.2),
               python-django-south,
               python-nose,
               python-setuptools,
Standards-Version: 3.9.3
X-Python-Version: >= 2.5
Homepage: http://pypi.python.org/pypi/django-nose/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-nose/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-nose/trunk/

Package: python-django-nose
Architecture: all
Depends: python-django (>= 1.2), python-nose, ${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.
 Those options are targeted at running nose tests directly from within the
 Django management system (e.g. django-admin).
