Source: python-nplusone
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org> 
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 11), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, python3-blinker, python-blinker, python-six, python3-six
Standards-Version: 4.2.0
Homepage: https://github.com/jmcarp/nplusone
Vcs-Git: git://git.kali.org/packages/python-nplusone.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-nplusone.git;a=summary
Testsuite: autopkgtest-pkg-python

Package: python-nplusone
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-nplusone-doc
Description: Auto-detecting the n+1 queries problem in Python 2
 This package contains a library for detecting the n+1 queries problem in
 Python ORMs, including SQLAlchemy, Peewee, and the Django ORM.
 .
 This package installs the library for Python 2.

Package: python3-nplusone
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-nplusone-doc
Description:  Auto-detecting the n+1 queries problem in Python 3
 This package contains a library for detecting the n+1 queries problem in
 .
 This package installs the library for Python 3.

Package: python-nplusone-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description:  Auto-detecting the n+1 queries problem in Python (common documentation)
 This package contains a library for detecting the n+1 queries problem in
 Python ORMs, including SQLAlchemy, Peewee, and the Django ORM.
 .
 This is the common documentation package.
