Source: flufl.i18n
Maintainer: Barry Warsaw <barry@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Homepage: http://launchpad.net/flufl.i18n
Section: python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Priority: optional
Build-Depends: debhelper (>= 8),
	       dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-sphinx (>= 1.0.7+dfsg-1~),
               python3-all,
               python3-setuptools
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/flufl.i18n/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/flufl.i18n/trunk/

Package: python-flufl.i18n-doc
Architecture: all
Section: doc
Breaks: python-flufl.i18n-docs
Replaces: python-flufl.i18n-docs
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python-pkg-resources
Description: high level API for Python internationalization (common documentation)
 This package provides a high level, convenient API for managing
 internationalization translation contexts in Python application.  There is a
 simple API for single-context applications, such as command line scripts which
 only need to translate into one language during the entire course of their
 execution.  There is a more flexible, but still convenient API for
 multi-context applications, such as servers, which may need to switch language
 contexts for different tasks.
 .
 This is the common documentation package.

Package: python-flufl.i18n
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-flufl.i18n-doc, python-pkg-resources
Description: high level API for Python internationalization (Python 2)
 This package provides a high level, convenient API for managing
 internationalization translation contexts in Python application.  There is a
 simple API for single-context applications, such as command line scripts which
 only need to translate into one language during the entire course of their
 execution.  There is a more flexible, but still convenient API for
 multi-context applications, such as servers, which may need to switch language
 contexts for different tasks.

Package: python3-flufl.i18n
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-flufl.i18n-doc, python3-pkg-resources
Description: high level API for Python internationalization (Python 3)
 This package provides a high level, convenient API for managing
 internationalization translation contexts in Python application.  There is a
 simple API for single-context applications, such as command line scripts which
 only need to translate into one language during the entire course of their
 execution.  There is a more flexible, but still convenient API for
 multi-context applications, such as servers, which may need to switch language
 contexts for different tasks.
 .
 This is the Python 3 version of the package.
