diff --git a/debian/control b/debian/control index 7626ff3..6401753 100644 --- a/debian/control +++ b/debian/control @@ -1,51 +1,55 @@ Source: flask-testing Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Stefano Zacchiroli , Nicolas Dandrimont Build-Depends: debhelper (>= 9), dh-python, python-all, python-blinker, python-flask, python-setuptools, python-twill, python3-all, python3-blinker, python3-flask, python3-setuptools, python3-sphinx, Standards-Version: 3.9.8 Homepage: http://pythonhosted.org/Flask-Testing/ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-testing.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-testing.git Package: python-flask-testing Architecture: all Depends: ${misc:Depends}, ${python:Depends}, Recommends: ${python:Recommends} Suggests: ${python:Suggests} XB-Python-Egg-Name: Flask-Testing Description: unit testing utilities for the Flask micro web framework - Python 2.X Flask-Testing is an extension for the Flask micro web framework that provides unit testing helpers for Flask-based web applications. + . + This package contains the Python 2 modules for flask-testing Package: python3-flask-testing Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} XB-Python-Egg-Name: Flask-Testing Description: unit testing utilities for the Flask micro web framework Flask-Testing is an extension for the Flask micro web framework that provides unit testing helpers for Flask-based web applications. + . + This package contains the Python 3 modules for flask-testing Package: python-flask-testing-doc Section: doc Architecture: all Priority: extra Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: documentation for the Flask-Testing Python library - documentation Flask-Testing is an extension for the Flask micro web framework that provides unit testing helpers for Flask-based web applications. . This package contains the sphinx-generated API documentation