Source: nose-json
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Section: python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-nose (>= 0.9),
               python-simplejson,
               python-setuptools,
               python3-all,
               python3-nose (>= 0.9),
               python3-simplejson,
               python3-setuptools,
Standards-Version: 3.9.5
Homepage: https://pypi.python.org/pypi/nose-json

Package: python-nose-json
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-nose (>= 0.9),
         python-simplejson,
Description: nose pugin for json reporting - python 2 flavor
 This plugin produces json reports with nose.
 .
 This is the Python 2 compatible packages.

Package: python3-nose-json
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python3-nose (>= 0.9),
         python3-simplejson,
Description: nose pugin for json reporting - python 3 flavor
 This plugin produces json reports with nose.
 .
 This is the Python 3 compatible packages.
