Source: vcversioner
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>,
           Julien Puydt <julien.puydt@laposte.net>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
Homepage: https://github.com/habnabit/vcversioner
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/vcversioner.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/vcversioner.git

Package: python-vcversioner
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: git, mercurial
Description: Use version control tags to discover version numbers
 vcversioner autodiscovers a Python project's version number using
 version control system tags. This allows developers to avoid
 duplicating version information between their VCS and their setup.py
 metadata.
 .
 When the package is built, vcversioner generates a version.txt file
 that can be used for release tarballs.
 .
 Currently, vcversioner supports the git and mercurial (hg) VCS.
 .
 This module contains vcversioner for Python 2.x

Package: python3-vcversioner
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: git, mercurial
Description: Use version control tags to discover version numbers (Python3 version)
 vcversioner autodiscovers a Python project's version number using
 version control system tags. This allows developers to avoid
 duplicating version information between their VCS and their setup.py
 metadata.
 .
 When the package is built, vcversioner generates a version.txt file
 that can be used for release tarballs.
 .
 Currently, vcversioner supports the git and mercurial (hg) VCS.
 .
 This package contains vcversioner for Python 3.x
