Source: pastedeploy
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
 python-all (>= 2.6.6-3),
 python-setuptools (>= 0.6b3-1~),
 python-nose,
 python3-all (>= 3.2),
 python3-setuptools,
 python3-nose,
 python-docutils
Standards-Version: 3.9.5
Homepage: http://pythonpaste.org/deploy/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pastedeploy/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pastedeploy/trunk/
X-Python-Version: >= 2.4

Package: python-pastedeploy
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
 python-pastedeploy-tpl (= ${binary:Version}),
 python-paste,
 python-pkg-resources
Recommends: python-pastescript (>= 1.7.3-6~)
Enhances: python-paste
Description: load, configure, and compose WSGI applications and servers
 Paste Deployment is a system for finding and configuring WSGI applications and
 servers. For WSGI application consumers it provides a single, simple function
 (loadapp) for loading a WSGI application from a configuration file or a Python
 Egg. For WSGI application providers it only asks for a single, simple entry
 point to your application, so that application users don't need to be exposed
 to the implementation details of your application.
 .
 This package contains the Python 2.x module.

Package: python3-pastedeploy
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
 python-pastedeploy-tpl (= ${binary:Version}),
 python3-paste,
 python3-pkg-resources
Enhances: python3-paste
Description: load, configure, and compose WSGI applications and servers
 Paste Deployment is a system for finding and configuring WSGI applications and
 servers. For WSGI application consumers it provides a single, simple function
 (loadapp) for loading a WSGI application from a configuration file or a Python
 Egg. For WSGI application providers it only asks for a single, simple entry
 point to your application, so that application users don't need to be exposed
 to the implementation details of your application.
 .
 This package contains the Python 3.x module.

Package: python-pastedeploy-tpl
Architecture: all
Depends: ${misc:Depends}
Breaks: python-pastedeploy (<< 1.5.0-4)
Replaces: python-pastedeploy (<< 1.5.0-4)
Description: load, configure, and compose WSGI applications and servers - templates
 Paste Deployment is a system for finding and configuring WSGI applications and
 servers. For WSGI application consumers it provides a single, simple function
 (loadapp) for loading a WSGI application from a configuration file or a Python
 Egg. For WSGI application providers it only asks for a single, simple entry
 point to your application, so that application users don't need to be exposed
 to the implementation details of your application.
 .
 This package contains the Paste Deploy's paster template.
