Source: polib
Section: python
Priority: optional
Maintainer: Angel Abad <angel@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,
               python-sphinx
Standards-Version: 3.9.8
Homepage: http://bitbucket.org/izi/polib/src/
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/polib.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/polib.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-polib
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Suggests: python-polib-doc
Description: Python library to parse and manage gettext catalogs
 polib allows you to manipulate, create, modify gettext files 
 (pot, po and mo files). You can load existing files, iterate 
 through it's entries, add, modify entries, comments or metadata,
 etc... or create new po files from scratch.
 .
 This package installs the library for Python 2.

Package: python3-polib
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-polib-doc
Description: Python 3 library to parse and manage gettext catalogs
 polib allows you to manipulate, create, modify gettext files 
 (pot, po and mo files). You can load existing files, iterate 
 through it's entries, add, modify entries, comments or metadata,
 etc... or create new po files from scratch.
 .
 This package installs the library for Python 3.

Package: python-polib-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Python library to parse and manage gettext catalogs (documentation)
 polib allows you to manipulate, create, modify gettext files
 (pot, po and mo files). You can load existing files, iterate
 through it's entries, add, modify entries, comments or metadata,
 etc... or create new po files from scratch.
 .
 This package install polib documentation.
